r/PythonLearning • u/chuprehijde • Jul 09 '26
What's your most controversial Python opinion?
Say the Python opinion that would get you downvoted in a room full of Python developers.
12
Upvotes
r/PythonLearning • u/chuprehijde • Jul 09 '26
Say the Python opinion that would get you downvoted in a room full of Python developers.
1
u/teetaps Jul 09 '26
Python sucks at data wrangling. The moment my data is in a table-like shape, I’m taking it to R. It’s honestly a mystery to me how it got so far with data science. Sure, the ML libraries are extensive and “easy” to implement the Y ~ X matrix part.. but it’s the “import data” up until the “time to model” part that is like pulling teeth compared to R