Python Tutorial PDF
Python Tutorial PDF
http://www.tuto rialspo int.co m/pytho n/inde x.htm Co pyrig ht tuto rials po int.co m
Python is a g eneral-purpose interpreted, interactive, object-oriented and hig h-level prog ramming lang uag e.
Python was created by Guido van Rossum in the late eig hties and early nineties. Like Perl, Python source code is
also now available under the GNU General Public License (GPL).
AUDIENCE
T his tutorial has been desig ned for software prog rammers with a need to understand the Python prog ramming
lang uag e starting from scratch. T his tutorial will g ive you enoug h understanding on Python prog ramming
lang uag e from where you can take yourself to a hig her level of expertise.
PREREQUISITES
Before proceeding with this tutorial you should have a basic understanding of Computer Prog ramming
terminolog ies. A basic understanding of any of the prog ramming lang uag es will help you in understanding the
Python prog ramming concepts and move fast on the learning track.
T ry following example using T ry it option available at the top rig ht corner of the below sample code box:
#!/usr/bin/python