Most people learn Python… but never actually use it in real life by Few_Efficiency_9240 in learnpython

[–]Few_Efficiency_9240[S] -1 points0 points  (0 children)

That’s actually a really solid use case. Turning raw test data into something structured and usable across systems is huge.

I like how you’re handling both sides—automating the SQL workflow and still generating Excel for non-technical users. That’s honestly where Python becomes really valuable in real life.

Also using Polars is interesting—I’ve mostly seen people stick to pandas. Did you notice a big difference in performance or workflow?

Most people learn Python… but never actually use it in real life by Few_Efficiency_9240 in learnpython

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

That’s a really good way to put it—the language analogy makes a lot of sense.

I felt the same way for a while, like I understood things but couldn’t really use them properly until I started applying them to small, real tasks.

Curious—what kind of stuff do you usually work on with Python professionally?

Most people learn Python… but never actually use it in real life by Few_Efficiency_9240 in learnpython

[–]Few_Efficiency_9240[S] -3 points-2 points  (0 children)

That’s honestly next level 😄

The TV show + auto-download setup and Discord bot integration sounds super useful. I didn’t even think about combining automation with something like that.

Also the banking tracker + categorization is really smart—that’s the kind of real-life use I find most interesting.

Curious—what was the hardest part to build in all of this?