Coding an Expense Tracker 💰 | Programming with Databases | Creating an API | Python

preview_player
Показать описание
The best way to learn about something is to pick up a project in that domain, and learn about as you make your project.

While creating this Expense Tracker App, we will learn about two things.
1. Programming with Databases
2. Creating an Abstracted API

Рекомендации по теме
Комментарии
Автор

For those whose "print view()" isn't working. Y'all on Python3. print is now a function. Do: "print(view())".

Suraj-Khati-
Автор

Appreciate your work man!
Looking forward for vids on python projects of more like "spam filtration".. But like which involves clustering algo problem statement .

shankar
Автор

instead of using the sqlite db you can use a simple code using file and for designing tkinter

rohithkumar
Автор

Hi, Sourav J.? How you doing?
First, thank you so much for your videos series. They are always straight to the point and this is great.
I'd like to ask if you are using Atom editor? If so, what theme is it?

jonascarvalho
Автор

Just like always I coded the whole thing in and run it . I get to the last line to try it out .... print view('food') invalid syntax at view
and I have no idea what is wrong with "view"

twlson
Автор

print view()
^
SyntaxError: invalid syntax

twlson
Автор

Your videos are very useful, thak you very much.

enriquenieto
Автор

Nice work man!
But how do I delete or modify records?
Thx!

rickychung
visit shbcf.ru