Roadmap to becoming a developer in 2022
 
 
 
 
 
Stephan Klinger ca5de65ab8
Add gevent community tutorial (#1709)
3 years ago
..
100-synchronous Add Flask official tutorial (#1674) 3 years ago
101-asynchronous Add gevent community tutorial (#1709) 3 years ago
readme.md Adds JavaScript roadmap (#1537) 3 years ago

readme.md

Python Frameworks

Frameworks automate the common implementation of common solutions which gives the flexibility to the users to focus on the application logic instead of the basic routine processes.

Frameworks make the life of web developers easier by giving them a structure for app development. They provide common patterns in a web application that are fast, reliable and easily maintainable.