Member-only story
15 GitHub Repositories to Become a Python Developer Master ⚛️🧙
Python is a programming language that is widely used in web applications, software development, data science, and Machine Learning (ML). Developers use Python because it is efficient and easy to learn, and can run on many different platforms. Python software is available for free download, integrates perfectly with all types of systems, and also speeds up development.
Python WEB
- Django
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.
https://github.com/django/django
2. TurboGears
TurboGears 2 is built on top of the experience of several next generation web frameworks including TurboGears 1 (of course), Django, and Rails. All of these frameworks had limitations that frustrated us, and TG2 was built as an answer to that frustration:
https://github.com/TurboGears/tg2
3. Tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By…