7

I would like to know if is Python on every G/L distribution preinstalled or not. And why is it so popular on GNU/Linux and not so much on Windows?

1
  • 3
    Programming languages in general are not as common on Windows (at least as far as default installations go). Commented Jul 22, 2011 at 7:09

2 Answers 2

7

Well python does not come on ALL GNU/Linux distros but is present on most of the popular Linux home user distributions (Ubuntu and Fedora Core for example), possibly because most of the application of Gnome desktop environment and KDE use python 2.5+ (not python 3 yet) interpreters. Since python is almost integrated onto the system/environment from the start, linux users feel easy to program in python. But this is a subjective opinion, as java is still equally popular, if not more, on linux distributions.

Similarly, windows (vista/7) comes prepacked with .net framework, with awesome support for C#, and on Mac OSX objective-C is dominant for most os integrated apps; users just tend to program in languages they deem more "native" to the development environment they are using/targeting.

Sign up to request clarification or add additional context in comments.

2 Comments

cmon, c# isn't even supported in windows xp. if you are using .NET 3, then you will have to have SP2 or greater on XP
superuser.com/questions/267524/… this is teh real answer
-1

No, Python is not pre-installed neither installed on every Linux distro.

1 Comment

In all relevant distros? Probably, yes.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.