parent
e8dc7cf5d7
commit
c22eb7d387
7 changed files with 51 additions and 16 deletions
@ -1 +1,9 @@ |
||||
# Django |
||||
# Django |
||||
|
||||
Django is a free and open-source, Python-based web framework that follows the model–template–views architectural pattern. It is maintained by the Django Software Foundation, an independent organization established in the US as a 501 non-profit |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.djangoproject.com/'>Django Official Website</BadgeLink> |
||||
<BadgeLink colorScheme='blue' badgeText='Getting Started' href='https://www.djangoproject.com/start/'>Official Getting Started Guide</BadgeLink> |
||||
<BadgeLink colorScheme='red' badgeText='Watch' href='https://www.youtube.com/watch?v=rHux0gMZ3Eg'>Python Django Tutorial for Beginners</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://stackoverflow.com/questions/58548089/django-is-synchronous-or-asynchronous'>Is Django synchronous or asynchronous?</BadgeLink> |
||||
|
@ -1 +1,7 @@ |
||||
# Flask |
||||
# Flask |
||||
|
||||
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://flask.palletsprojects.com/'>Flask - Official Website</BadgeLink> |
||||
|
||||
|
@ -1 +1,9 @@ |
||||
# Pyramid |
||||
# Pyramid |
||||
|
||||
Pyramid is a general, open source, web application development framework built in python. It allows python developer to create web applications with ease. Pyramid is backed by the enterprise knowledge Management System KARL (a George Soros project). |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='Official Websiet' href='https://trypyramid.com/'>Pyramid - Official Website</BadgeLink> |
||||
<BadgeLink colorScheme='blue' badgeText='Pyramid Documentation' href='https://docs.pyramid.com/en/latest/'>Pyramid Documentation</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.tutorialspoint.com/python_web_development_libraries/python_web_development_libraries_pyramid_framework.htm'>Pyramid Framework Introduction</BadgeLink> |
||||
|
||||
|
@ -1 +1,5 @@ |
||||
# Asynchronous |
||||
# Asynchronous |
||||
|
||||
|
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
|
@ -1 +1,5 @@ |
||||
# Python frameworks |
||||
# 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. |
||||
|
Loading…
Reference in new issue