Python for WEB-page !?

Chris Angelico rosuav at gmail.com
Thu Jan 5 10:18:12 EST 2017


On Thu, Jan 5, 2017 at 11:57 PM, Ionut Predoiu <cae.mefeagroup at gmail.com> wrote:
> I am a beginner in programming language.
> I want to know what version of Python I must to learn to use, beside of basic language, because I want to integrate in my site 1 page in which users to can made calculus based on my formulas already write behind (the users will only complete some field, and after push "Calculate" button will see the results in form of: table, graphic, and so on ...).
> Please take into account that behind will be more mathematical equations/formulas, so the speed I think must be take into account.
>

Building a web site can be done with Flask, Django, aiohttp, or a
number of other frameworks. Generating graphs can be done with
matplotlib. Speed won't be a problem - a computer can do a LOT of
mathematical calculations in the time it takes to request something
over the internet.

Have fun exploring!

ChrisA



More information about the Python-list mailing list