Logo

Python Quick Reference by Richard Gruet

Small book cover: Python Quick Reference

Python Quick Reference
by


Number of pages: 42

Description:
This reference covers invocation options, environment variables, lexical entities, basic types and their operations, advanced types, statements, iterators, generators, descriptors, decorators, built-in functions, built-in exceptions, standard methods & operators redefinition in user-created classes, important modules, list of modules in the base distribution, workspace exploration and idiom hints, python mode for emacs.

Home page url

Download or read it online for free here:
Download link
(370KB, PDF)

Similar books

Book cover: The Python Language Reference ManualThe Python Language Reference Manual
by - Network Theory Ltd.
The definitive language reference for Python. It describes the syntax of Python and its built-in datatypes. It covers advanced topics, and is suitable for readers who are familiar with the details and rules of the Python and its object system.
(22919 views)
Book cover: Practical Programming in PythonPractical Programming in Python
by
The goal of this book is twofold: to teach you how to program in Python; and to teach you to think like a computer scientist. This way of thinking combines some of the best features of mathematics, engineering, and natural science.
(20856 views)
Book cover: Python for Everybody: Exploring Data in Python 3Python for Everybody: Exploring Data in Python 3
by - PythonLearn
This book is designed to introduce students to programming and software development through the lens of exploring data. You can think of the Python programming language as a tool to solve data problems that are beyond the capability of a spreadsheet.
(14167 views)
Book cover: Invent Your Own Computer Games with PythonInvent Your Own Computer Games with Python
by
A programming book for kids interested in learning to program their own computer games with python, a serious computer language which is used by professional programmers also. The book explains programming principles from the source code examples.
(53992 views)