Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make it a website?
#1
How can I make my code appear in a webpage? I once found the code yet I can't find it again.
Reply
#2
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/
Reply
#3
I like Flask: http://flask.pocoo.org/
Django is good for larger projects: https://www.djangoproject.com/
Reply
#4
(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?
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020