Python Programming Language (open source)

Discuss about Programming here. You may release your source, post guide and even ask questions!

Moderator: wizme

Post Reply
zamoth
Dark Lord
Dark Lord
Posts: 199
Joined: Mon Sep 07, 2009 6:59 am

Python Programming Language (open source)

Post by zamoth »

Image
Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs.

Python runs on Windows, Linux/Unix, Mac OS X, and has been ported to the Java and .NET virtual machines.

Python is free to use, even for commercial products, because of its OSI-approved open source license.

The Python Software Foundation holds the intellectual property rights behind Python, underwrites the PyCon conference, and funds other projects in the Python community.

About Python

Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Python is often compared to Tcl, Perl, Ruby, Scheme or Java. Some of its key distinguishing features include:

* very clear, readable syntax
* strong introspection capabilities
* intuitive object orientation
* natural expression of procedural code
* full modularity, supporting hierarchical packages
* exception-based error handling
* very high level dynamic data types
* extensive standard libraries and third party modules for virtually every task
* extensions and modules easily written in C, C++ (or Java for Jython, or .NET languages for IronPython)
* embeddable within applications as a scripting interface

Python is powerful... and fast

Fans of Python use the phrase "batteries included" to describe the standard library, which covers everything from asynchronous processing to zip files. The language itself is a flexible powerhouse that can handle practically any problem domain. Build your own web server in three lines of code. Build flexible data-driven code using Python's powerful and dynamic introspection capabilities and advanced language features such as meta-classes, duck typing and decorators.

Python lets you write the code you need, quickly. And, thanks to a highly optimized byte compiler and support libraries, Python code runs more than fast enough for most applications.
Python plays well with others

Python can integrate with COM, .NET, and CORBA objects.

For Java libraries, use Jython, an implementation of Python for the Java Virtual Machine.

For .NET, try IronPython , Microsoft's new implementation of Python for .NET, or Python for .NET.

Python is also supported for the Internet Communications Engine (ICE) and many other integration technologies.

If you find something that Python cannot do, or if you need the performance advantage of low-level code, you can write extension modules in C or C++, or wrap existing code with SWIG or Boost.Python. Wrapped modules appear to your program exactly like native Python code. That's language integration made easy. You can also go the opposite route and embed Python in your own application, providing your users with a language they'll enjoy using.
Python runs everywhere

Python is available for all major operating systems: Windows, Linux/Unix, OS/2, Mac, Amiga, among others. There are even versions that run on .NET, the Java virtual machine, and Nokia Series 60 cell phones. You'll be pleased to know that the same source code will run unchanged across all implementations.

Your favorite system isn't listed here? It may still support Python if there's a C compiler for it. Ask around on news:comp.lang.python - or just try compiling Python yourself.
Python is friendly... and easy to learn

The Python newsgroup is known as one of the friendliest around. The avid developer and user community maintains a wiki, hosts international and local conferences, runs development sprints, and contributes to online code repositories.

Python also comes with complete documentation, both integrated into the language and as separate web pages. Online tutorials target both the seasoned programmer and the newcomer. All are designed to make you productive quickly. The availability of first-rate books completes the learning package.
Python is Open

The Python implementation is under an open source license that makes it freely usable and distributable, even for commercial use. The Python license is administered by the Python Software Foundation.

http://www.python.org/download/
there is 01 kind of ppl, ppl to understand binaries and ppl to dun
wizme
Destiny General
Destiny General
Posts: 297
Joined: Sat Sep 05, 2009 1:40 pm

Re: Python Programming Language (open source)

Post by wizme »

yea i love python. python and bash is my first programming language than i know quite a bit =)
Unlike science, love is like magic, there's no reason to it - wizme =)
Learn more of security, click here =)
zamoth
Dark Lord
Dark Lord
Posts: 199
Joined: Mon Sep 07, 2009 6:59 am

Re: Python Programming Language (open source)

Post by zamoth »

wizme wrote:yea i love python. python and bash is my first programming language than i know quite a bit =)
wow nice i star with asambler, cobol and basic lol
there is 01 kind of ppl, ppl to understand binaries and ppl to dun
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

Re: Python Programming Language (open source)

Post by Boredness »

dun really like python lols...
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
lisawood
Novice Knight
Novice Knight
Posts: 1
Joined: Sat Nov 07, 2009 8:42 pm

Re: Python Programming Language (open source)

Post by lisawood »

Hi,



I heared the programming language about python.It is a unique programming about Windows, Linux/Unix, Mac OS X to use it in the Java and .NET virtual machines.I appreciate your step.

Thanks,
Ayesha
adriaya
Novice Knight
Novice Knight
Posts: 2
Joined: Mon Nov 09, 2009 3:18 pm

Re: Python Programming Language (open source)

Post by adriaya »

Can open source software be produced by a software house? Is linux packaged, marketed and supported by SUN or IBM open sourced or proprietary? Under what circumstances will Win 2008 server be called an "open source"? Name some of the prominent proprietary software available today. Are mainframes always proprietary? Hope you can help me understand these issues...
__________________
keyword research ~ keyword tool ~ keyword tracking ~ affiliate elite
Post Reply