3 answers
Asked
940 views
How should I start learning on my own?
I don't want to go in completely blind and fall behind. I took a computer science course in high school but I think that it's not really enough. #science #computer
Login to comment
3 answers
Updated
Aditya’s Answer
There are several free resources available for students interested in getting into computer science:
Check out Google's free CS courses for students: https://csfirst.withgoogle.com/s/en/home
Also there are sites like appacademy.io that offer free training
Check out Google's free CS courses for students: https://csfirst.withgoogle.com/s/en/home
Also there are sites like appacademy.io that offer free training
Updated
Mahesh’s Answer
It depends on what you want to learn. Most of the tutorials and presentations are online for free. You can search on youtube, slideshare, or just on google.
Updated
Bruce’s Answer
One resource I found useful when I taught myself Python was 'https://projecteuler.net/'. It has hundreds of math problems that are solvable with some programming. You pick the language. The problems range from easy to very difficult. Many problems build on previous solutions (if done in difficulty order). You can also review other folks answers when you are done with a problem or if you get stuck. You also learn a lot of math facts along the way as well.