My Tools:
a) Python 2.7 Interpreter- I need to install it before any IDE installation.
b) A simple IDE- PyScripter or whatever I like.
c) Determine my applicable area. Well I have decided to use it for Blender, Dia, Inkscape and Beremiz.
d) Search a list of available packages for python (wxPython, Scipy, numpy etc.)
First of all I am reading about python at Wikipedia site . A well written description is there. I like to quote it for me too.
“Python is an interpreted, general-purpose high-level programming language whose design philosophy emphasizes code readability. Python aims to combine "remarkable power with very clear syntax", and its standard library is large and comprehensive. Its use of indentation for block delimiters is unique among popular programming languages.
Python supports multiple programming paradigms, primarily but not limited to object-oriented, imperative and, to a lesser extent, functional programming styles. It features a fully dynamic type system and automatic memory management, similar to that of Scheme, Ruby, Perl, and Tcl. Like other dynamic languages, Python is often used as a scripting language, but is also used in a wide range of non-scripting contexts”.
No comments:
Post a Comment