+ 2
How can I make a website with python??
5 Respostas
+ 8
A website consists of two parts: frontend and backend. Frontend is created using HTML, CSS, JavaScript etc. And backend can be created using some programming languages including php, java, python etc. Python can be implemented using either CGI or some framework like Django etc.
+ 4
You're still going to need HTML, CSS, and maybe Javascript, but Django or Flask are probably the most popular and useful web frameworks for using Python with web development.
https://www.djangoproject.com/
https://flask.palletsprojects.com/en/1.1.x/
+ 3
Hi! In python you can make backend side with framework Django
0
You need to learn Django.
Django is a high level and full stack web framework with thousands built-in features which no other web framework offer!
Most feature I like: Django handles securely sql queries for you in the background, you just need to define the models and the object relationship, you will not type any sql query!
Still not convinced: This learning website is made entirely with Django:
https://zappycode.com
and this is its source code
https://github.com/zappycode/zappycode-django
Django documentation
https://docs.djangoproject.com/en/3.2/
Where to upload my Django App?
https://pythonanywhere.com
https://heroku.com
Please stop arguing that Django is a backend framework only!
0
You can use HTML and CSS in flask