this post was submitted on 22 Oct 2024
144 points (96.8% liked)
Technology
59151 readers
3555 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The only low-code platform I actually respect.
I hear a lot of devs that don't seem to get this.
"WhY wOuLd YoU uSe ExCeL? I pReFeR tO cOdE mY oWn SoLuTiOn."
No, Why would I spend a week coding something that I can create a pivot table and some charts for in an hour? Especially when if I code it myself, that means I now own and have to support my lovely new utility. Time is money and I've got way more important things to do than build custom reporting suites that no one except me is ever going to use.
I also prefer a spreadsheet, but for a proficient coder it's not a week long job, unless they build it on bare metal. You can do a lot in an hour with a visualization library.
I spent some time looking into this, getting nowhere. What's your favorite library that actually works for you?
Matplotlib is a fairly popular one, but it depends on what it is you want to do with the data.
Matplotlib
I'm borrowing that.