Unable to load image

How 2 Learn 2 Actually code

I’am familiar with a lot of concepts and have done a small amount of intro level shit, but how would I go about actually learning applicable/hobby level coding without taking classes?

Edit: I have decided to learn assembly

35
Jump in the discussion.

No email address required.

choose a project that interests you and try to do it.

example: when i started programming i was into team fortress 2, which has an in-game economy, so i made a small calculator for converting between items. then i wanted a GUI, so i searched google "c++ how to make a gui", copy pasted some examples and had a crappy gui. then i wanted the conversion values to update automatically, there was a site that had the values in their front-page so i search "c++ how to download a page", copy-pasted some code and i had a function that returned a string with the page html from which i got the values.

Jump in the discussion.

No email address required.

This is the best way to learn and also as this example shows it's iterative. Tutorials and example projects never worked for me because it's just following a list of instructions and real cooding isn't like that when you're faced with business problems and have to solve them by yourself.

You need an idea that will solve something proper for you, and then you start to see a natural cycle of improvements which will take you on your journey to cooder territory.

Jump in the discussion.

No email address required.

:marseynotes:

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.