Hacker News new | ask | show | jobs
by asicsp 1957 days ago
If you are still interested in exploring projects, here's some:

* https://github.com/tuvtran/project-based-learning#python

* https://github.com/karan/Projects-Solutions

* https://github.com/norvig/pytudes

* What do you automate with Python at home? - https://www.reddit.com/r/learnpython/comments/k5k1h0/what_do...

* Books: https://www.manning.com/books/tiny-python-projects, https://nostarch.com/impracticalpythonprojects, https://nostarch.com/real-world-python

2 comments

Kitty terminal is about half python as well with extension opportunities and would probably be a good early project opportunity for some people.

https://github.com/kovidgoyal/kitty

Also, renpy is used for a number of games, including some commercial games, so modifiying an existing game would be another option. (As a side note, I wish someone would make a python point and click adventure equivalent of renpy since for being such basic games they very often have major technical issues).

Thank you for posting this. I've been meaning to get back into programming for fun recently but have been struggling to find something I wanted to work on.