Python Forum
Framework Selection - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Framework Selection (/thread-15483.html)



Framework Selection - magikarp45 - Jan-19-2019

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.


RE: Framework Selection - snippsat - Jan-19-2019

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.