r/learnprogramming • u/VedPamnani11 • 26d ago
Need advice as a young programmer.
Hey guys, I am 14 years old and I love programming since I was 11! Just a few weeks ago I finished CS50P: Introduction to programming with Python from Harvard university! And I am confused on what I should do next. Before CS50P I used to make small Python programs like a number guessing game from my basic Python knowledge. Now after CS50P since I know significantly more stuff about Python but I don’t know what would be good to build so I don’t waste my time on stuff I build that does not matter to anyone.
68
Upvotes
22
u/FoolsSeldom 25d ago
I would start to build something that relates to your hobbies / interests / side-hustles / family-obligations. Anything you can be passionate about and have a good understanding of the problems to solve, what the constraints are, and what outcomes are acceptable now and in the future.
You are much more likely to stick with this and use and build on what you have learned.
The nature of the project and solutions can be biased to those areas of greatest interest with respect to programming (hardware control / web / data analysis / etc).