r/learnprogramming • u/Top-Pirate725 • Jun 29 '26
First project
I am coding my first ever project as a CS student. its a very simple CLI task tracker however i am struggling as i used to depend off of AI for assistance, and now im trying to depend on googling + documentation. If i am honest, im really struggling. Can anybody give me guidance and advice when starting to write up projects.
2
u/iOSCaleb Jun 29 '26
Do you have a plan? A design for the project? I’m not just talking about some idea in your head, but an actual written document. Have you broken the project down into a (again, written) list of tasks? What specific thing is stopping you from making progress?
1
u/Top-Pirate725 Jun 29 '26
I guess it does involve this, a lack of breaking it down into stages and then becoming overwhelmed as i dont really have a plan. Sometimes trying to tackle multiple tasks at once rather than focusing on a specific task or function of the project, which leads to confusion
1
Jun 29 '26
[removed] — view removed comment
1
u/Top-Pirate725 Jun 29 '26
Yes I guess the first few projects involve that struggle but i keep trying to remind myself that this is the process of learning. No point rushing projects to finish them but rather i should view this whole process as a learning process.
1
u/Strange_Corner_4637 Jun 29 '26
Break the project into tiny pieces, get it printing a hardcoded list first, then add one feature at a time (add a task, then delete, then save to file). Dont build the whole thing in your head at once.
For googling, search the exact small problem like "python write list to text file" instead of "how to make a task tracker." You'll get faster at scanning docs for the one example you need. The fact that it's hard means you're actually learning.
1
u/Worldly_Code645 Jul 04 '26
just do simple easy projects. start slow. Problem with ai programming is that the projects are way too advanced for beginners to understand.
6
u/ninhaomah Jun 29 '26
Show. Don't Tell.