-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9993345
commit b5d14b3
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
+++ | ||
title = 'Python class - Final Project' | ||
date = 2025-01-29T06:40:00-04:00 | ||
draft = false | ||
+++ | ||
|
||
This is very earily in the Owen's class I am taking, Intro to Python, but I wanted to have create ideas for the final. My first idea is to make a Minimalism item tracker. It would require a database to pull off correctly and I know that we will be working with SQL in the later chapters, so I am hopeful. It would provide the user a Graphic User Interface (and even a web interface later) to be able to enter an item. The database entry for the item would store things such as name of the item (string, required), location in home (string, optional), date brought into home (string, optional), purchased price (float, optional), Universal Product Code (string, option), item multiplier (integer, required, defaults to 1) and in home (boolean, required, defaults to true). | ||
|
||
Even if this is not made for my final project for the class, I would still like to create this, as I think it would be fun to make, fun to use and help me keep track of some things. I know I still have a lot of things and it would be nice to start writting down these things, so I can have a greater idea at a glance how much stuff I am taking care of. | ||
|
||
If you haven't checked out [The Minimalists](https://www.theminimalists.com/), I recommend going to their website and listening to the podcast. You can follow the progress of the application over on the GitHub repository [https://github.com/TeamLinux01/minimalism-item-tracker](https://github.com/TeamLinux01/minimalism-item-tracker). Feel free to engage me there for ideas, discuss the project or even Pull Requests later. |