How can I make a website with python?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can I make a website with python??

1st May 2021, 10:40 PM
Cfbhcfgfhfchcfhfchb
5 Answers
+ 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.
1st May 2021, 11:15 PM
Vishaka Saxena
Vishaka Saxena - avatar
+ 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/
1st May 2021, 11:16 PM
ChaoticDawg
ChaoticDawg - avatar
+ 3
Hi! In python you can make backend side with framework Django
1st May 2021, 11:11 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
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!
2nd May 2021, 12:05 AM
iTech
iTech - avatar
0
You can use HTML and CSS in flask
3rd May 2021, 7:42 AM
Chris Jonathan
Chris Jonathan - avatar