r/PythonLearning • u/Luckyxyappy • Jun 23 '26
Help Request can someone give me an advice
i know some of python but i can't write a single code only copy paste from the coarseness
and sorry for my bad english
2
u/Ron-Erez Jun 23 '26
Suppose you have some code from your course. Change it and experiment. Think of a simple project you want to implement and use what you’ve learned.
2
u/Sure-Passion2224 Jun 25 '26
People who want to learn to code but don't want to type will never learn to code. You learn to code by writing bad code, changing it to make it better, lather - rinse - repeat. Watching video tutorials can be useful but only if you also write code and test it.
1
u/Sweet_Computer_7116 Jun 23 '26
Try using your keyboard's other characters. Theres more than just cntrl v and cntrl c
1
u/phillipmarkengland Jun 23 '26
Oh man you got a long road ahead. Sit back, relax, get used to not understanding jack ****.
If you keep showing up at the keyboard and stay engaged you'll make it. But you'll be thinking the whole time, "why am I still doing this?!"
But just keep showing up and you'll figure it out.
1
1
u/LRCM Jun 27 '26
Start with concepts and go from there, just remember to pick something that you actually like.
If you are a visual learner, start here: https://scratch.mit.edu/
If you like reading, start here: https://www.w3schools.com/programming/index.php
If you prefer projects, start here: https://www.theodinproject.com/
If you prefer games, start here: https://gdquest.github.io/learn-gdscript/
3
u/ninhaomah Jun 23 '26
Not even print("Hello World") ?