Python Forum
How to make it a website? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: How to make it a website? (/thread-3278.html)



How to make it a website? - CyanSupreme - May-10-2017

How can I make my code appear in a webpage? I once found the code yet I can't find it again.


RE: How to make it a website? - Mekire - May-10-2017

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/


RE: How to make it a website? - nilamo - May-10-2017

I like Flask: http://flask.pocoo.org/
Django is good for larger projects: https://www.djangoproject.com/


RE: How to make it a website? - Mekire - May-10-2017

(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?