Friday, August 7, 2009

Colour Range Of Dream Matte Mousse

A first look at photos


Hi all,

some time ago that I have wanted to learn to use the Python programming language (more details HERE Python) ...

What is Python?





is an interpreted language or script (unlike Java is compiled), that is an intermediate program (called "shell") is responsible for reading and executing the code on the machine.



has dynamic typing, ie the type of variables are determined at runtime.

Despite this, it is strongly typed, meaning that you can not treat a variable as being of a different kind that is.

is also OO (it also supports imperative programming , Functional and Aspect Oriented ) and top it multiplatform. The Python interpreter is available for: Linux, Windows, Mac OS, etc. So if not used libraries or APIs that use the platform-specific routines (SO) code written in Python Shall run on these systems without hardly any change. Later

basic exercises begin to rise so that together we learn to use this simple and powerful programming language. As a sneak preview

I leave the full code required to write the typical Hello World:

 print ("Hello World") 


If you want to install the python interpreter to begin programming, download the appropriate platform to you use this link: Download PYTHON

Greetings .-


0 comments:

Post a Comment