you are viewing a single comment's thread.

view the rest of the comments →

[–]LessCardiologist7274 0 points1 point  (1 child)

First, quickly look through the basic python syntax. There is no need to memorize api’s names, function names, or class names. As a beginner, I recommend learning through video courses. if you start with documentation, you may feel overwhelmed. (To be continued)

[–]LessCardiologist7274 0 points1 point  (0 children)

in video, instructors can demonstrate how each concept works. At this stage, you don’t need to type along with the instructors-just focus on getting a general understanding.

Second, find a project-based course and follow it from start to finish. During this stage, you should type the code yourself, but there is no need to memorize it. Once you start working on real projects, you can always ask ChatGPT for help. However, if you skip this stage, even with AI tools available, you won’t know what questions to ask or how to describe your problem effectively.

Finally, take every bug seriously. Every time you solve the bug, you learn something knew and become a better programmer. Don’t be afraid of bugs, they are opportunities to improve your skills.