Below you will find 0 categories and 6 links related to Python Objects Resources.
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.
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.
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.
Despite Python's increasing popularity on Windows, Python Programming on Win32 is the first book to demonstrate how to use it as a serious Windows development and administration tool. Unlike scripting on Unix, Windows scripting involves integrating a number of components, such as COM or the various mail and database APIs, with the Win32 programming interface. While experienced Windows C++ programmers can find their way through the various objects, most people need some guidance, and this book is it. It addresses all the basic technologies for common integration tasks on Windows, explaining both the Windows issues and the Python code you need to glue things together. Topics include: The Python language and the PythonWin extensions; Building a GUI with COM; Distributing the application; Client-side COM for output and data access; Integration with mail and other internet protocols; Manging users and drives. Managing processes and services.
Python isn't just a tool for creating short Web scripts and simple prototypes: its advantages are equally compelling in large-scale development. In Python Programming Patterns, Thomas Christopher shows developers the best ways to write large programs with Python, introducing powerful design patterns that deliver unprecedented levels of robustness, scalability, and reuse. Christopher teaches both the Python programming language and how to "program in the large" with Python, using objects, modularization, toolkits, frameworks, and other powerful tools and techniques. 20+ proven object-oriented patterns for large-scale Python development: creational, structural, and behavioral. Leverage the skills you've mastered in other object-oriented languages. Design Python systems for maximum reuse. Make the most of persistence, concurrent programming, functional programming, and metaprogramming. Create cleaner, more comprehensible software systems.
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.