this post was submitted on 24 Jun 2025
407 points (99.5% liked)

Trippin' Through Time

4639 readers
507 users here now

Tripping' Through Time

A Lemmy community for historic art pieces overhauled into modern memes.

Rules

  1. Only image uploads allowed
  2. Only edited, historical images may be shared
  3. The instance rules of https://lemmy.ca/

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] driving_crooner@lemmy.eco.br 4 points 12 hours ago (1 children)

Interesting reading. I'm an actuarie in an insurance company and everything I do is in python, is easy to maintain because I'm a "solo developer" building custom tools for me and my team (with pyinstall to create GUIs of the programs so they can used them), but my internal libraries have started to grow up.

About the comments the author had about pandas, I just started to move away from it to polars because the databases I'm working now have easy 50M+ rows, and as they say came for the speed stay for the syntax. I'm debating myself if make my intern learn pandas first, or just go for polars from the begging.

Thanks for sharing - that's actually pretty interesting. I knew about Polars, but I didn't know it performed better. I know about that in passing from folks that are in the Cloud "Data" space, who use SaaS platforms that are heavily Python based. That includes Pandas and Polars, but also Jupyter. That really threw me for a loop, but the more I think about it, the more sense it makes.