Professional Expense Tracker in Python
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Related videos
Nuitka: The Professional Way To Compile Python
NeuralNine
46.7k views
Professional Python Testing with Mocks
NeuralNine
88.8k views
Professional Weather App with Django in Python
NeuralNine
52.9k views
Use OpenAI's ChatGPT in Python
NeuralNine
117.7k views
Advanced Exception Handling in Python
NeuralNine
80.3k views
Makefiles in Python For Professional Automation
NeuralNine
51.3k views
Scheduling Tasks Professionally in Python
NeuralNine
107.2k views
Backtesting Stock Trading Strategies in Python
NeuralNine
49.8k views
File Transfer via Sockets in Python
NeuralNine
72.7k views
Extract PDF Content with Python
NeuralNine
277.5k views
Top Comments (10)
The enumerate() function have a parameter called "start" to tell the function where it should start the counting. So instead using idx + 1 we can use enumerate(categories, start = 1) and the idx will start from 1.
Very nice. Thank you! I will adapt this for a project hours tracker.
That was so fun to do!
Are we able to keep all of this data somewhere in a txt file or something?
adding ui and graphs will be great .Thanks
after creating this program and want to put in web app or mobile you need to learn another language? or python have it aswell?
Great tutorial as usual. Thanks :)
What is the name of the app youre using to code
I did everything right and because I use Gentoo with systemd not rc the db packages for some reason don't work unless you have rc style init system, so all of your great toots about sql won't work for me, but I utilize db's on other servers where I run email servers and such, so I still get the benefit, thanks
How do you open your db file in pycharm? If I click on it literally nothing happens.
Unlock the Data Inside
Turn Videos into Knowledge
- Get FREE 10/day: transcripts, summaries, chats
- Chat with videos, export text & PDF
- $1 free API credit for RAG, chatbots & research
Free forever plan • All features unlocked
Top Comments (10)
The enumerate() function have a parameter called "start" to tell the function where it should start the counting. So instead using idx + 1 we can use enumerate(categories, start = 1) and the idx will start from 1.
Very nice. Thank you! I will adapt this for a project hours tracker.
That was so fun to do!
Are we able to keep all of this data somewhere in a txt file or something?
adding ui and graphs will be great .Thanks
after creating this program and want to put in web app or mobile you need to learn another language? or python have it aswell?
Great tutorial as usual. Thanks :)
What is the name of the app youre using to code
I did everything right and because I use Gentoo with systemd not rc the db packages for some reason don't work unless you have rc style init system, so all of your great toots about sql won't work for me, but I utilize db's on other servers where I run email servers and such, so I still get the benefit, thanks
How do you open your db file in pycharm? If I click on it literally nothing happens.