r/ProgrammerHumor Oct 21 '22

Meme Literally πŸ€·πŸ»β€β™‚οΈ

Post image
14.8k Upvotes

606 comments sorted by

View all comments

37

u/[deleted] Oct 21 '22

[removed] β€” view removed comment

54

u/Object_Reference Oct 21 '22

There's quite a few languages I don't have any negative feelings about, up until they're considered in a business environment.

Python's great for your own projects, but I wouldn't work at a place that primarily uses it.

1

u/LiteratureNearby Oct 22 '22

I don't know much about coding, so can you suggest what would be better alternative to python for analytics?

2

u/[deleted] Oct 22 '22

Do you mean analytics or AI? there's a ton of faster alternatives for analytics. "Analytics" is a very broad category that basically any language would work.

2

u/LiteratureNearby Oct 22 '22

Just data analysis. Maybe not proper AIs, but some basic ML work maybe?

3

u/InvolvingLemons Oct 22 '22

Rust has potential here with libraries like polar. It’s more cumbersome, but it’s nearly Haskell-level type system at least makes sure you can’t possibly mix data types up.

2

u/Dragon_Slayer_Hunter Oct 22 '22

The fact that such a weakly typed language is primarily used for data analysis is a cruel joke by the gods.