Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does ActivePython exist? [closed]

What's ActivePython actually about?

From what I've read it's just standard Python with OpenSSL and PyWin32 (on Windows). No big deal I guess; I could install them in matter of minutes, and most people don't need them anyway. All other mentioned libraries (zlib, bzip2, SQLite 3, Tkinter, ElementTree, ctypes, and multiprocessing) are part of the core Python distribution.

Next up, the tag-line "ActivePython is the industry-standard Python distribution", isn't core Python distribution "industry-standard" (whatever that means?)?

And the weirdest thing, is that ActiveState bundles it with crappy PythonWin, and not their own most-awesome Python editor/IDE, Komodo. What gives?

I actually never got to installing ActivePython, so maybe I don't know something, but it seems pretty irrelevant, and I see the name quite often on forums or here.

like image 788
kurczak Avatar asked Aug 29 '09 22:08

kurczak


People also ask

What is the difference between Python and ActivePython?

Technically there is not any difference between Python from activestate.com and from python.org if it available for download for your platform. And yes, you can install Python 2.7. 1 as it is latest supported version in 2.

What is Active Python Community Edition?

ActiveState allows you to get a secure download of Python as a project from our Platform. You can add packages, view and manage security vulnerabilities, and make organizations to share with your team. Create Account & Download Python. Available Versions: 3.10, 3.9, 3.8, 2.7.

What is active python used for?

ActivePython from ActiveState is a commercial-grade, quality-assured Python distribution focusing on easy installation and cross-platform compatibility on Windows, Linux, Mac OS X, Solaris, HP-UX and AIX.


2 Answers

It's a packaging, or "distribution", of Python, with some extras -- not (anywhere) quite as "Sumo" as Enthought's huge distribution of "Python plus everything", but still in a similar vein (and it first appeared much earlier).

I don't think you're missing anything in particular, except perhaps the fact that David Ascher (Python enthusiast and my coauthor in the Python Cookbook) used to be CTO at ActiveState (and so no doubt internally pushed Python to go with other dynamic languages ActiveState focuses on), but he's gone now (he's CEO at the Mozilla-owned firm that deals with email and similar forms of communication -- Thunderbird and the like, in terms of programs).

No doubt some firms prefer to purchase a distribution with commercially available support contracts, like ActivePython, just because that's the way some purchasing departments in several enterprises (and/or their IT departments) are used to work. Unless you care about such issues, I don't think you're missing anything by giving ActiveState's Python distribution a pass;-).

(I feel similarly about costly Enterprise distributions of Linux, vs. Debian or Ubuntu or the like -- but then I'm not in purchasing, nor in an IT department, nor do I work for a very traditional enterprise anyway;-) )

like image 158
Alex Martelli Avatar answered Oct 29 '22 06:10

Alex Martelli


ActiveState has a long tradition contributing Windows support to Python, Tcl, and Perl: by hiring key developers (like Mark Hammond, for some time), by fixing bugs specific to Windows, and having employees contribute fixes back, and by being sponsors of the Python Software Foundation.

While it is true that the distribution they produce is fairly similar to mine, it's as RichieHindle says: you can get paid support from ActiveState (but not from me).

like image 34
Martin v. Löwis Avatar answered Oct 29 '22 05:10

Martin v. Löwis