innovatel@silente:~$ sudo apt-get update
innovatel@silente:~$ sudo apt-get install python
innovatel@silente:~$ sudo apt-get install python
Reading package lists... Done
Building dependency tree
Reading state information... Done
python is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
innovatel@silente:~$ nano -w HelloWorld.py
print "Hello, World!"
innovatel@silente:~$ python HelloWorld.py
Hello, World!
innovatel@silente:~$ apt-cache search python-doc
libapache2-mod-python-doc - Apache 2 module that embeds Python within the server
python-doc - Documentation for the high-level object-oriented language Python
python-docutils - Utilities for the documentation of Python modules
python-gtk2-tutorial - tutorial for the GTK2 python library
python-roman - A module for generating/analyzing Roman numerals
python-biopython-doc - Documentation for the Biopython library
innovatel@silente:~$ apt-cache search python-examples
python-examples - Examples for the Python language (default version)
innovatel@silente:~$ sudo apt-get install python-examples python-doc
innovatel@silente:~$ sudo apt-get install eric
Python Programming Language -- Official Website
Python Tutorial
Glade - a User Interface Designer for GTK+ and GNOME
The Eric Python IDE
Etichette: English Post, Linux, Ubuntu