32 Python Resources
32.1 General Help
Check resources, packages, documents at the Python website
Python Package Index is a helpful site to learn individual packages.
Many Python blogs, dedicated websites, YouTube videos
Online community: StackOverflow
And of course, your friend Google
32.2 Websites, Books & Manuals
Real Python includes excellent blog posts regarding all things python, novice to advanced users
Youtube series outlining python tutorials all the way up to implementing python websites and applications.
Deep learning with Python by Francois Chollet is a strong introductory guide to implementing deep learning models.
The Hitchhiker’s Guide to Python! is about using and deploying Python
A GitHub repository with a list of interesting Jupyter notebooks.
And many more…