Links to Our Favorite Free Python Resources
- Redd Python Book
- Numpy Cheat Sheet
- Pandas Cheat Sheet
- https://docs.scipy.org/doc/scipy/reference/index.html
- https://numpy.org/doc/stable/reference/index.html
- CS Dojo YouTube Channel
- Includes a great Python for beginners tutorial as well as a lot of lessons about coding in general, data structures, and how to do well in a coding interview for a tech job.
- Coursera Python 3 Programming Specialization
- Offered through the University of Michigan for free, completion of this specialization gets you a certificate. Right now it says it is free to enroll, but it seems like it might not always be free.
- http://www.pythontutor.com/visualize.html#mode=edit
- https://automatetheboringstuff.com/
- Modern Pandas blog series by Tom Augspurger
- http://pbpython.com/effective-matplotlib.html
- Introduction to Biopython