(翻译)30天学习Python👨💻第三十天——免费的Python资源
在过去的一个月里,学习 Python 语言是一次很棒的经历。虽然有一些领域我还不能覆盖,但我现在已经熟悉了基础知识,可以开始构建项目并钻研更先进的概念。
在过去的一个月里,我收藏了一些我觉得非常有趣的免费和有用的 Python 资源。我想通过整理这篇文章中的所有资源来结束这一挑战。它将在将来的参考中派上用场,并可能帮助任何想要探索Python世界的人。
免费的Python资源
- 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
今天就到这里!希望您觉得这些资源很方便。