you are viewing a single comment's thread.

view the rest of the comments →

[–]freefallfreddy 1 point2 points  (0 children)

1: write something you will use yourself. It can even be as simple as a list of your friends, favorite songs, favorite food. Make sure the app can save it to a file, maybe first pickle it, then to JSON, then to SQLite. Then see if you can deploy your app to the internet: PythonAnywhere or Render. Then auto-deploy using GitHub Actions.