CS50 covers pointers, objects, classes etc and will give you a solid foundation. Fully recommend though, fair warning, it's challenging. Tideman nearly crushed my soul.
Programming
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
I didn't even realize that had Bootcamps for that, but they tend to be a waste of money anyway.
Try using micropython or circuitpython since it will be a lot easier. It runs on small embedded boards like the raspberry pi pico. But, you are better off getting started on a bigger computer with a better dev environment than an embedded gizmo would have. Also, study the source code of programs that interest you. If it gets confusing, run it under a debugger and single step it so you can watch it's execution step by step.
OOP is overrated so don't worry about it until you're more comfortable with other approaches.
Literally anything but a bootcamp. Doubt they even cover the stuff you want, and if they do you won't learn more than what you picked I think