this post was submitted on 21 Jul 2023
15 points (100.0% liked)

Learn Programming

1624 readers
1 users here now

Posting Etiquette

  1. Ask the main part of your question in the title. This should be concise but informative.

  2. Provide everything up front. Don't make people fish for more details in the comments. Provide background information and examples.

  3. Be present for follow up questions. Don't ask for help and run away. Stick around to answer questions and provide more details.

  4. Ask about the problem you're trying to solve. Don't focus too much on debugging your exact solution, as you may be going down the wrong path. Include as much information as you can about what you ultimately are trying to achieve. See more on this here: https://xyproblem.info/

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

Im interested in learning programming but there are so many diffrent programming languages and guides that I feel overwhelmed and dont know where or how to start. any useful advice is appreciated.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] josejfernandez@programming.dev 2 points 1 year ago (1 children)

No problem ๐Ÿ™‚

Interestingly enough, these days I have been thinking about resuming my experiments within game development. It's not a field I am super experienced in, but just for the sake of knowledge sharing...

I started a small project in MonoGame with C#. It is a low~ish level framework, just as I wanted, because I wanted to avoid learning a full-blown engine (such as Godot, which I tried before going with MonoGame). Not that I am recommending this particular track for your situation, though, but based on what I am doing in MonoGame, I think it could be a good way for you (if you chose this track) to be pragmatic (making something) while still forcing you to learn programming. The framework still takes care of some things such as the game loop.

I also created an account in Exercism, one of the communities I mentioned before, because I wanted to mentor someone and they offered this posibility. Whereas I didn't find exactly what I was looking for, I found the website to be quite pleasant to use, so I am slightly more inclined towards recommending that you consider using it ๐Ÿ™‚

[โ€“] sirdorius@programming.dev 2 points 1 year ago* (last edited 1 year ago)

Exercism is really nice to learn a language without getting overwhelmed, and also trains you into the kind of coding challenges that are asked on job interviews. I also want to mention codingame.com which is a bit more advanced and has very game like problems (mostly AI stuff) that you can solve in a fun environment