this post was submitted on 06 Aug 2023
11 points (100.0% liked)

Python

6229 readers
34 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

So i struggle with learning new things but i think i can manage but its hard because it feels like i need someone to hold my hand or give me a powerpoint about something new. im dying to make a video game or something and i think maybe visual novels are the way to go because i also want to tell a story even if its lame. my interest seem to change alot but how do i learn renpy without getting overwhelmed? i havent even open the software yet because im afraid of failing also ive only used a little of unreal engine 4 intill i relised it was overheating my pc and its slow. ive probably used something else like scratch but i forgot.

you are viewing a single comment's thread
view the rest of the comments

Learning how to learn is often one thing that is overlooked in our education system. I am disabled and there are certain things that I will struggle to learn and other things that come naturally to me. I am currently looking to change careers from doing IT support to web development. I found a great and free online, self-paced course called The Odin Project. Since software development is something totally foreign to me, I am taking the lessons in small chunks, usually 20 minutes at a time before I take a 5-10 minute break. I might say work for a total of an hour a day of new material. Then after I finish, I write a blog about what I learned. This helps to reinforce the material and keep it in my head.

Also, it sounds like you are trying to run before you have even learned to crawl. Game development will be challenging if you haven't even learned a language yet. If learning is going to be challenging, then structure is key. Why not start on something like The Odin Project which will provide that structure and is designed to take you from 0 computer experience to just about job ready. Once you learn a language and learn the skills and habits of development, then you can specialize by learning gaming development. I would love to be able to be a game dev and I have some really good ideas, but for me that would be overwhelming when the most code I have ever really written are basic Unix shell scripts.