Popularity
8.1
Growing
Activity
9.3
-
4,018
94
1,246

Description

Basic cheatsheet for Python mostly based on the book written by Al Sweigart, Automate the Boring Stuff with Python under the Creative Commons license and many other sources.

Programming language: Vue
License: MIT License
Tags: Jupyter     Python     Reference     Cheatsheet    

Python Cheatsheet alternatives and similar packages

Based on the "Documentation" category.
Alternatively, view Python Cheatsheet alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Python Cheatsheet or a related project?

Add another 'Documentation' Package

README

Python Cheatsheet

pythoncheatsheet.org | Newsletter | Contribute | Changelog This Python Cheatsheet is based on the book Automate the Boring Stuff with Python and many other sources.

Getting Started

Anyone can forget how to make character classes for a regex, slice a list or do a for loop. This Python cheatsheet tries to provide basic reference for beginner and advanced developers, lower the entry barrier for newcomers and help veterans refresh the old tricks.

Table of Content

Cheatsheet Modules
Python Basics Datetime Module
Built-in Functions Itertools Module
Control Flow Json Module
Functions Random Module
Lists and Tuples Os Module
Dictionaries Pathlib Module
Sets Shelve Module
Comprehensions Zipfile Module
Manipulating Strings
String Formatting
Regular Expressions
File and directory Paths
Reading and Writing Files
JSON and YAML
Exception Handling
Debugging
Args and Kwargs
Context Manager
__main__
setup.py
Dataclasses
Virtual Environment