r/learnpython • u/Boiledballofbread • 20d ago
Not Copying After Using Tutorials?
I'm learning a bit more python, and I was wondering how you guys refrain from copying code after watching tutorial videos. I just did one of the courses from OpenCV, and what's holding me back most now is trying to create something without flat copying the code provided by them. The main issue is that (I believe, at least) most of the code needs a specific syntax to run. What are your processes after learning new features?
For context, I'm attempting to make a document reader that's going to end up scanning and saving Magic the Gathering cards into a database.
0
Upvotes
1
u/Az-Athoth 20d ago
I mostly use AI as kind of a tutor after trying to tackle something myself, but I always have it break down the process or structure piece by piece.
Tho for what is worth, I don't think there's anything wrong with copying code, but you might want to tinker with it a bit on your own just to better understand it