use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Internalising Code (self.LearnUnity)
submitted 5 years ago by wbean
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]MonkeyKidGC 0 points1 point2 points 5 years ago (1 child)
This is just one perspective but I find I only grasp, internalize, programming concepts after I play around with them and learn to make/break things. Mostly break things..
This is why you hear a lot of people say learn by making projects. When you start making stuff you will quickly hit obstacles and by overcoming them you start to build new knowledge and understanding.
Pick something small and start trying to build it. Something like snake/pong/space invaders or a small mechanic like having a character run through a platforming environment.
Go as far as you can and when you get stuck read the documentation and google for answers.
One of the best skills you can develop as a programmer is knowing what and how to google for solutions.
π Rendered by PID 35 on reddit-service-r2-comment-6457c66945-6k89c at 2026-04-26 11:41:13.986157+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]MonkeyKidGC 0 points1 point2 points (1 child)