Share

Python in a Nutshell

Download Python in a Nutshell PDF Online Free

Author :
Release : 2006-07-14
Genre : Computers
Kind : eBook
Book Rating : 469/5 ( reviews)

GET EBOOK


Book Synopsis Python in a Nutshell by : Alex Martelli

Download or read book Python in a Nutshell written by Alex Martelli. This book was released on 2006-07-14. Available in PDF, EPUB and Kindle. Book excerpt: This volume offers Python programmers a straightforward guide to the important tools and modules of this open source language. It deals with the most frequently used parts of the standard library as well as the most popular and important third party extensions.

Python in a Nutshell

Download Python in a Nutshell PDF Online Free

Author :
Release : 2006-07-14
Genre : Computers
Kind : eBook
Book Rating : 109/5 ( reviews)

GET EBOOK


Book Synopsis Python in a Nutshell by : Alex Martelli

Download or read book Python in a Nutshell written by Alex Martelli. This book was released on 2006-07-14. Available in PDF, EPUB and Kindle. Book excerpt: This book offers Python programmers one place to look when they needhelp remembering or deciphering the syntax of this open source languageand its many powerful but scantily documented modules. Thiscomprehensive reference guide makes it easy to look up the mostfrequently needed information--not just about the Python languageitself, but also the most frequently used parts of the standard libraryand the most important third-party extensions. Ask any Python aficionado and you'll hear that Python programmers haveit all: an elegant object-oriented language with readable andmaintainable syntax, that allows for easy integration with componentsin C, C++, Java, or C#, and an enormous collection of precoded standardlibrary and third-party extension modules. Moreover, Python is easy tolearn, yet powerful enough to take on the most ambitious programmingchallenges. But what Python programmers used to lack is a concise andclear reference resource, with the appropriate measure of guidance inhow best to use Python's great power. Python in aNutshell fills this need. Python in a Nutshell, Second Edition covers morethan the language itself; it also deals with the mostfrequently used parts of the standard library, and the most popular andimportant third party extensions. Revised and expanded forPython 2.5, this book now contains the gory details of Python's newsubprocess module and breaking news about Microsoft's newIronPython project. Our "Nutshell" format fits Python perfectly bypresenting the highlights of the most important modules and functionsin its standard library, which cover over 90% of your practicalprogramming needs. This book includes: A fast-paced tutorial on the syntax of the Python language An explanation of object-oriented programming in Python Coverage of iterators, generators, exceptions, modules,packages, strings, and regular expressions A quick reference for Python's built-in types and functionsand key modules Reference material on important third-party extensions,such as Numeric and Tkinter Information about extending and embedding Python Python in a Nutshell provides a solid,no-nonsense quick reference to information that programmers rely on themost. This book will immediately earn its place in any Pythonprogrammer's library. Praise for the First Edition: "In a nutshell, Python in a Nutshell serves oneprimary goal: to act as an immediately accessible goal for the Pythonlanguage. True, you can get most of the same core information that ispresented within the covers of this volume online, but this willinvariably be broken into multiple files, and in all likelihood lackingthe examples or the exact syntax description necessary to trulyunderstand a command." --Richard Cobbett, Linux Format "O'Reilly has several good books, of which Python in aNutshell by Alex Martelli is probably the best for giving yousome idea of what Python is about and how to do useful things with it." --Jerry Pournelle, Byte Magazine

Python Standard Library

Download Python Standard Library PDF Online Free

Author :
Release : 2001
Genre : Computers
Kind : eBook
Book Rating : 967/5 ( reviews)

GET EBOOK


Book Synopsis Python Standard Library by : Fredrik Lundh

Download or read book Python Standard Library written by Fredrik Lundh. This book was released on 2001. Available in PDF, EPUB and Kindle. Book excerpt: CD-ROM contains: programming examples from the book and a demo of the PythonWorks IDE.

Python in a Nutshell

Download Python in a Nutshell PDF Online Free

Author :
Release : 2003
Genre : Computers
Kind : eBook
Book Rating : 889/5 ( reviews)

GET EBOOK


Book Synopsis Python in a Nutshell by : Alex Martelli

Download or read book Python in a Nutshell written by Alex Martelli. This book was released on 2003. Available in PDF, EPUB and Kindle. Book excerpt: This new title offers Python programmers one place to look when they need help remembering or deciphering the most important tools and modules of this open source language.

Python Cookbook

Download Python Cookbook PDF Online Free

Author :
Release : 2005-03-18
Genre : Computers
Kind : eBook
Book Rating : 745/5 ( reviews)

GET EBOOK


Book Synopsis Python Cookbook by : Alex Martelli

Download or read book Python Cookbook written by Alex Martelli. This book was released on 2005-03-18. Available in PDF, EPUB and Kindle. Book excerpt: Portable, powerful, and a breeze to use, Python is the popular open source object-oriented programming language used for both standalone programs and scripting applications. It is now being used by an increasing number of major organizations, including NASA and Google.Updated for Python 2.4, The Python Cookbook, 2nd Edition offers a wealth of useful code for all Python programmers, not just advanced practitioners. Like its predecessor, the new edition provides solutions to problems that Python programmers face everyday.It now includes over 200 recipes that range from simple tasks, such as working with dictionaries and list comprehensions, to complex tasks, such as monitoring a network and building a templating system. This revised version also includes new chapters on topics such as time, money, and metaprogramming.Here's a list of additional topics covered: Manipulating text Searching and sorting Working with files and the filesystem Object-oriented programming Dealing with threads and processes System administration Interacting with databases Creating user interfaces Network and web programming Processing XML Distributed programming Debugging and testing Another advantage of The Python Cookbook, 2nd Edition is its trio of authors--three well-known Python programming experts, who are highly visible on email lists and in newsgroups, and speak often at Python conferences.With scores of practical examples and pertinent background information, The Python Cookbook, 2nd Edition is the one source you need if you're looking to build efficient, flexible, scalable, and well-integrated systems.

You may also like...