this post was submitted on 11 Jul 2024
72 points (97.4% liked)
Asklemmy
43788 readers
676 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've been "learning" programming for about 10 years in a self-taught way. I don't even know why I started, but it was with C, but I quit soon after when I realized I didn't understand anything. I was jumping between C#, Javascript, and other languages until I landed on Python, mainly because I wanted to learn how to use Godot, and in the documentation of the Engine it said that its language, GDScript, was very similar to Python, and my reasoning was "Ah, ok. Then if I learn Python it will be easier for me to learn GDScript". So I started learning Python and was able to create my first programs, but after a while I lost interest and forgot why I was learning it in the first place.
When the controversy with Unity happened, I don't know what happened to me but I felt a kind of wake-up call, like that was the moment to go back to Godot, and that's what I did. And while I was making my first game suddenly everything I had learned the previous years made sense, now I really enjoy programming.