+ 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!
4 odpowiedzi
+ 6
Thank you to clear my doubts CAESER
+ 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.
+ 4
Andrea Pallotta
Thanks for your opinion.
But the new questions arosed in my mind that learning jQuery is important?
&
What is git?
😄
+ 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.