+ 2
What should I learn next after learning python?
Apart from building stuffs what should I learn in the next level.
3 Answers
+ 6
Try SQL and put it together with Python. Get to know the HTML/CSS/JS/jQ combo and you got yourself a nice full-stack for building websites.
+ 4
That depends on what you want to do: For general application programming: Python, C++, and Ruby; then Java, C#, or Swift, based on the platform you're targeting. For web development: Start with HTML, and then move on to CSS, JavaScript, JQuery, PHP, and SQL.
( source: SoloLearn FAQ https://www.sololearn.com/faq )
I found that Ruby is very similar to Python, but be sure to check out all the languages on SL and see for yourself. :)