Skip to content

Building projects based on libraries such as Turtle and tkinter to brush up on non-ML skills

Notifications You must be signed in to change notification settings

SwamiKannan/Revisiting-Python

Repository files navigation

Revisiting Python


I am using this Github repo to build a few Python skills especially in GUI interfaces, non-ML projects, public APIs and maybe, even build a few Python games. I intend to build atleast one new app every 2-3 days. Hopefully, I stay consistent !

Projects (so far)

  1. App-based Offline Password Storage and Management
  2. Tracking the International Space Station
  3. Enhancing your concentation using a Pomodoro timer
  4. Etch a Sketch Interface
  5. Taking bets on a Turtle Race game !
  6. Contemporary art using the Turtle program
  7. Re-implementing a coffee machine text interface

This is an exploration of building various Python applications which are non-ML but can built around ML models. Key libraries include:

  • Turtle
  • Tkinter
  • Cryptography