, have decided to vacation to play a little python and I liked it, which is why I write here some of what I learned.
Python is a scripting language developed by Guido van Rossum . With python program can
It has Python interpreters on multiple platforms: Windows (ActivePython 2.5), Linux, Mac etc. instructions can execute Python from the command line or by creating files with extension *. py.
ActivePython is available for download from here:
http://downloads.activestate.com/ActivePython/windows/2.6/ActivePython-2.6.1.1-win32-x86.msi
When installed Python, you should check it out properly. To so do the following:
·
Running the command will return the version 2.5.2.2 ActivePython here
will see a simple hello world example.
message = 'Hello World'
Print post
in all programs
0 comments:
Post a Comment