Python Programming On Win32

Python Programming On Win32

PDF Python Programming On Win32 Download

  • Author: Mark Hammond
  • Publisher: "O'Reilly Media, Inc."
  • ISBN: 1565926218
  • Category : Computers
  • Languages : en
  • Pages : 672

A demonstration of Python's basic technologies showcases the programming language's possiblities as a Windows development and administration tool.


Python Web Programming

Python Web Programming

PDF Python Web Programming Download

  • Author: Steve Holden
  • Publisher: Sams Publishing
  • ISBN: 9780735710900
  • Category : Computers
  • Languages : en
  • Pages : 724

A Python community leader teaches professionals how to integrate web applications with Python.


Python Cookbook

Python Cookbook

PDF Python Cookbook Download

  • Author: Alex Martelli
  • Publisher: "O'Reilly Media, Inc."
  • ISBN: 9780596001674
  • Category : Electronic books
  • Languages : en
  • Pages : 612

ThePython Cookbookis a collection of problems, solutions, and practical examples for Python programmers, written by Python programmers. Over the past year, members of the Python community have contributed material to an online repository of Python recipes hosted by ActiveState. This book contains the best of those recipes, accompanied by overviews and background material by key Python figures. The recipes in thePython Cookbookrange from simple tasks, such as working with dictionaries and list comprehensions, to entire modules that demonstrate templating systems and network monitoring. This book contains over 200 recipes on the following topics: Searching and sorting Manipulating text Working with files and the filesystem Object-oriented programming Dealing with threads and processes System administration Interacting with databases Creating user interfaces Network and web programming Processing XML Distributed programming Debugging and testing Extending Python 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 100 other Python programmers. The recipes highlight Python best practices and can be used directly in day-to-day programming tasks, as a source of ideas, or as a way to learn more about Python. The recipes in thePython Cookbookwere edited by David Ascher, who is on the board of the Python Software Foundation and is the co-author ofLearning Python,and Alex Martelli, who is known for his numerous and exhaustive postings on the Python mailing list. The book contains a foreword by Guido van Rossum, the creator of Python.


Python Standard Library

Python Standard Library

PDF Python Standard Library Download

  • Author: Fredrik Lundh
  • Publisher: "O'Reilly Media, Inc."
  • ISBN: 9780596000967
  • Category : Computers
  • Languages : en
  • Pages : 312

CD-ROM contains: programming examples from the book and a demo of the PythonWorks IDE.


Python for Beginners

Python for Beginners

PDF Python for Beginners Download

  • Author: Kuldeep Singh Kaswan
  • Publisher: CRC Press
  • ISBN: 1000473473
  • Category : Computers
  • Languages : en
  • Pages : 340

Python is an amazing programming language. It can be applied to almost any programming task. It allows for rapid development and debugging. Getting started with Python is like learning any new skill: it’s important to find a resource you connect with to guide your learning. Luckily, there’s no shortage of excellent books that can help you learn both the basic concepts of programming and the specifics of programming in Python. With the abundance of resources, it can be difficult to identify which book would be best for your situation. Python for Beginners is a concise single point of reference for all material on python. Provides concise, need-to-know information on Python types and statements, special method names, built-in functions and exceptions, commonly used standard library modules, and other prominent Python tools Offers practical advice for each major area of development with both Python 3.x and Python 2.x Based on the latest research in cognitive science and learning theory Helps the reader learn how to write effective, idiomatic Python code by leveraging its best—and possibly most neglected—features This book focuses on enthusiastic research aspirants who work on scripting languages for automating the modules and tools, development of web applications, handling big data, complex calculations, workflow creation, rapid prototyping, and other software development purposes. It also targets graduates, postgraduates in computer science, information technology, academicians, practitioners, and research scholars.


Writing Word Macros

Writing Word Macros

PDF Writing Word Macros Download

  • Author: Steven Roman
  • Publisher: "O'Reilly Media, Inc."
  • ISBN: 9781565927254
  • Category : Computers
  • Languages : en
  • Pages : 420

Many Microsoft Word users and VBA programmers don't realize the extensive opportunities that exist when Word's object model is accessed using Visual Basic for Applications (VBA). By creating what is commonly called a "Word macro," you can automate many features available in Word. Writing Word Macros (previously titled Learning Word Programming) is the introduction to Word VBA that allows you to do these things and more. Book jacket.


Python in a Nutshell

Python in a Nutshell

PDF Python in a Nutshell Download

  • Author: Alex Martelli
  • Publisher: "O'Reilly Media, Inc."
  • ISBN: 1449379109
  • Category : Computers
  • Languages : en
  • Pages : 738

This book offers Python programmers one place to look when they needhelp remembering or deciphering the syntax of this open source languageand its many powerful but scantily documented modules. Thiscomprehensive reference guide makes it easy to look up the mostfrequently needed information--not just about the Python languageitself, but also the most frequently used parts of the standard libraryand the most important third-party extensions. Ask any Python aficionado and you'll hear that Python programmers haveit all: an elegant object-oriented language with readable andmaintainable syntax, that allows for easy integration with componentsin C, C++, Java, or C#, and an enormous collection of precoded standardlibrary and third-party extension modules. Moreover, Python is easy tolearn, yet powerful enough to take on the most ambitious programmingchallenges. But what Python programmers used to lack is a concise andclear reference resource, with the appropriate measure of guidance inhow best to use Python's great power. Python in aNutshell fills this need. Python in a Nutshell, Second Edition covers morethan the language itself; it also deals with the mostfrequently used parts of the standard library, and the most popular andimportant third party extensions. Revised and expanded forPython 2.5, this book now contains the gory details of Python's newsubprocess module and breaking news about Microsoft's newIronPython project. Our "Nutshell" format fits Python perfectly bypresenting the highlights of the most important modules and functionsin its standard library, which cover over 90% of your practicalprogramming needs. This book includes: A fast-paced tutorial on the syntax of the Python language An explanation of object-oriented programming in Python Coverage of iterators, generators, exceptions, modules,packages, strings, and regular expressions A quick reference for Python's built-in types and functionsand key modules Reference material on important third-party extensions,such as Numeric and Tkinter Information about extending and embedding Python Python in a Nutshell provides a solid,no-nonsense quick reference to information that programmers rely on themost. This book will immediately earn its place in any Pythonprogrammer's library. Praise for the First Edition: "In a nutshell, Python in a Nutshell serves oneprimary goal: to act as an immediately accessible goal for the Pythonlanguage. True, you can get most of the same core information that ispresented within the covers of this volume online, but this willinvariably be broken into multiple files, and in all likelihood lackingthe examples or the exact syntax description necessary to trulyunderstand a command." --Richard Cobbett, Linux Format "O'Reilly has several good books, of which Python in aNutshell by Alex Martelli is probably the best for giving yousome idea of what Python is about and how to do useful things with it." --Jerry Pournelle, Byte Magazine


Programming Python

Programming Python

PDF Programming Python Download

  • Author: Mark Lutz
  • Publisher: "O'Reilly Media, Inc."
  • ISBN: 1449302750
  • Category : Computers
  • Languages : en
  • Pages : 1630

If you've mastered Python's fundamentals, you're ready to start using it to get real work done. Programming Python will show you how, with in-depth tutorials on the language's primary application domains: system administration, GUIs, and the Web. You'll also explore how Python is used in databases, networking, front-end scripting layers, text processing, and more. This book focuses on commonly used tools and libraries to give you a comprehensive understanding of Python’s many roles in practical, real-world programming. You'll learn language syntax and programming techniques in a clear and concise manner, with lots of examples that illustrate both correct usage and common idioms. Completely updated for version 3.x, Programming Python also delves into the language as a software development tool, with many code examples scaled specifically for that purpose. Topics include: Quick Python tour: Build a simple demo that includes data representation, object-oriented programming, object persistence, GUIs, and website basics System programming: Explore system interface tools and techniques for command-line scripting, processing files and folders, running programs in parallel, and more GUI programming: Learn to use Python’s tkinter widget library Internet programming: Access client-side network protocols and email tools, use CGI scripts, and learn website implementation techniques More ways to apply Python: Implement data structures, parse text-based information, interface with databases, and extend and embed Python


Crossing Platforms A Macintosh/Windows Phrasebook

Crossing Platforms A Macintosh/Windows Phrasebook

PDF Crossing Platforms A Macintosh/Windows Phrasebook Download

  • Author: Adam Engst
  • Publisher: "O'Reilly Media, Inc."
  • ISBN: 9781565925397
  • Category : Computers
  • Languages : en
  • Pages : 340

Like travelers in a foreign land, Mac users working in Windows or Windowusers working on a Mac often find themselves in unfamiliar territory with no guidebook--until now. Engst and Pogue assembled a handy way of translating elements from one platform to the other, or for deciphering elements that are new and unfamiliar.


Core Python Programming

Core Python Programming

PDF Core Python Programming Download

  • Author: Wesley Chun
  • Publisher: Prentice Hall Professional
  • ISBN: 0130260363
  • Category : Computers
  • Languages : en
  • Pages : 805

Experts and novices alike will be able to find information about every command they'll need to use Linux. This complete, practical desk reference is organized by function, with a road map-style alphabetical reference for quick access of information about all aspects of running and administering the program. The CD-ROM contains Windows and Linux Python distributions plus extensive cross-platform source code from the book.