Skip to main content
3 answers
3
Asked 832 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

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

3

3 answers


0
Updated
Share a link to this answer
Share a link to this answer

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.

0
0
Updated
Share a link to this answer
Share a link to this answer

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.
0
0
Updated
Share a link to this answer
Share a link to this answer

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
0