37 Resources and Growing!
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.
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.
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.
Programming with Python is filled with practical applications and code to help you get up to speed with this innovative programming language. Browse the "recipes" of scripts and create programs faster and with less hassle. The included CD-ROM contains the Python code, programs, and the text of the book. Before you know it, you will have cross-platform program interfaces, a search engine for your Web site, and more programs than you would have thought possible. Includes information on Python statements and data structures, and over 40 tested scripts for querying search engines, performing statistical analysis, and provides information on how experienced Pythoneers approach their problems when writing scripts. This majority of this book contains many examples of code and are meant to give you an idea of how to program. It isn't written in a way where it explains every detail step by step and much of the explanation is left out.
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.
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.
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.
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.
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.
A step-by-step guide on how to use Python for CGI scripting, GUI development, network programming, and much more! Organizations such as NASA, Hewlett-Packard, and Xerox have already discovered the power that Python has to offer. This multipurpose development language can be used on virtually every platform, from Windows and Linux to OS/2 and Amiga. With its unique task-oriented approach, this book explores the language basics and then describes how to quickly begin using it for development work. Rashi Gupta first explains why Python is arguably the most sophisticated of the popular scripting languages and why its popularity continues to grow. She uncovers all of Python's unique features, detailing its built-in support for critical development steps, including data structures, dynamic typing, and dynamic building. Gupta then discusses how to use Python in lieu of Java or C++ when developing cross-platform applications.