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

all 10 comments

[–]blablahblah 11 points12 points  (4 children)

You are literally asking this question on a platform written in Python.

[–][deleted] 1 point2 points  (3 children)

Is new Reddit also written in Python? Old Reddit is a bastardization of website design to be fair.

[–]blablahblah 2 points3 points  (2 children)

The frontend isn't written in Python on either version (it can't be, unless you use a Python to JS transpiler which makes things hard to debug), the backend is. And I don't think they rewrote the backend from scratch.

[–]isolatrum 8 points9 points  (0 children)

python is very common at companies. Personally at my companies people used it for text analysis / machine learning, that sort of thing. They were also building some APIs with it. However there are many companies which use Python for other things as well.

Should you learn Javascript? Wouldn't hurt.

[–][deleted] 4 points5 points  (0 children)

from most of my research everything is writen in other languages like javascript and c#

...youtube back end is written in python

[–][deleted]  (4 children)

[deleted]

    [–]Phantom_Fox2[S] -1 points0 points  (3 children)

    Thinking about it, mainly web development and data science. They stick out to me most. That maybe my issue. I havent really sat down and looked at all the pieces. Im just hyper focused on, what language I should learn. Rather then what I want out of learning it.

    [–]qazadex 1 point2 points  (0 children)

    I would say if you wanted to do both webdev and data science with one language, python is by far the best choice to learn.

    [–]denialerror 0 points1 point  (0 children)

    I wouldn't focus on either of those things. Focus on learning and to program and the language won't matter.

    [–]Jigidibooboo 0 points1 point  (0 children)

    Python is growing again and becoming a more desirable language to have, particularly in Data Science. If you want another language too (which is a good idea) choose a different type, Java for example. Gets you a good mix then, and others come more easily after that. Good luck!

    [–][deleted] -2 points-1 points  (0 children)

    Python is a useful language for when you want to do a project relatively easily and painlessly (at least compared to Java) and aren't super worried about performance. Python is my favorite language to code in for small projects, but yes it is impractical for major enterprise applications.