Wednesday, September 16, 2009

Introduction for python

python is a powerful and clear object oriented programing language comparable to Perl,Ruby,Scheme, or Java.This supports many programming tasks like connecting to web servers, searching text with regular expressions, reading and modifying files.

*python supports object oriented programming with classes and multiple heritance.
*code can be grouped into modules packages.
*python supports catching exception ,resulting in cleaner error handling.
*data types-mixing incompatible types.[eg:-attempting to add a string and a number .
*python contains advanced programming features such as genaratoers and list comprehnsion.
*automatic memory management frees you from having to manually allocate and free memory in your code.
*Runs on many different computers and operating systems . ex : Macos/linux /windows memory

No comments:

Post a Comment