Python has been around for 34 years and is a great language for both high level app building and quick scripts. I’ve started a few projects using it but haven’t published anything. For a starting place I went to the beginners guide at https://www.python.org/about/gettingstarted/ but the recommendations are a very broad list where I was hoping there would be a few sample prompts to start building a project with. Coming up with a a few of those sounds like a good starting place:
- EV or Battery Calculator.
- API for… (APIs are always great starting projects.) Maybe a simple ask and response.
- Wonder what kind of game could be build. Maybe Python backend, JS frontend of some kind.
Here we go.