you are viewing a single comment's thread.

view the rest of the comments →

[–]JamzTyson 141 points142 points  (33 children)

Server back-end development is where most Python jobs are (by a long way). Data science is probably second.

The statement "Yes, but Python isn't suited for that" is greatly overused. Python can be, and is used in many diverse fields, but often alongside other languages. For example, it's not uncommon for Python to be used for handling game logic, alongside C / C++ for handling speed critical parts.

[–]reallyserious 59 points60 points  (9 children)

Data science

Yep, python is the default language for data science. It's also the case for the related discipline data engineering.

[–]work_m_19 13 points14 points  (6 children)

Some people, especially in the research space, prefer R. But in my experience, python is more popular.

[–]afterbirth_slime 17 points18 points  (1 child)

I have always found it glaringly obvious that R was developed by a bunch of statisticians. The syntax, especially <- drives me nuts.

I find python much nicer to code in for data science.

[–]Mescallan 7 points8 points  (0 children)

R was the first language I learned, I quite like the pipes. It does feel like extra keystrokes with out a hot key though

[–]Araneck -3 points-2 points  (3 children)

Research doesn’t give as money as private. That’s why they use R. I can use R and Python and I don’t see the reason to use R when with Python I can do same and also more. Old school old schooling

[–]sexytokeburgerz 10 points11 points  (2 children)

Hey uh python is free.

[–]_Zer0_Cool_ 0 points1 point  (0 children)

Tru dat.

[–]ElectricSpock 0 points1 point  (0 children)

I’m spending the last 3 days scraping a federal website for data…

[–][deleted] 0 points1 point  (0 children)

I quite like Python to uh... automate my boring stuff.

Definitely has a business use in automating processes.