
The Python license imposes very few restrictions on what you can do with Python. Most of the source code is copyrighted by the Python Software Foundation (PSF). A few files have a different copyright owner, but the same license applies to all of them.
Full te of the Python 2.4.2 licensext
In layman's language, here are the primary features of Python's license. The following descriptions are not legal advice; read the full text of the license and consult qualified professional counsel for an interpretation of the license terms as they apply to you.
* Python is absolutely free, even for commercial use (including resale). You can sell a product written in Python or a product that embeds the Python interpreter. No licensing fees need to be paid for such usage.
* The Open Source Initiative has certified the Python license as Open Source, and includes it on their list of open source licenses.
* There is no GPL-like "copyleft" restriction. Distributing binary-only versions of Python, modified or not, is allowed. There is no requirement to release any of your source code. You can also write extension modules for Python and provide them only in binary form.
* However, the Python license is compatible with the GPL, according to the Free Software Foundation.
* You cannot remove the PSF's copyright notice from either the source code or the resulting binary.
Thursday, November 8, 2007
Python License
Posted by
Arun Rajiah
at
8:50 AM
0
comments
Labels: opensource, python
Thursday, September 27, 2007
P Y T H O N
Recently i am busy with my project work all you know that i am doing a Open Source Project.
I want to share a Technical Information. My project developed my using a High Level Language PYTHON. Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code.
Python runs on Windows, Linux/Unix, Mac OS X, OS/2, Amiga, PalmHandhelds, and Nokia mobile phones. Python has also been ported to theJava and .NET virtual machines.
Keep On Learning
Source: http://www.python.org/
Posted by
Arun Rajiah
at
2:24 AM
0
comments
Labels: opensource, python
Wednesday, August 1, 2007
Python Bug Tracker
No more use of SourceForge Bug Tracking.... Python release new Python BugTracker.
Python Infrastructure committee designed a Bug Tracker in Python.
Log on to : http://bugs.python.org/
Posted by
Arun Rajiah
at
9:18 PM
0
comments
Labels: opensource, python

