Python Modules Resources

Below you will find 0 categories and 17 links related to Python Modules Resources.

Links:

Python : Books

Complete Python Reference

Visit Complete Python Reference

Explore all aspects of programming with Python in this comprehensive resource. Expert programmer Martin Brown guides you through the fundamentals of using modules through the use of advanced object orientation classes. You'll learn how to develop complex applications, create multimedia software, and develop interactive Web sites. While written with the experienced programmer in mind, Python: The Complete Reference is an invaluable sourcebook for the beginning programmer as well. This book also covers how to utilize Python's extensive libraries, including tools for reading and parsing SGML, HTML, and XML files. Master programming in the Python language Discover how modules are written and imported into your scripts Use Python's extensive libraries for information processing, file system manipulation, data management, network communication, multimedia, and more. Apply Python as a RAD tool for rapid application development.

  • Cost: $34.99
  • Pages: 1200
  • Edition: paperback
  • ISBN: 007212718X

Learning Python

Visit Learning Python

Learning Python is an introduction to the increasingly popular Python programming language. Python is an interpreted, interactive, object-oriented scripting language. Python is growing in popularity because: It is available on all important platforms: Windows NT, Windows 95, Windows 98, Linux, all major UNIX platforms, MacOS, and even the BeOS; It is open-source software, copyrighted but freely available for use, even in commercial applications; Its clean object-oriented interface makes it a valuable prototyping tool for C++ programmers; It works well with all popular windowing toolkits, including MFC, Tk, Mac, X11, and Motif. This book starts with a thorough introduction to the elements of Python: types, operators, statements, classes, functions, modules, and exceptions. By reading the first part of the book, the reader will be able to understand and construct programs in the Python language. All the examples use the Python interpreter.

  • Cost: $24.47
  • Pages: 400
  • Edition: 2nd edition
  • ISBN: 0596002815

Learning Python

Visit Learning Python

Learning Python is an introduction to the increasingly popular Python programming language -- an interpreted, interactive, object- oriented, and portable scripting language. This book thoroughly introduces the elements of Python: types, operators, statements, functions, modules, and exceptions. It also demonstrates how to perform common programming tasks and write real applications. Provides a description of the basic building blocks of a Python program. Introduces more advanced topics, including some complex, realworld examples and shows programmers how to use Python with specialized libraries to build largescale applications. The authors of Learning Python show you enough essentials of the Python scripting language to enable you to begin solving problems right away, then reveal more powerful aspects of the language one at a time. This approach is sure to appeal to programmers and system administrators who have urgent problems.

  • Cost: $24.47
  • Pages: 366
  • Edition: paperback
  • ISBN: 1565924649

Perl to Python Migration

Visit Perl to Python Migration

Are you a Perl programmer who would like to be able to programme in Python? Brimming with a wealth of practical examples and resources this book will show you how. The first section will show you the basic layout and approach of the two languages whilst the second section moves on to the specific differences of using Python data types and objects over Perl variables. The book then moves on to look at the core technologies behind the Python language, including the exception system for handling errors, the class and object orientation system for creating new classes and instances and how to split your program into functions and modules for easier management. All of these basics are treated with respect to people's existing understanding and skills in Perl programming and how they can be leveraged in Python. The last section of the book then looks at specific areas of programming, data manipulation, network communicated, and web programming.

  • Cost: $2.94
  • Pages: 400
  • Edition: 1st edition
  • ISBN: 0201734885

Python

Visit Python

Python is an interpreted, open-source, object-oriented programming language. It's also free and runs portably on Windows, Mac OS, Unix, and other operating systems. Python can be used for all manner of programming tasks, from CGI scripts to full-fledged applications. It is gaining popularity among programmers in part because it is easier to read (and hence, debug) than most other programming languages, and it's generally simpler to install, learn, and use. Its line structure forces consistent indentation. Its syntax and semantics make it suitable for simple scripts and large programs. Its flexible data structures and dynamic typing allow you to get a lot done in a few lines. To learn it, you'll need is some basic programming experience and a copy of Python: Visual QuickStart Guide. Author Chris Fehily starts with the basics - expressions, statements, numbers, strings - then moves on to lists, dictionaries, functions, and modules.

  • Cost: $15.39
  • Pages: 440
  • Edition: 1st edition
  • ISBN: 0201748843

Python Cookbook

Visit Python Cookbook

The Python Cookbook is a collection of problems, solutions, and practical examples for Python programmers, written by Python programmers. The recipes range from simple tasks, such as working with dictionaries and list comprehensions, to entire modules that demonstrate templating systems and network monitoring. The book contains over two hundred recipes for searching and sorting, text manipulation, working with files, threads, and databases, object oriented programming, XML processing, network programming, system administration, and much more. This book is a treasure trove of useful code for all Python programmers, from novices to advanced practitioners, with contributions from such Python luminaries as Guido Van Rossum, David Ascher, Tim Peters, Paul Prescod, Mark Hammond, and Alex Martelli, as well as over one hundred other Python programmers. The recipes highlight Python best practices and can be used directly in day-to-day programming tasks.

  • Cost: $27.97
  • Pages: 606
  • Edition: 1st edition
  • ISBN: 0596001673

Python Essential Reference

Visit Python Essential Reference

Python Essential Reference, Second Edition, is the definitive guide to the Python programming language. Designed for programmers, it covers the core language, more than 100 modules in the standard library, and the techniques used to extend Python with compiled procedures in C or C++. Coverage expands upon and clarifies existing Python documentation - especially for advanced topics, including operating system interfaces, threads, network programming, and Unicode. Concise, to the point, and extensively indexed, readers will find this volume packed with information not previously available in any other single reference source. Updated for Python 2.1, it is a must-have for any serious programmer wanting to develop advanced Python applications. Topics include: Control flow; Functions and functional programming idioms; Classes and object-oriented programming tips; Modules and packages; Input and output (including files and persistence).

  • Cost: $24.49
  • Pages: 416
  • Edition: 2nd edition
  • ISBN: 0735710910

Python How to Program

Visit Python How to Program

This textbook for a beginning programming course introduces the principles of control structures, object-oriented programming, Python modules, the graphical user interface, XML, and event-driven programming. A case study implements an online bookstore e-business. This addition to the How to Program series is suitable for Python programming courses or Web programming courses focusing on Python programming found in departments of Computer Science, CIS, MIS, IT, Business, Engineering and Continuing Education. Topics include: HTML, XHTML, CSS; Python Server Pages, CGI; Networking, Sockets; GUI, Tkinter, Python Mega Widgets; PyOpenGL, Multimedia, Accessibility; Databases, DB-API, SQL; File Processing, Serialization; Modules, Classes, Class Attributes; Class Customization, Method Overriding; Control Structures, Functions, Inheritance; String Manipulation, Regular Expressions; Lists, Tuples, Dictionaries, Data Structures; Process Management.

  • Cost: $85.00
  • Pages: 1292
  • Edition: Book and CD-ROM edition
  • ISBN: 0130923613

Python in a Nutshell

Visit Python in a Nutshell

In the tradition of O'Reilly's "In a Nutshell" series, this book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many modules. This comprehensive reference guide makes it easy to look up all the most frequently needed information--not just about the Python language itself, but also the most frequently used parts of the standard library and the most important third-party extensions. Python in a Nutshell focuses on Python 2.2 (and all its point releases), currently the most stable and widespread Python release. This book includes: A fast-paced tutorial on the syntax of the Python language itself; An explanation of object-oriented programming in Python, covering both the classic and new-style object models; Coverage of other core topics, including exceptions, modules, strings, and regular expressions; A quick reference for Python's built-in types.

  • Cost: $24.47
  • Pages: 600
  • Edition: 1st edition
  • ISBN: 0596001886

Python Library Reference

Visit Python Library Reference

Full documentation of the Python programming language standard library. Python Library Reference is a manual that documents Python's standard library, as well as many optional library modules, which may or may not be available, depending on whether the underlying platform supports them and on the configuration choices made at compile time. The reference also documents the standard types of the language and its built-in functions and exceptions, many of which are not or incompletely documented in the Reference Manual. This volume is designed to be a handy desktop companion, saving you the time and expense of printing the documentation yourself. It is also useful when viewing the online version of the Python documentation is inconvenient. Written by the creator of the Python language. Documents the standard types of the language and its built-in functions and exceptions.

  • Cost: $29.95
  • Pages: 496
  • Edition: paperback
  • ISBN: 158348373X

Python Pocket Reference

Visit Python Pocket Reference

Python Pocket Reference, 2nd Edition is a companion volume to two O'Reilly Animal Guides, Programming Python, 2nd Edition and Learning Python. It summarizes Python statements and types, built-in functions, commonly used library modules, and other prominent Python language features. This pocket reference covers the latest Python release 2.2, and provides quick access to just what you're looking for. It is a short, concise reference for the most commonly used libraries and tools. The new edition also includes new summary material for Python's GUI, Internet, and database programming tools. Python is optimized for quality, productivity, portability, and integration. Hundreds of thousands of Python developers around the world rely on Python for Internet scripting, systems programming, user interfaces, and product customization. Python is available on all major computing platforms, including commercial versions of Unix, Linux, Windows, and Mac OS.

  • Cost: $9.56
  • Pages: 100
  • Edition: 2nd edition
  • ISBN: 0596001894

Python Reference Manual

Visit Python Reference Manual

Python Reference Manual Describes the syntax and "core semantics" of the Python programming language. Python Reference Manual describes the syntax and "core semantics" of the Python programming language. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed. See http://www.python.org/ for more information about Python from guides to news, and tutorials. This volume is designed to be a handy desktop companion, saving you the time and expense of printing the documentation yourself. It is also useful when viewing the online version of the Python documentation is inconvenient.

  • Cost: $12.95
  • Pages: 136
  • Edition: paperback
  • ISBN: 1583483748

Python Reference Manual

Visit Python Reference Manual

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for rapid application development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed. This reference manual describes the syntax and core semantics'' of the language. It is terse, but attempts to be exact and complete. Topics include: python lexical analysis; tokens, identifiers, and keywords; python data model.

  • Cost: $9.95
  • Pages: 108
  • Edition: paperback
  • ISBN: 0595136680

Python Standard Library

Visit Python Standard Library

Python imports its most useful applications from the Python Standard Library, a collection of commonly used procedures that can be pasted into a Python script rather than written from scratch. Successful Python programmers rely heavily on the Standard Library, and this book illuminates its capabilities with more than 300 real-world example scripts, based on the author's work with 2500 answers from the Python newsgroup. A reference work for Python programmers interested in a resource filled with time-saving modules that perform common programming tasks. Topics include: Introduction to the Python 2.0 standard modules; Core modules (including modules for operating system functions, string, math, time, and garbage collection); File and directory modules; Encryption and security modules; Threads, processes, pipes, and signals in Python; Persisting Python objects (marshalling and pickling objects); Python modules for XML, HTML, and SGML.

  • Cost: $20.97
  • Pages: 281
  • Edition: Book and CD-ROM edition
  • ISBN: 0596000960

Python Tutorial

Visit Python Tutorial

Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. This tutorial introduces the reader informally to the basic concepts and features of the Python language and system. It helps to have a Python interpreter handy for hands-on experience, but all examples are self-contained, so the tutorial can be read off-line as well. This tutorial does not attempt to be comprehensive and cover every single feature. Instead, it introduces many of Python's most noteworthy features, and will give you a good idea of the language's flavor and style. After reading it, you will be able to read and write Python modules and programs.

  • Cost: $48.60
  • Pages: 140
  • Edition: paperback
  • ISBN: 1583483756

Python Web Programming

Visit Python Web Programming

Python Web Programming is a practical introduction to building networked systems in the object-oriented framework of the Python language. It shows how to leverage the powerful Python libraries to build systems with less programming effort and easier maintenance. This book is primarily intended for experienced programmers who have used other languages (such as Perl, C or C++). It provides a high-level introduction to the language. Experience in building web-based systems is not required. Two chapters provide a concise introduction to the Python language, and there is extensive material on using the socket network API and the Python database API, as well as the many standard library modules. This practical material is underpinned by chapters which explain the technologies used. The book concludes by presenting a pure-Python web framework that can be used as the basis of the reader's own web applications.

  • Cost: $34.99
  • Pages: 691
  • Edition: 1st edition
  • ISBN: 0735710902
Python : Web Sites

Python Bootcamp

Visit Python Bootcamp

Looking to learn Python in a hands-on setting. Then this is the class for you. Designed for programmers with experience in at least one other language, this Python course teaches you the fundamentals of programming in Python. This hands-on Python training uses a series of lectures, demonstrations, and exercises to teach students how to design, develop, and debug Python applications. Students attending this Python training course will learn the fundamentals of Python, including data types, object oriented model, list comprehension, exception handling, flow control/looping, packages, modules, inheritance, and much more.

  • Cost: Varies