Python for WEB-page !?
Chris Angelico
rosuav at gmail.com
Thu Jan 5 10:18:12 EST 2017
More information about the Python-list mailing list
Thu Jan 5 10:18:12 EST 2017
- Previous message (by thread): Python for WEB-page !?
- Next message (by thread): Python for WEB-page !?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python for WEB-page !?
- Next message (by thread): Python for WEB-page !?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list