• Latest News

    Saturday, July 16, 2011

    Programming in Python 3

    Programming in Python 3

    pdf | 644 pages | 2.54 Mb


    Sales page:

    http://www.amazon.com/Programming-Python-Complete-Introduction-Language/dp/0137129297


    Python is probably the easiest-to-learn and nicest-to-use programming language in widespread use. Python code is clear to read and write, and it is concise without being cryptic. Python is a very expressive language, which means that we can usually write far fewer lines of Python code than would be required for an equivalent application written in, say, C++ or Java.

    Python is a cross-platform language: In general, the same Python program can be run on Windows and Unix-like systems such as Linux, BSD, and Mac OS X, simply by copying the file or files that make up the program to the target machine, with no “building” or compiling necessary. It is possible to create Python programs that use platform-specific functionality, but this is rarely necessary since almost all of Python’s standard library and most third-party libraries are fully and transparently cross-platform...




    Download    
    • Blogger Comments
    • Facebook Comments

    0 comments:

    Post a Comment

    Item Reviewed: Programming in Python 3 Rating: 5 Reviewed By: That Stupid Tester
    Scroll to Top