I have this on my computer, but no way to access it. I don't know what it is, although from the search I did, it seems like a legitimate program.
www.python.org...
[edit on 2005/12/21 by GradyPhilpott]
|
Python is a programing language. If I'm not mistaken, it's not compiled but interpreted on the same level as Perl or PHP languages are.
Maybe it got on your computer from another homemade software you installed. It's not spyware or anything, see it more like the engine of the software
that would have installed it as a dependency.
|
Maybe it came along with open office. It doesn't seem to hurt anything and nothing picks it up.
|
|
python is widely used, its a cross-platform object oriented language like java but with more native support. linux seems to use it more than windows
|
Try seeing what other programs were installed around the same time.
If you want to keep it for some reason, you should update it. Version 3 is out now.
|
Python is a general-purpose high-level programming language.[2] Its design philosophy emphasizes code readability.[3] Python claims to "[combine]
remarkable power with very clear syntax",[4] and its standard library is large and comprehensive. Its use of indentation as block delimiters is
unusual among popular programming languages.
wikipedia
I am an engineer and we use Python quite a lot for creating certain web apps.
You can find it comes in a lot of software development kits provided by Google and other open source distributes.
[edit on 3-7-2009 by Scooby Doo]
|