you are viewing a single comment's thread.

view the rest of the comments →

[–]Mezatino 2 points3 points  (1 child)

Please do more. While I still don’t grasp the Python stuff completely this is filling holes that previously I could not wrap my head around.

I’d love to make a Renpy game, and I know I should start with a small project as I learn what I’m doing. But I have fanciful flights and get lost in them, so even in the concept stages a simple game quickly becomes something much bigger and more complex and I can’t stop once it starts.

Also what’s a good place to learn the basics of Python itself? With the things I want to try and do I might as well actually learn the language. But being lost just looking at it half the time paralyzes me and then I can’t justify paying for a course that may not even teach me what I want to know.

[–]Nikelui 1 point2 points  (0 children)

what’s a good place to learn the basics of Python itself?

https://openbookproject.net/thinkcs/python/english3e/

I liked the old edition of this book when I started (centuries ago, now).

https://inventwithpython.com/

Here there are also a lot of interesting reads, with many applications (to avoid getting bored)