How to Double Your Savings with Python saving *= 2
@GlutesEnjoyer2 жыл бұрын
Lmao came here to post this but was too late
@patloeber2 жыл бұрын
Haha love it!
@Rumplestiltzchen2 жыл бұрын
🥴👍 spending hours programming to automating a 30 minute task! Love it!
@coreybuchanan7762 жыл бұрын
But at least it’s reusable now
@wilk852 жыл бұрын
Haha yea, have the same
@__________________________69102 жыл бұрын
😅
@patloeber2 жыл бұрын
Right?! ;)
@SG-dw8jh2 жыл бұрын
If it’s not repetitive & boring doesn’t need to be automated.
@tanjt1072 жыл бұрын
There is a package called gspread which is useful for connecting Python and Google sheets!
@__________________________69102 жыл бұрын
humm
@patloeber2 жыл бұрын
I know! But it doesn't support Pivot tables yet, that's why I used the official API directlly
@__________________________69102 жыл бұрын
@@patloeber hummmmmmmmmmmmmm
@Andrey-rc6wp2 жыл бұрын
I see a lot of people saying how this is useless because it’s a waste of time. Hours programming vs 30 mins of work or whatever. Clearly some people have never done repetitive, mundane tasks for months on end. If you spend say even 10 hours programming this, and it saves you 30 mins per week. You’ll make your time back in 20 weeks. Not only that, you’ve sharpened your skills, learned something new, and have something that will be reusable. Imagine doing this for yourself when you’re making a million a year and spending 800k of it. Not 50k and spending 40k of it.
@fastrockstar17052 жыл бұрын
Nice idea. I'll try to code this myself. But I think I will use openpyxl package for the xls creation. Also I think a nice senkey diagram would be cool.
@123arskas2 жыл бұрын
We still have to manually fill in or create a CSV if the things we're spending on aren't related to online purchases. The steps you performed actually makes it more tedious than manual spreadsheet work. Yes you're automating it but my first query of manually creating CSV still remains intact thus we still need to do manual work.
@SanataniAryavrat2 жыл бұрын
You are awesome Bro! Thanks for this lovely tutorial.
@patloeber2 жыл бұрын
Glad you liked it!
@quranicsoulmeditation31052 жыл бұрын
Damn....you are a genius, wish you as my Teacher.
@ffinalttrip2 жыл бұрын
This is amazing!!!!!!!!!🤯 Really useful and nice to learn how to do it! Would be nice to have a month division
Error: Sorry you can't double your savings because you made spelling mistake.😂 @Python Engineer
@prolinuxtutorials2 жыл бұрын
@@deep_shikhar Wow! Great brain!
@dakoderii42212 жыл бұрын
I'm expecting some "crypto investing bots" to show up on this one.
@patloeber2 жыл бұрын
oh oh....
@philipfiguerres77372 жыл бұрын
Very nice. thanks
@anirbanc882 жыл бұрын
you are awesome patrick!
@brandonliu19132 жыл бұрын
Hi there. Thanks for the cool video! If I wanted to look at a monthly overview every month, would I have to redownload the CSV file from my transaction history every time and then run the update command?
@Briefklammer12 жыл бұрын
i guess this is the most overcoded stuff ive ever seen on youtube, especially because you wrote your csv by hand :D
@timon18162 жыл бұрын
man, you awesome!
@sabinajamie17962 жыл бұрын
Could you do a video on writing unit tests in python please. Thanks!
@apocalypticbean2 жыл бұрын
Thank you for sharing
@doomdie47922 жыл бұрын
Without even wathcing the video I have a solution print(savings*2) Your welcome!
@lrlemos02 жыл бұрын
Just great!!!
@wayofmuhammad Жыл бұрын
Please make DSA playlist in python
@abhinava33022 жыл бұрын
Can you do videos on implementation of possibilistic c means (PCM), Modified PCM, etc on Python.
@THEaiGAI2 жыл бұрын
I FUCKING LOVE THIS!!!!!!!!
@naremyaan2 жыл бұрын
Loved it
@TheUruz2 жыл бұрын
i know this one! savings *= 2
@manikacharya6012 жыл бұрын
Just multiply it by two. lmao 🤣😂
@theTrigant2 жыл бұрын
You think it's a good idea to share your financial data with google?
@amc84372 жыл бұрын
I need where I can practice such things; replace excel for python
@5hunt3r2 жыл бұрын
Double your savings! 1. Make csv 2. Port to Google Spreadsheets 3. ??? 4. Profit
@marco_61452 жыл бұрын
Awesome 👍👍
@patloeber2 жыл бұрын
Thank you!
@mathisdukatz19852 жыл бұрын
Easy: Savings = Savings * 2
@JustFuguFish2 жыл бұрын
Spending = Spending * 2
@immipixediter2102 жыл бұрын
Thanks
@itexpert41932 жыл бұрын
great
@seeutube88602 жыл бұрын
Use ".Mul(2)"
@gates91072 жыл бұрын
How to increase saving? saving *=2
@__________________________69102 жыл бұрын
noice !
@angeloj.willems43622 жыл бұрын
Way too much hassle to access a google sheets... Why not just write the DF to a pdf?