0% found this document useful (0 votes)
20 views

Learning Python

The document discusses setting up a local Python environment by checking the installed version with the 'python' command, downloading Python from its official website, and obtaining documentation in various formats from the website.

Uploaded by

senthil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Learning Python

The document discusses setting up a local Python environment by checking the installed version with the 'python' command, downloading Python from its official website, and obtaining documentation in various formats from the website.

Uploaded by

senthil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Local Environment Setup

Open a terminal window and type "python" to find out if it is already installed
and which version is installed.
Unix (Solaris, Linux, FreeBSD, AIX, HP/UX, SunOS, IRIX, etc.)
Win 9x/NT/2000
Macintosh (Intel, PPC, 68K)
OS/2
DOS (multiple versions)
PalmOS
Nokia mobile phones
Windows CE
Acorn/RISC OS
BeOS
Amiga
VMS/OpenVMS
QNX
VxWorks
Psion
Python has also been ported to the Java and .NET virtual machines
Getting Python
The most up-to-date and current source code, binaries, documentation, news, etc.
, is available on the official website of Python: http://www.python.org/.
You can download Python documentation from www.python.org/doc/. The documentatio
n is available in HTML, PDF, and PostScript formats.

You might also like