Wednesday, 3 August 2016

Programming with Phython

          





              







                 Python is regarded as being a great hobbyist language, yet it is also an extremely powerful language. It has bindings for C/C++ and Java so it can be used to tie large projects together or for rapid prototyping. It has a built-in GUI (graphical user interface) library via Tkinter, which lets the programmer make simple graphical interfaces with little effort. However, other, more powerful and complete GUI builders are available, such as Qt and GTK+. IronPython, a Python version for Windows using the .NET framework, is also available for those using Microsoft’s Visual Studio products. Python can also be used in a realtime interpreter for testing code snippets before adding them into a normal “executable".

                  Python is classified as a scripting language. Generally speaking, this just means that it’s not compiled to create the machine-readable code and that the code is “tied-into” another program as a control routine. Compiled languages, such as C++, require the programmer to run the source code through a compiler before the software is can be used by a computer. Depending on the program’s size, the compilation process can take minutes to hours.

 

Python Programming 2nd Edition

                                          by: Cody Jackson

 

>>>Click here to Download<<< 

 

 

Reference: Internet, Google

No comments:

Post a Comment

Comment whatever in your heart...