Python Tutorial Resources

Below you will find 12 categories and 7 links related to Python Tutorial Resources.

Categories:

Links:

Python : Books

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

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 Programming with Java Class

Visit Python Programming with Java Class

This tutorial begins with coverage of some of the basics of Python programming. Using plenty of skill-building exercises and interactive programming sessions, the book will help those new to programming develop an understanding of concepts and practical techniques. For experienced programmers, the book demonstrates Python's breadth of capabilities and shows the ways that Python interfaces with the Java APIs for professional application development.Python Programming with the Java Class Libraries: A Tutorial for Building Web and Enterprise Applications covers important topics such as: Fundamental programming concepts, including statements, expressions, interpreters, and compilers; Python basics, including operators, string formatting, namespaces, classes, errors, and exceptions; Object-oriented programming concepts; File input/output; Python's intrinsic functions; Formatting, parsing, and manipulating strings; Interfacing with the Java APIs.

  • Cost: $34.99
  • Pages: 640
  • Edition: 1st edition
  • ISBN: 0201616165

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 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

Text Processing in Python

Visit Text Processing in Python

Text Processing in Python is an example-driven, hands-on tutorial that carefully teaches programmers how to accomplish numerous text processing tasks using the Python language. Filled with concrete examples, this book provides efficient and effective solutions to specific text processing problems and practical strategies for dealing with all types of text processing challenges. Text Processing in Python begins with an introduction to text processing and contains a quick Python tutorial to get you up to speed. It then delves into essential text processing subject areas, including string operations, regular expressions, parsers and state machines, and Internet tools and techniques. Appendixes cover such important topics as data compression and Unicode. A comprehensive index and plentiful cross-referencing offer easy access to available information. Text Processing in Python is an example-driven, hands-on tutorial that carefully teaches programmers.

  • Cost: $34.99
  • Pages: 544
  • Edition: 1st edition
  • ISBN: 0321112547

Web Programming in Python

Visit Web Programming in Python

Explains how to build production quality web applications with Python and other open source technology. The opening chapters introduce the Python language, the Linux operating system, Apache web server and network configuration, CGI programming, and MySQL database essentials. The second half of the book describes template processing with the WriteProcessor, form processing with the WebForm module, and the Slither application development framework. If you're ready to use Python and open source in a real production environment, this book delivers the techniques and code you're looking for. Python is 100% enterprise ready, with powerful database, network, and Internet support. Now there's a book that shows you Python at work in a real enterprise environment. Web Programming in Python demonstrates exactly how to build robust, Web-based systems that integrate Python with three powerful open source technologies: Linux, Apache, and MySQL.

  • Cost: $31.49
  • Pages: 768
  • Edition: 1st edition
  • ISBN: 0130410659