+ 3
Beginners
Hey! I don’t know anything about programming but am interested to first learn the absolute basics. Anyone know where to start? How did you start?
3 odpowiedzi
+ 21
Hi!
From 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, andSQL.
For general application programming: Python, C++, and Ruby; then Java, C#, or Swift, based on the platform you're targeting.
https://www.sololearn.com/faq
+ 7
Hello and Welcome to SoloLearn(SL)
Here are somethings to help you get started
SoloLearn FAQ
https://www.sololearn.com/faq
Tips for Beginners
https://www.sololearn.com/discuss/284542/?ref=app
Tips on using SoloLearn(SL)
https://www.sololearn.com/discuss/361752/?ref=app
Assorted helpful thread
https://www.sololearn.com/discuss/595802/?ref=app
+ 1
I would start with python if I were you. It is easy to learn(compared to some other languages) and teaches you the basics you will need for every other language.