It has been a great experience learning the Python language for the past month. Although there are areas which I have been not been able to cover, I now am familiar with the basics and can start building projects and dive into more advanced concepts.
Over the last month, I have bookmarked some free and useful Python resources which I found very interesting. I would like to conclude this challenge by compiling all the resources in this post. It will come in handy for future reference and might help anyone looking to explore the world of Python.
Free Python Resources
- Free Python video course from Microsoft. (20 part short video series)
- 30 Python Best practices, tips and tricks
- A curated list of awesome Python frameworks, libraries and resources
- A great resource on clean coding best practices with Python
- Everything you need to know about Python timers has been explained in this post.
- A visual guide to how dictionaries work in Python
- A great blog post on improving the performance of Python programs
- This post explains in details about Iterators, generators and coroutines
- A complete tutorial on Django with MySQL and bootstrap
- A great article explaining functional programming in Python
- Complete guide to managing environments in Python
- Guide for installing packages in Python
- Great post explaining concurrency in Python
- Basic tutorial on building games with Python
- Building GUI applications with Python
- Real-time object detection project with Python
- 22 most used Python packages in the world
- A great article on Python tooling best practices
- 5 common mistakes made with Python
- Creating animated images using Python
- Interesting article on creating art with Python
- Glitch images using this library
- All about lists in Python
- All about strings in Python
- A collection of design patterns implemented with Python
- The Hitchhiker's guide to Python
- Great video on building trees with Python
- Creating an Alexa skill with Python
- How to use Jupyter Notebooks in 2020 - A complete data science landscape
- Python project on age detection from images and videos
- Effective Python testing with pytest
- Ultimate guide to debugging with Python
- Python exception handling 101
- Free Python course with most of the concepts covered
- Managing dependencies in Python
- Interactive tutorial to learn NumPy in Python
- Great resource on using enums in Python
- All algorithms implemented in Python
That's all for today! Hope you find these resources handy.
Have a great one!
Top comments (1)
Wow! Thatβs a terrific list. Thank you