0
I'm just getting started with this what course did you suggest I take
3 Réponses
+ 5
From the FAQ:
That depends on what you're trying to achieve. For web development: Start with HTML, and then move on to CSS, JavaScript, JQuery, PHP, and SQL.
For general application programming: Python, C++, and Ruby; then Java, C#, or Swift, based on the platform you're targeting.
Re: https://www.sololearn.com/faq/#q1
+ 2
That depends on your goal.
To be a web developer: HTML -> CSS -> JavaScript -> jQuery -> PHP -> SQL -> Python
To create software: Start with C or Python. Switch to C++ for windows software, Swift for iOS and Kotlin/Java for android.