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.
 
 
 
 
 
GalNey 21b4fb3349
add explanation about the use of this library (#2626)
3 years ago
..
100-synchronous Add Flask official tutorial (#1674) 3 years ago
101-asynchronous add explanation about the use of this library (#2626) 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.