0
website
How can I make and design a website with python?
3 Respostas
+ 7
How do you use Python to make websites?
If you decided to learn Python, please forget about web development for a while and concentrate in learning the language first.
Python is easy to pick up, but you must stand on your feet before you start to run.
Python is an easy, flexible and powerful general purpose programming language (which is specially suited for web development), but you should bear in mind that in order to become a web developer you must learn several different skills besides python.
The first basic skill you must learn is HTML.
HTML is the markup language of the web. All web pages are created with HTML, which defines the different elements contained in a web page.
Then you should learn CSS, which is another little language that defines the way each HTML element looks within a page (its color, the font type, its position on the page, etc).
And the third skill you should master to become a complete web developer is javascript.
Javascript is a scripting language, just as python....
+ 1
You can use django or flask as backend framework to write server side logic and use html , css and js or any other popular framework like react for frontend .
0
I dont think you can design a website with python
Python is a backend language
But you can use a front end framework such as React or Bootstrap or just html and Css to build the frontend
And backend by python
Either Django or Flask