Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python web framework for relatively static pages [closed]

Tags:

python

web

I'm looking for a good Python framework to develop a small application in.

Basically the application is something which could be done in Javascript (the user enters values into text boxes and calculates other values) but because of IP (this is academia) there has to be no way for anyone to determine how these values are calculated.

For now, databases/users/etc. are not required. I really want something like PHP as far as the templating system goes, but in Python instead.

like image 589
ian93 Avatar asked Mar 28 '26 05:03

ian93


1 Answers

You could try Flask: http://flask.pocoo.org/

It's a popular 'microframework' and would be suitable for what you're looking for including a simple templating system.

like image 114
peacemaker Avatar answered Mar 29 '26 17:03

peacemaker



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!