Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Framework Selection
#1
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.
Reply
#2
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.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020