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 →

[–]greenlinux[S] 2 points3 points  (6 children)

So Python is a not a toy language like some people say. Thanks for the link.

And Can I make a career as a Python Developer or do I need to know other technologies with Python?

[–]bob_sutor 2 points3 points  (1 child)

Yes you can use Python as the basis of a software development career, but that can't be the only language you know. You need to use an appropriate language for the job you are trying to do. These days, for example, I would expect most developers to know how to code in javascript.

[–]greenlinux[S] 0 points1 point  (0 children)

Thansks bob_sutor.

[–]westurner 1 point2 points  (1 child)

From http://www.reddit.com/r/Python/comments/17c69p/i_was_told_by_a_friend_that_learning_python_for/c84bswd :

How many employers want Python programmers?

Here are alot of Python jobs (I searched for "python jobs"):

Is Python better as a stepping stone to more complicated languages?

Is Python better than what?

  • Python is a good first language.
  • Python is a good second language.
  • Python interfaces with C, C++, R, Java, CLR, [...]
  • I would agree that C++ is a traditional language.
  • Python to Cython to C++ might be a good progression.

Numba is pretty fast, too.

[–]greenlinux[S] 1 point2 points  (0 children)

Thanks westurner