Hi Programmers, can u please help me clear some doubt /choice | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hi Programmers, can u please help me clear some doubt /choice

Is it a good idea to just jump straight to Python,C++ or Java, without learning any other language or should I learn basics of html and CSS first?

26th Aug 2020, 11:27 AM
Shitiorui
Shitiorui - avatar
5 Answers
+ 4
Since web development is so popular, a little HTML and CSS seems like a good place to start. Since learning a language doesn't really end, creating a simple static website that applies several common HTML tags, and a few CSS properties seems like a clearer goal. If you start with HTML and CSS, a nice next step would actually be JavaScript. JavaScript is almost always used with HTML and CSS. Python, Java, and c++ could be used when you want to program what you run on the web server.
26th Aug 2020, 11:28 AM
Josh Greig
Josh Greig - avatar
+ 2
You can start with any language. But JavaScript need basic Knowledge of HTML and CSS
26th Aug 2020, 11:29 AM
Allamprabhu Hiremath
+ 2
Should I learned JS for developing apps?
26th Aug 2020, 11:30 AM
Shitiorui
Shitiorui - avatar
+ 2
You can learn Python before learn html and CSS, because python has its own output on console. It is a good practice start with Jupyter Notebook.
26th Aug 2020, 11:36 AM
Sergio Donzelli
+ 1
Yes.
26th Aug 2020, 11:32 AM
Allamprabhu Hiremath