Python Learn To Program Resources

Below you will find 0 categories and 16 links related to Python Learn To Program 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

Complete Python Training Course

Visit Complete Python Training Course

Master today's key Python development skills hands-on, with real programs and expert instruction from world-renowned authors and corporate trainers!Listen and learn as expert trainers describe 14,930 lines of fully functional sample Python program code in over 22 hours of detailed audio instruction. Coverage includes control structures, functions, classes, inheritance, string manipulation, security, syntax, objects, exceptions, CGI, GUIs, XML, DB-API, networking, data structures, multimedia, Python for wireless/handhelds, and more! Includes the best-selling, 1,292-page Python text Python How to Program -- in print and searchable electronic version on CD-ROM. You'll start with basic programs and syntax, then learn CGI programming, object-oriented techniques, GUIs, exception handling, regular expressions, XML programming, DB-API database integration, networking, security -- even wireless application development.

  • Cost: $76.99
  • Pages: 1292
  • Edition: 1st edition
  • ISBN: 0130673749

Core Python Programming

Visit Core Python Programming

In Core Python Programming, Internet software engineer and technical trainer Wesley Chun provides intermediate and experienced developers all they need to know to learn Python-fast. Like all Core Series books, Core Python Programming delivers hundreds of industrial-strength code snippets and examples, all targeted at professional developers who want to leverage their existing skills! In particular, Core Python Programming presents numerous interactive examples that can be entered into the Python interpreter right in front of you! Finally, we present a chapter that shows you step-by-step how to extend Python using C or C++. Topics include: Python syntax and style; Development and Run-time Environments; Objects and Python memory management; Standard data types, methods, and operators; Loops and conditionals; Files and Input/Output; Exceptions and error handling; Functions, scope, arguments, and functional programming; Extending Python.

  • Cost: $27.99
  • Pages: 816
  • Edition: Book and CD-ROM edition
  • ISBN: 0130260363

Internet Programming with Python

Visit Internet Programming with Python

Learn to use Python, the object-oriented programming language, for CGI scripts, system administration, code generation, graphical user interfaces, file-format conversions, and other computational tasks. This books teaches intermediate and advanced programmers how to use Python to build Internet-enabled applications and the basic mechanisms it uses to transfer information across the Internet and the World Wide Web. HTTP, NNTY, and SMTP protocols, the Python/C API, and client/server Internet Protocols are fully covered, plus the CD-ROM includes the source code for all of the programs discussed in the book. A book/CD-ROM demonstrating methods of programming in Python, focusing on Internet-related applications. Coverage includes basic and advanced features of the language including CGI programming, sockets, external interfaces, and embedding Python into other applications such as Netscape Server NSAPI.

  • Cost: $15.00
  • Pages: 477
  • Edition: Book and CD-ROM edition
  • ISBN: 1558514848

Learn to Program Using Python

Visit Learn to Program Using Python

Then Learn to Program Using Python is the book for you. You will find this book to be an ideal starting point for learning the essentials of computer programming. Assuming no prior knowledge (other than basic computer operation), this unintimidating and clearly written guide introduces you to programming terminology, fundamental concepts, and techniques for writing actual code. Python is ideal for novice programmers: it is available for free; it has simple syntax but powerful features; it supports lots of programming styles; it runs on many platforms; it has a friendly and helpful user community. This book uses the Python language to teach you the fundamentals of computer programming. Once you master the basic techniques and concepts you learn in this book, you can apply them to any language you choose to work with. You will learn about: Sequences, branching, and looping; Data types and variables; Input and output; Modular programming.

  • Cost: $23.07
  • Pages: 288
  • Edition: Book and CD-ROM edition
  • ISBN: 0201709384

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

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 Developer's Handbook

Visit Python Developer's Handbook

The Python Developer's Handbook is designed to expose experienced developers to Python and its uses. Beginning with a brief introduction to the language and its syntax, the book moves quickly into more advanced programming topics, including embedding Python, network programming, GUI toolkits, JPython, Web development, Python/C API, and more. Python is an interpreted, object-oriented programming language. Its syntax is simple and easy to learn, and it encourages programmers to write and think clearly. The Python Developer's Handbook is carefully written, well-organized introduction to this powerful, fast-growing programming language for experienced developers. A handbook for experienced developers, introducing the powerful object-oriented programming language, Python. Includes an introduction to language and syntax, moving quickly into advanced topics such as GUI toolkits, Web development, Python/C API, and embedding Python.

  • Cost: $31.49
  • Pages: 929
  • Edition: 1st edition
  • ISBN: 0672319942

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

Teach Yourself Python in 24 Hours

Visit Teach Yourself Python in 24 Hours

Sams Teach Yourself Python in 24 Hours presents 24 hands-on, one-hour lessons that guide you through all the steps needed to learn the Python programming language. The lessons begin with basic Python syntax and language features, and move up through object oriented design and programming. The book ends with a series of chapters covering GUI programming (using Tkinter), Python as a system administration tool, and Python as a programming language for CGI applications. In the crowded field of scripting languages, Python has found a niche as the best tool for learning object-oriented design principles. Several elegantly produced books in the past few years, notably David M. Beazley's thorough Python Essential Reference and John E. Grayson's durable Python and Tkinter Programming, have established a foundation of documentation that makes Python a buildable platform for rapid prototyping, as well as good programming practice.

  • Cost: $2.95
  • Pages: 510
  • Edition: 1st edition
  • ISBN: 0672317354
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