0
Should I learn Python or HTML next?
2 Answers
+ 3
It depends on your goal.
Html is used to create the structure of websites.
While Python is a general-purpose programming language, widely used in the data science field, but also as the back-end for most websites.
I have noticed you have completed the C++ beginner course. I would personally suggest you proceed with the C++ intermediate course rather than learning a completely new language.
Once you are really confident with a programming language, jumping to a new one may get easier.
C++ is a really popular programming language widely used in the embedded systems field, and overall for low-level programming (such as memory management,...).
So, if you could become really proficient in that language, then a lot of job opportunities will come.
+ 1
Alright, thanks!