What are some good sources on the web that are good for learning basic programming?
I'm a beginner at programming and would like to know some resources that would hopefully help me practice some programming skills that I will be learning in my comp sci classes. #computer-science #programming #personal-development
4 answers
anusha’s Answer
Codecademy
CourseEra
Udemy
Treehouse
GitHub
Nicole Raquel’s Answer
Hey Kemi!
Skyler and Daniel mentioned good resources for learning basic programming. I would also add Udemy (they have free and paid for courses) and w3schools (they help with web development and some database manipulation). Also, youtube has some channels that go from general concept to very detailed, depending on what you want. You should also look for coding groups on social media platforms such as Facebook or Twitter since there are people there with experience that can both answer your questions and give you recommendations on books/videos depending on what you want to learn specifically about programming. Don't be afraid to get out there when learning. If you ever find yourself with a doubt that may be more specific to your code, stackoverflow is a good resource where people post their doubts online and others give them possible solutions/explanations as to what could be the problem.
Good luck on your coding journey and have fun! :)
- Nicole
Nicole Raquel recommends the following next steps:
Daniel’s Answer
For fairly straightforward stuff you can check out learnpythonthehardway. There's also a number of good open courses offered by various places (e.g. MIT):
https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/
Skyler LaBuff
Skyler’s Answer
Hello Kemi,
I have used and recommended CodeAcademy as a free and helpful way to learn various programming languages. It's self-paced and can take you from beginner to as far as your desires take you! Good plan to try and get a bit of knowledge and experience before diving in head-first!
Skyler