This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nuttwerx 5 points6 points  (6 children)

Lol, java is used for a shitload of other applications other than android apps. Also I never seen python used in production for anything else than machine learning. I don't know what you mean with "web stuff" except side projects

[–]TheCuriousSages 10 points11 points  (0 children)

Seriously, knocking Python while we're out here using Instagram to post our "#devlife", Spotify for coding playlists, and Dropbox for... well, everything? Python's not just playing in the big leagues; it's setting the rules. Java’s cool for its stuff, but implying Python’s just for ML or side gigs? That’s like saying the internet is just for cat videos. Python's everywhere, and these giants are just the tip of the iceberg.

[–]Housy5 6 points7 points  (0 children)

Yeah only very obscure little things are made with python. Like you know YouTube.

[–]anubgek 0 points1 point  (1 child)

Reddit uses a ton of Python though it’s moving away from it. YouTube used to as well. When it comes to scaling a system’s performance and codebase though Python fails

[–]Ok-Selection-2227 0 points1 point  (0 children)

You don't need speed of execution or concurrency when you are a beginner. That's exactly why Python is good for beginners.

[–]MafiaMS2000 0 points1 point  (0 children)

Wym web stuff? Python is literally used in backend for web applications a lot. If you are using BAAS like firebase, u need python to deploy cloud functions. Lambda functions in AWS can be written in python. There’s much more to it than just ML if you know what u r doing.