Skip to content

Bunch of "sample" python apps serving as an excercise and demo

License

Notifications You must be signed in to change notification settings

slacker-by-design/python_etudes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Python Etudes 🎹

This repository holds a bunch of simple Python projects serving both as an exercise and a demo of a particular concept or a technology.

Each project has a dedicated subfolder and is intended to work standalone. Please make sure to the read instructions as the installation and running process may differ from project to project.

Common Requirements 📌

  • All projects have been written for Python 3.12 or later
  • All projects should be run in their own dedicated virtual environment
  • Depending on how they are going to be used, all projects may require local editable installation via pip
  • Some projects may require installation of their dependencies (specified in pyproject.toml) via pip

Projects 🔭

Demo of the MVC / MVP architectural pattern in conjunction with TKInter.

TTK Calculator preview

Showcase of Python's ast package used to build a mathematical expression interpreter.

AST Calculator preview

Exploration of NiceGUI capabilities by implementing an unit converter app.

Unit Converter preview

License

MIT License

About

Bunch of "sample" python apps serving as an excercise and demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages