vote up 2 vote down star
5

Python is easy to learn.

But it still lacks the luster in job market. We can see that Java and .Net are already the employers firs choice. May be this because these require a little steeper learning curve.

So is the easiness killing Python?

flag

Why would a steep learning curve be an advantage for an employer? – RexE Feb 24 at 7:20
It would be advantageous for job seekers though as putting these things will make it look good on resume. – Xolve Feb 25 at 3:08

13 Answers

vote up 3 vote down check

"So is the easiness killing Python?"

No.

Java and C# have the edge because of the following question.

Whom do I sue?

Seriously.

In the case of Java or C#, every corporate lawyer knows there's a vendor to sue. When the board of directors asks the CIO about risk, part of the answer from the CIO is the name of a vendor and everyone's happy. It's either Sun's Java or someone else's Java (e.g. IBM's) or Microsoft's product.

There's no good reason for this. But everyone's happy.

<rant>

With rare exceptions, it's impossible to get formal approval for use of open source products because there's no one to sue. The corporate lawyers and the board of directors of many (not all) public companies in the USA are forced to cover the remote possibility of failure by saying "we followed best commercial practices by spending a lot of money on licensed products."

If there's ever a shareholder's lawsuit, the lawyers wind up in "battling expert witnesses" situations with the company's expert witness saying the open source technology is acceptable, and the opposing expert witnesses asking questions about the corporate and legal entities backing the "product" and due diligence and financial stability and a lot of irrelevant questions that make lawyers happy.

Lawyers don't want to address the technical merits because it devolves to a religious war in front of judges or juries who can't really work out the pros and cons of open source tools.

I've seen business executives refuse to use Unix because it was "risky". They didn't want to "bet the company" on this "unproven" technology. They wanted Windows.

Facts -- like Unix predating windows by at least a decade -- don't enter into this. The business buyer has invented a risk factor, and no technical conversation can ever change their mind. Only a license from MS.

</rant>

Open source slips into to large corporates via the "skunk works" route. First someone uses it, then it's an established part of the tech stack, then it's okay.

This is true of things like Apache. Many companies have an official policy against open source software, yet make heavy use of Apache.

Open source slips into small companies because small companies aren't as heavily influenced by the "oh my God we could be sued" corporate lawyers. Small companies exist -- in some cases -- to reward innovation.

link|flag
So what does this have to do with this question in particular? – Spoike Feb 23 at 14:43
Java was GPL'd in 2006. There's no one to sue any more, except third party tool makers. – Joonas Pulakka Feb 23 at 14:45
Upmodded on the skunk works portion - my two previous jobs involved skunk works Python development in C and C++ shops respectively. My current position is the first requiring primary use of Python. I would non-acceptance had little to do with legal matters though... – Jeremy Brown Feb 23 at 15:19
@mad-j: explain that to the CIO's who (a) actively reject open source software, and (b) embrace Apache and Java. I'm just telling you what I hear in my consulting. – S.Lott Feb 23 at 15:30
I call bull. I'm the CTO at my firm and I picked Python because it made sense for what we were trying to do. We don't pick software, hardware or vendors based on who we can sue if things don't workout. That's ridiculous. We pick them on how they are going to help solve problems. – davidavr Feb 23 at 15:58
show 7 more comments
vote up 6 vote down

Python website has a job board which has numerous companies which are looking out for python developers. Infact there are many more companies which doesn't have an entry in this page (I work for one such).

If you need to do complex stuff to get a job, only assembly language developers would be getting most of the job.

It is just that most enterprise software companies are afraid to switch over to a language which doesn't have any corporate behind it (like java/.net).

link|flag
Afraid? I'd call it costly. Changing development platforms or supporting multiple platforms costs money. – Paul Vincent Craven Feb 24 at 4:00
vote up 2 vote down

Does seem to be true. I haven't seen anyone looking for Python programmer's that I can ever remember. .Net and Java do seem to be the front runners. I know that Python is in use out there, but I wonder if it's in more of a "supporting" role, rather than primary?

link|flag
I think you're probably right. At lot of people still think of Python as a scripting or glue language, not something you'd write an entire app in. Not saying it can't be done (it absolutely can be!) but a lot of the higher-ups tend to think in terms of enterprisey solutions like .NET and Java. – Bob Somers Feb 23 at 13:29
vote up 2 vote down

I don't think java and .Net have a steeper learning curve. Python has just as much to learn as them.

The language itself is really not the challenge when being a programmer. It's the related concepts and way of thinking/abstracting that is the challenge.

It is more likely that there are different types of jobs that .Net and Java have offers for, and the places you are looking for employment are for that type of job.

There are a lot of jobs in Python, Python is used by many companies/agencies including Google and NASA.

Take a look at the Joel on Software job board, or the Python job board, there are always open jobs for the taking relating to Python.

link|flag
As an educator, I'd say Python does not have the steep learning curve. Look at "Hello world". Java uses concepts on class, functions, arrays (for command line arguments), statics, and packages just to print something. Python supports all these, but you only need learn the concepts as you need them. – Paul Vincent Craven Feb 24 at 4:04
Once one spends more than a trivial amount of time on the language, you will see that it has all of the things you named, and I think you have to look past more than the first couple minutes of learning the language. What you claimed means that Python is probably a better learning language. – Brian R. Bondy Feb 24 at 12:18
vote up 1 vote down

See Where is Python used? I read about it a lot on Reddit.

link|flag
Where is Haskel used? I read about it a lot on Reddit. – David Locke Feb 23 at 17:38
vote up 1 vote down

Its easier to get a job with less experience at more popular languages like Java or C#. These languages are backed up by big enterprises so more home made enterprise software are done with these languages. But Python are getting more ant more acceptance in big companies.

link|flag
vote up 1 vote down

Python is often used in supporting role; it alone seldom suffices, but it's an excellent counterpart to compiled languages like Java or C++. It's best to learn at least a couple of languages well, because not many jobs can be done well with just one tool; usually you need several tools.

And despite its initially easy learning curve, learning to program well with Python is as difficult as it is with any other language. Excellent Python programmers are rare.

link|flag
vote up 0 vote down

I'd disagree. There are lot of very good jobs offers for experienced Python programmers.

link|flag
vote up 0 vote down

I think the difference is that there are tons more Java and .Net jobs/developers out there. Its almost a self-fulfilling prophecy. Most corporate development shops don't really rock the boat so if software development isn't your company's main focus, are you going to want to do your projects in a language that tons of people know (Java/.Net) or that only some people know (Python/Ruby/etc.)?

Additionally, and perhaps more to your question, you're more likely to get a job as a Java newb than as a Python newb. Most of the Python jobs out there are for experienced Python developers where as there are more Java shops out there that just need bodies and are willing to train you up. Either way though, the more experience you have, the more likely you are to find a job, regardless of the language.

link|flag
vote up 0 vote down

It depends how and where you're looking. No doubt the major recruitment websites are chock full of Corporation X companies looking for blub experts, but the environment around the edges is much more diverse.

I'm involved with a SF-bay startup, and over the last 18 months I can only remember ever seeing one (1) Java job posting from all of my peers. I've never seen a C# job.

In contrast, everyone (myself included) is looking for hotshot Python, Ruby and Erlang programmers.

Although these companies will only be looking to hire one or two people at a time, there's a lot of them, and their collective recruiting demand would dwarf that of the established companies flooding job sites with their graduate scheme positions.

It's definitely harder to find these jobs - you generally need to be part of the "scene" here on the west coast, or actively follow the progress of the myriad small companies out here. Because they're not all concentrated and condensed down into one place, it's easy to think they don't exist at all.

link|flag
vote up 0 vote down

Do some stats on IT-related job boards like Jobserve, counting hits for 'Python', 'Java', 'Perl' etc. Over the past few years I've seen the number of hits for 'Python' going upwards steadily. From time to time I get contacted by recruiters trying to place a Python developer, but the jobs tend not to pay anything like as well as the work I'm doing.

The TIOBE Index is also a good indicator of how widely various languages are used relative to each other. This page discusses the source of the data used to calculate the statistics.

link|flag
vote up 0 vote down

Actually look at this graph: http://www.indeed.com/jobtrends?q=django&l= it doesn't look any bad for a Python web application framework.

Do not learn a programming language because of its quantity of jobs openings, that tells a lot about your likeness to code.

link|flag
vote up 0 vote down

As a hiring manager, I agree with some of the answers that C# or Java would give you a broader choice of potential jobs. The fact that things like Google App Engine use Python; that IronPython allows you to write .Net code are all positive. As a Python hobbyist who manages .Net developers I would love to see applicants with Python experience, but I think you will have few job options if you only know Python.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.