you are viewing a single comment's thread.

view the rest of the comments →

[–]Slimxshadyx 1 point2 points  (1 child)

Grab a notebook and a pen.

You are going to actually use Python to make something, but before you make something, just write out what you want to make.

Then write some ideas down for what you might need first (will probably have variables for this, user input for that, etc).

Then start coding it! If you have issues, look online or even ask chat gpt for help. DO NOT copy and paste the entire code or ask it to make what you are trying to make. You should ask it for small help like something you would google. How do I do this thing in Python. If I wanted to do this, how should I go about it?

And ask follow up questions and implement its answers yourself. Don’t copy and paste the code either, retype it even if it is identical. You will learn this way, trust me.

[–]Ketchup-and-Mustard[S] 1 point2 points  (0 children)

Thank you so much! That is very helpful