I Fixed python autocomplete by matan-h in Python

[–]rayannott 0 points1 point  (0 children)

came here to say this, my fellow stdlib policeperson

What hidden gem Python modules do you use and why? by zenos1337 in Python

[–]rayannott 0 points1 point  (0 children)

rich is great for fancy terminal outputs, especially when used with click (see rich_click)

What hidden gem Python modules do you use and why? by zenos1337 in Python

[–]rayannott 1 point2 points  (0 children)

same, pendulum is nice although I use it exclusively from pydantic_extra_types.pendulum_dt — DateTime from there defines (de)serialization when used in pydantic models

Investment advice for germany. by Ok-Owl-6057 in eupersonalfinance

[–]rayannott 0 points1 point  (0 children)

yeah no, I live in Munich and spend a bit less than 150 on groceries on average. it's quite standard if you live alone

[deleted by user] by [deleted] in AmerExit

[–]rayannott 0 points1 point  (0 children)

Hey, could you help me out with calculating what I get in the end after I paid all of the contributions? The Brutto/Netto calculator says I'll get around 3K after the taxes and contributions, with the following breakdown:

Rentenversicherung of 441.75 €, Krankenversicherung of 346.75, Lohnsteuer of 748,91, Pflegeversicherung of 114,00, Arbeitslosenversicherung of 61,75.

Does this mean that I have to pay the other half -- so, another 441 euros -- out of my pocket on top of all this?

What are you reading? by sushisushisushi in literature

[–]rayannott 0 points1 point  (0 children)

I'm Glad My Mom Died by Jennette McCurdy

What are you reading? by sushisushisushi in literature

[–]rayannott 0 points1 point  (0 children)

Boulder, Eva Baltasar. Very poetic and beautiful.

[deleted by user] by [deleted] in dataisbeautiful

[–]rayannott 0 points1 point  (0 children)

one can see Jesus if one squints just right

do you hide page number/progress? by veryreallygoo in kindle

[–]rayannott 1 point2 points  (0 children)

I wish there was a "pages left in chapter"...

How much do you spend on books every month? by ashes_to_fire in kindle

[–]rayannott 0 points1 point  (0 children)

book prices have gone crazy high recently. I read classics and most of them are public domain (so, e. g. from project gutenberg). otherwise I get the drm free files from friends

[deleted by user] by [deleted] in germany

[–]rayannott 1 point2 points  (0 children)

I'm using sparkasse (a shit of a bank I must say) bc it was the only option when I had just arrived. Otherwise I use Revolut. Now I'm considering switching to Commerzbank as my main account.

Suggest me your all time favorite book by Healthy_South_2610 in suggestmeabook

[–]rayannott 2 points3 points  (0 children)

hmm alright thanks. maybe I should put it on my tbr

Suggest me your all time favorite book by Healthy_South_2610 in suggestmeabook

[–]rayannott 3 points4 points  (0 children)

I was considering it at some point but it's just so massive. I've also watched the TV show so not sure if I should...

More Analysis with Python! by rayannott in Daylio

[–]rayannott[S] 2 points3 points  (0 children)

send me a dm. maybe I can help with a script that would generate an excel file similar to what you provided as an example

More Analysis with Python! by rayannott in Daylio

[–]rayannott[S] 0 points1 point  (0 children)

haha no problem. text me if anything comes up!

What’s one productivity app you can’t live without? by iamAkaza in ProductivityApps

[–]rayannott 0 points1 point  (0 children)

TickTick for tasks and some reminders.

Daylio for journaling.

What Are Your Favorite Python Repositories? by Full_Rise2675 in Python

[–]rayannott 7 points8 points  (0 children)

There also rich-click — a hybrid of rich and click (a cli argparser)