What I Did Today
- Built a CLI Note Taking Application.
On What I did Today
NOTE-TAKING APP
Ill be building a note-taking app with the following features.
1.Adding a note
2.Viewing your notes
3.Deleting a note
4.Exiting the application
Those are the basic functionlities. You can go ahead and extend your application with features such as: timestamp , searching for a particular note , editing a note etc
Some of the things I'll be implimenting:
1.Functions
2.Try and except handling
3.reading and writing txt files
4.list methods
5.decision structures such as for loops , while loop , if else conditions etc'
Link to the Project:(https://github.com/yfwjay/python-concepts/tree/concepts_iterations/week-five/Day3)
Resources I Used
- Python Refresher series By Bonaventure Ogeto On Youtube.
- Github to Document my Python Learning Journey by Pushing and Commiting to my Public Repository.
Whats Next
Part 1 of OOP Basics
Top comments (0)