Web development using Python (Flask, Django or Tornado) or HTML & CSS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Web development using Python (Flask, Django or Tornado) or HTML & CSS?

|| NEED HELP || Web development using Python (Flask, Django or Tornado) or HTML & CSS? -> Which one is most popular? -> Which one is the best and easiest? -> Who can give me a good job in future? -> What are the best/free sources to learn? Tell me please!

15th May 2019, 2:52 PM
Arshad_Ali
Arshad_Ali - avatar
4 Answers
+ 6
Thank you to clear my doubts CAESER
23rd Jun 2019, 4:11 AM
Arshad_Ali
Arshad_Ali - avatar
+ 4
Start with HTML and CSS, learn some JavaScript and jQuery. Learn how to use Git. And then move your way up to Python and then also learn Django. Currently, you probably shouldn't use Python for web front end stuff beyond trying it just for trying its sake. Javascript, HTML, and CSS are still the most used languages. Now, in the long term (for some ambiguous definition of long), we can hope that WebAssembly leads to a functional, native Python interpreter in the browser. There are tons of websites that teach you HTML, CSS, and JS. For example, https://www.w3schools.com/ has basically everything you should learn as a beginner.
19th May 2019, 3:03 AM
PacoB
PacoB - avatar
+ 4
Andrea Pallotta Thanks for your opinion. But the new questions arosed in my mind that learning jQuery is important? & What is git? 😄
19th May 2019, 9:23 AM
Arshad_Ali
Arshad_Ali - avatar
+ 2
Arshad_Ali Well, I’ll answer your questions. A1: I recommend you learning pure javascript because jQuery is Javascript based library. Some people that i know they mastered jQuery and pure javascript they don’t give it any chance. You can learn it but learn Javascript first. Notice that huge companies start removing jQuery and get back to pure javascript. A2: Git is a distributed version-control system it’s used by a group of programmer to work together and see the changes of the source code.
22nd Jun 2019, 5:15 PM
CAESER
CAESER - avatar