Python or html ? (For web development) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Python or html ? (For web development)

I want to start developing web but I don't know how to start. I learned python programming language for 2 years and I know a lot about it but I do not know much about html or CSS or JavaScript and I am really confused if python have the power of HTML ?♥️😁

21st Sep 2020, 11:59 AM
Shayan
Shayan - avatar
26 Answers
+ 5
Shayan python is a good choice for anyone who loves security and simplicity, but the thing is you can not develop a website with only python because it is a backend language, and you can't develop a website with only a backend language front-end language, ...for a website to be fully functional, you need a backend language (example: python, rubby, php, Java, etc). Any of this language will be talking to your sever when ever someone requests a resource from your site, ..now you also need a place where your website user will navigate and also where you can render the response of the resource they may request for. (now you need need "Javascript" to get the response from python and when "Javascript" get the response it needs a place to display it which is the "Html". After this boom you got what you needed but something is missing the information is not beautiful or colorful now you need "CSS" to style it. ..that is the architecture..
21st Sep 2020, 9:52 PM
ugochukwu Joseph
ugochukwu Joseph - avatar
+ 14
Python can be used for backend(sever side) with a framework called Django. Html, Css, and JavaScript is used for the frontend(user intefce) of a webapp or website
21st Sep 2020, 12:03 PM
Abdul Lee🎌🇳🇬
Abdul Lee🎌🇳🇬 - avatar
+ 6
Python is not for web.Learn HTML first.HTML is easy than you think.After HTML study Javascript. Javascript is also easy but not as easy as HTML and last is CSS.If you want to develop web, you'll need to be proficient in these three courses especially HTML.
23rd Sep 2020, 9:18 AM
Si Thu Tun
Si Thu Tun - avatar
+ 5
No Python is used for website, just use HTML, CSS, and JavaScript If you eant to know where to start, click here: https://code.sololearn.com/Wmm9DNM2JMUw/?ref=app
21st Sep 2020, 12:22 PM
Galaxy-Coding (inactive)
Galaxy-Coding (inactive) - avatar
+ 5
You can't do without html for the front end.
21st Sep 2020, 10:30 PM
Sonic
Sonic - avatar
+ 5
#MRX Thank you.
27th Sep 2020, 4:46 AM
Si Thu Tun
Si Thu Tun - avatar
+ 4
Thanks for all good answers 😊
24th Sep 2020, 6:42 AM
Shayan
Shayan - avatar
+ 3
Python is a programming language while HTML is a markup language.....so if u wanna create website u should learn HTML, CSS and JavaScript......those r d 3 I know maybe there r more 😃😃
21st Sep 2020, 3:24 PM
M£RÇ¥💎 {ßÜ$¥}
M£RÇ¥💎 {ßÜ$¥} - avatar
+ 3
Although Python is a general-purpose programming language, I'd recommend you learn HTML, HTML5, CSS, CSS3, JavaScript, Bootstrap, PHP and MySQL. Trust me, you're good to go as a web developer.
22nd Sep 2020, 5:24 PM
Ogunleke Samuel Ayomide
Ogunleke Samuel Ayomide - avatar
+ 2
Html is a main part in a website and python is a additional language
22nd Sep 2020, 7:37 AM
Hriday Kalita
+ 2
Study html, css, jquery, javascript languages.
22nd Sep 2020, 9:16 AM
K M Suneth K
K M Suneth K - avatar
+ 2
HTML is for frontend technology & Python is for backend technology which also connects to database
22nd Sep 2020, 3:30 PM
Programmer Rushikesh
Programmer Rushikesh - avatar
+ 2
html, css are used for the webs markup and before people couldn't use javascript to create servers, but now u can use javascript to make servers and use backends like mongodb or sql though Node.js, python is also good but its advicable to learn a programming language of normal flow like javascript so you can easily learn other programming languages, python is the simplest language i have ever seen but for a beginner it should not be the first choice 📖
22nd Sep 2020, 8:35 PM
John Daniels
John Daniels - avatar
+ 2
html css java script
23rd Sep 2020, 7:16 AM
Dnyanesh@1416
Dnyanesh@1416 - avatar
+ 2
Firstly learn Java.
23rd Sep 2020, 8:20 AM
Shabnam Thakur
Shabnam Thakur - avatar
+ 2
Si Thu Htun before the Javascript learning CSS will be good.
27th Sep 2020, 4:42 AM
AlienX
AlienX - avatar
+ 1
Oh! Sorry
21st Sep 2020, 12:09 PM
Shayan
Shayan - avatar
+ 1
Thanks a lot
21st Sep 2020, 12:09 PM
Shayan
Shayan - avatar
+ 1
So if I do not want to use python which thing should I use ?
21st Sep 2020, 12:11 PM
Shayan
Shayan - avatar
+ 1
Python is used for backend in websites ,you need to know atleast html ,if you wanna make web apps using frameworks like django and flask
21st Sep 2020, 12:35 PM
Abhay
Abhay - avatar