May-10-2017, 07:48 PM
May-10-2017, 07:51 PM
Not sure exactly what you are asking for but if you just want an online interpreter, try this:
https://repl.it/languages/python3
Also maybe look into Jupyter notebooks:
http://jupyter.org/
https://repl.it/languages/python3
Also maybe look into Jupyter notebooks:
http://jupyter.org/
May-10-2017, 09:42 PM
I like Flask: http://flask.pocoo.org/
Django is good for larger projects: https://www.djangoproject.com/
Django is good for larger projects: https://www.djangoproject.com/
May-10-2017, 09:59 PM
(May-10-2017, 09:42 PM)nilamo Wrote: [ -> ]I like Flask: http://flask.pocoo.org/I'm not certain he is actually asking about building websites based on this line:
Django is good for larger projects: https://www.djangoproject.com/
Quote:How can I make my code appear in a webpage?