Hey everyone! I just graduated high school and I'm about to start college in September, majoring in Programming and Application Development. Since I'm a bit clueless right now, I'm looking to learn some programming over the summer to prep myself for college. In high school, I only dabble in Python.
My upcoming college curriculum includes topics like Non-Imperative Programming, Introduction to Programming, Principles of Programming Languages and Object-Oriented Programming, and languages like C, C++, Java, Python, and C#/.NET.
I don't expect to master everything before college, but I'd love to get some basics down to make things easier when classes start. If anyone knows of any free and useful online courses, I'd really appreciate your recommendations! Thanks!
1 Answer
I don’t have personal experience with specific courses, but I'd recommend working on a project in a language that interests you. It's often better to learn through actual experience rather than just tutorials. For example, try creating a simple command-line app in C++, like FizzBuzz or Rock Paper Scissors, to get a grip on the syntax. Once you feel comfortable, you can explore some object-oriented principles too! If you're stuck, you can always search for "how to do X in Y"—where X is your task and Y is the programming language you're using.
TL;DR: Courses are good, but getting hands-on with a project really solidifies your learning!

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically