0

Where to start?

I’ve learned beginner python and it has helped me get A grasp into the coding language, but I still find it difficult to just program something. I have all these puzzles pieces, trying to make them fix together. I always run into problems so I feel as if I haven’t learned enough and must start over into learning everything. What are your guys tips and advice?

24th May 2025, 6:27 AM
Ozzy Arteaga
Ozzy Arteaga - avatar
2 Antworten
+ 7
coding is poblem solving. find a problem or goal, solve it with code. you don't have to learn everything. really. just enough basic understanding and programming concepts. you learn as you look for ways to solve your problem or achieve your goal. practice breaking down problems into smaller, structured parts that can be written down as code. this is the most important part. you don't even have to actually write the code. it's an analytic thinking process or a way of looking at things and situations. practice doing this whenever possible. then learn how to look for algorithms, methods and data structures in your language of choice that will be useful to you. then you write and try out your code. what problems do you face when you code?
24th May 2025, 6:32 AM
Bob_Li
Bob_Li - avatar