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: Python TutorialPython Tutorial
by - Python Software Foundation
This tutorial introduces the reader informally to the basic concepts of the Python language and system. It introduces many of Python's most noteworthy features, and will give you a good idea of the language's flavor and style.
(24523 views)
Book cover: Think Stats: Probability and Statistics for ProgrammersThink Stats: Probability and Statistics for Programmers
by - Green Tea Press
Think Stats is an introduction to Probability and Statistics for Python programmers. This new book emphasizes simple techniques you can use to explore real data sets and answer interesting statistical questions. Basic skills in Python are assumed.
(22794 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.
(20760 views)
Book cover: Full Stack PythonFull Stack Python
by - FullStackPython.com
You're knee deep in learning the Python programming language. The syntax is starting to make sense. Now you want to take your knowledge and make something real. This book explains each Python web application stack layer and provides the resources.
(12071 views)