Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 779 Bytes

Python in a Nutshell.md

File metadata and controls

32 lines (17 loc) · 779 Bytes

Python in a Nutshell, 3e

by Steve Holden, Anna Ravenscroft, Alex Martelli, November 2016 (O'Reilly)

The definitive reference to the Python language, standard library, and the most popular third party packages.

These notes correspond to the Early Release: Raw & Unedited edition. The book is not yet officially published.


Preface

1. Introduction to Python

2. The Python Interpreter

3. The Python Language

4. Object-Oriented Python

5. Exceptions

6. Modules

7. Core Built-ins and Standard Library Modules

8. Strings and Things

9. Regular Expressions