Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Stephan Klinger ca5de65ab8
Add gevent community tutorial (#1709)
2 years ago
..
100-synchronous Add Flask official tutorial (#1674) 2 years ago
101-asynchronous Add gevent community tutorial (#1709) 2 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.