Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions content/pages/04-web-development/10-other-web-frameworks.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,20 @@ requests and responses via Python objects and does not integrate session
handling or [database](/databases.html) access.


## Masonite

[Masonite](https://docs.masoniteproject.com/) is a modern, developer
centric, batteries-included Python web framework. It uses the MVC
(Model-View-Controller) architecture pattern and comes with a lot of
functionality out of the box with an extremely extendable architecture.

Check out the following resources to lean more:

1. [5 reasons why people are choosing Masonite over Django](https://dev.to/masonite/5-reasons-why-people-are-choosing-masonite-over-django-ic3)
1. [MasoniteCasts](https://masonitecasts.com/)
1. [Dockerizing Masonite with Postgres, Gunicorn, and Nginx](https://testdriven.io/blog/dockerizing-masonite-with-postgres-gunicorn-and-nginx/)


### Other web framework resources
* This [roundup of 14 minimal Python frameworks](http://codecondo.com/14-minimal-web-frameworks-for-python/)
contains both familiar and less known Python libraries.
Expand Down