EvilZone

Programming and Scripting => Beginner's Corner => Topic started by: GreyCat on January 06, 2016, 02:22:45 PM

Title: code.org
Post by: GreyCat on January 06, 2016, 02:22:45 PM
I've been using code.org . Obviously, it's for kids, but I've been viewing the code and writing it down. It was a good idea because getting used to looking at code has helped me start to learn it. It's how we learn to read after all.

Please suggest some other good coding sites for noobs. Thanks.
Title: Re: code.org
Post by: techb on January 06, 2016, 02:36:26 PM
You didn't specify which language, but here are a few.

https://www.codecademy.com/

https://www.coursera.org/course/programming1

https://www.khanacademy.org/computing/computer-programming

http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/

Also, really any books are good. After you have access to the ebooks here you should be set.
Title: Re: code.org
Post by: dec on January 06, 2016, 11:56:35 PM
You didn't specify which language, but here are a few.

https://www.codecademy.com/


Code academy is great, its were I started and its entertaining. I'd recommend their python track first.