- 2
how do i make a website using python
h
5 Answers
0
You should consider python web frameworks like flask(for small projects) and django. I recommend django more.
https://flask.palletsprojects.com/en/2.0.x/
https://www.djangoproject.com/
0
For python you can use flask or django, here are the steps:
1# Have some python editor(You can try pycharm)
2# Download it
3# type pip install flask in the terminal.
4# then go into edit configurations type in flask and apply it.
I donât know about django set up but i know flask.
0
JustAProgramer ill try
- 4
NEZ bruh no