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: How To Write Your Own Software Using PythonHow To Write Your Own Software Using Python
by
The book will help you build basic programming skills. It is organized in a way that builds up the language in layers from simple concepts to more advanced features. Programming exercises are provided to encourage further exploration of each layer.
(23391 views)
Book cover: Python Notes for ProfessionalsPython Notes for Professionals
- Goalkicker.com
This is an unofficial free book created for educational purposes. The book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA.
(9163 views)
Book cover: Python Scientific Lecture NotesPython Scientific Lecture Notes
by
Teaching material on the scientific Python ecosystem, a quick introduction to central tools and techniques. The different chapters each correspond to a 1 to 2 hours course with increasing level of expertise, from beginner to expert.
(13767 views)
Book cover: How to Think Like a Computer Scientist: Learning with PythonHow to Think Like a Computer Scientist: Learning with Python
by - Green Tea Press
This book is an introduction to computer science using the Python programming language. It covers the basics of programming, including variables, functions, control flow, program debugging. Later chapters cover basic algorithms and data structures.
(20002 views)