Skip to content

An Example Software Project for Principles of Programming

Notifications You must be signed in to change notification settings

tum-bgd/todo_winterterm24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

The TODO Project from 2025

This is the final software project written for Principles of Programming (Winter Term 24/25). It contains the following:

  • todo: contains a Python package for the todo database
  • webservice: contains a web service utitlizing said package

The TODO Python Package

This package can be installed using pip. It provides functions for our todo and it creates and maintains the database in the home directory of the user.

After installation, it provides a command line py -m pip todo

Webservice

The web service depends on the todo package and exports some of the functions via Flask. We could run it in the cloud and access our todos from anywhere. This is not part of the lecture.

(c) 2025 TUM Change from somewhere else

About

An Example Software Project for Principles of Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published