All of the following textbooks should be included within this project directory. Hopefully they're of some use!
- Fluent Python
- I used this textbook to re-learn Python after a several year hiatus. It serves as a nice refresher with solid code snippets throughout
- Python Cookbook
- A nice source of "solutions" to common Python applications. I thought you might appreciate the example-based approach this textbook relies upon
- Collective Intelligence
- An easygoing machine learning textbook that helped me solidify my Python foundations
- Machine Learning
- A textbook I am currently making my way through, focusing on machine learning algorithms as taught by example
- https://www.python-course.eu/
- A highly comprehensive resource covering python2 and python3 topics, machine learning and various associated libraries