Python Forum

Full Version: Framework Selection
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am wanting to create a website that can run a python file and display the code and output from a file uploaded to the site. What web frameworks should I consider? Also, is web dev using python a good way to go about this? I usually use HTML, CSS, JS, PHP, mySQL, and I've even used Java and Spring.
The two most popular Flask(Nr.1 GitHub 41.326) and Django(38,967).
Both are good i have used Flask a lot more than Django.
Have a tutorial here you can look at.

The database connection is very good trough Flask-SQLAlchemy.
Can connect to almost all database of choice.
Django work a little different that a lot of stuff in build like databases.