View Single Post
  #2 (permalink)  
Old 08-09-2007, 07:21 AM
Venkat Venkat is offline
D-Web Master
 
Join Date: Mar 2007
Posts: 350
Venkat is on a distinguished road
Thumbs up Re: Where i start to learn python?

hey deeban,


Python is a very interesting language... here are some tips...

Python is a high-level programming language first released by Guido van Rossum in 1991.[2] Python is designed around a philosophy which emphasizes readability and the importance of programmer effort over computer effort.[3] Python is often characterized as minimalist,[citation needed] although this only applies to the core language's syntax and semantics; the standard library provides the language with a large number of additional libraries and extensions.

Python is a multi-paradigm programming language which has a fully dynamic type system and uses automatic memory management; it is thus similar to Perl, Ruby, Scheme, Smalltalk, and Tcl.

The language has an open, community-based development model managed by the non-profit Python Software Foundation. While various parts of the language have formal specifications and standards, the language as a whole is not formally specified. The de facto standard for the language is the CPython implementation.

To get start with you can referrer in this URL Python Documentation...


If you have any doubts we are here to clarify....
__________________
Venkat
knowledge is Power
Reply With Quote