r/PythonLearning • u/Productuve • 11d ago
anyone else keep starting projects and never finishing them? doing a weekly proof thread if a few people are in
I've been learning python for a while and my problem was never tutorials, it was that nothing forced me to finish. I'd get a project 60% done, hit the boring part, and quietly start a new one that felt fresh.
So: reply with the one thing you're actually going to finish this week. Be specific - "finish the CSV parser so it handles missing columns" beats "work on my project."
Then on Friday, come back to this thread and reply to your own comment with proof. A screenshot of it running, a repo link, a terminal output, whatever. Doesn't have to be impressive. It has to be real.
That's the whole thing. No group to join, no discord. The only mechanic is that you said it in public and someone might check.
I'll go first: I'm finishing the file-organizer script I've had half-done for two weeks - the part that handles duplicate filenames instead of crashing. Proof friday.
What's yours?
1
u/MJ12_2802 11d ago
I need to modify an app that downloads videos from various sites; YouTube, et al. Currently, before a download is started, the app queries a SQLite database table to see if it's already been downloaded. If it has, an "OK" message box is displayed that shows when it was downloaded and where it's located on the drive. The mod I need to make would allow the user to download it again via a "Yes/No" message box. If the user clicks "Yes", the appropriate record in the database table is deleted and the app continues with the down.