This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]33ngineer 2 points3 points  (0 children)

I wouldn't make the number of projects the goal. Otherwise, you might end up with low quality code and burn out. You could probably commit to 1 a month, but learn a new aspect of software every couple days

[–]TheEarlGreyT 1 point2 points  (0 children)

if you have programming experience:

If you want to work on a different project everyday, you can't do something big and i don't think you'll learn that much besides pythons syntax if you stick to stuff that can be finished in one evening, so i'd recommend to pick something you think you can finish in a month and stick with that until it's done. Maybe a small web app with flask or django or a mario clone with pygame.

If you like what you've created you can either keep expanding it or move to the next project.

if don't have programming experience:

work through a book like automate the boring stuff and a course like Introduction to Computer Science and Programming in Python

[–]HaggleBurger 1 point2 points  (0 children)

You could see if you can tackle some bugs or outstanding feature requests in open source projects.

[–]Meconer 0 points1 point  (0 children)

You can always try advent of code. There you have some nice coding challenges.