Python Forum

Full Version: How to make it a website?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I make my code appear in a webpage? I once found the code yet I can't find it again.
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/
I like Flask: http://flask.pocoo.org/
Django is good for larger projects: https://www.djangoproject.com/
(May-10-2017, 09:42 PM)nilamo Wrote: [ -> ]I like Flask: http://flask.pocoo.org/
Django is good for larger projects: https://www.djangoproject.com/
I'm not certain he is actually asking about building websites based on this line:
Quote:How can I make my code appear in a webpage?