An extremely handy programmer's standard library reference that is as durable as it is portable. This 6 page laminated guide includes essential script modules used by developers of all skill levels to simplify the process of programming in Python. This guide is all script and is organized to find needed script quickly. As with QuickStudy reference on any subject, with continued reference, the format lends itself to memorization. Beginning students or seasoned programmers will find this tool a perfect go-to for the at-a-glance script answer and memory jog you might need. At this price and for the bank of script included it&;s an easy add to your programmer&;s toolbox.
6 page laminated guide includes:
General Functionality
Date/Time Processing
System and Computer Controls
OS Module
Classes of the OS Module
Pathlib Module
Threading Module
Debugging Functionality
PDB Module
Debugging for the PDB Module
Mathematic and Numeric Operations
Math Module
Random Module
Iterable and Iterator Operations
Collections Module
Classes of the Collections Module
Itertools Module
Web and Data Transfer Operations
HTML Parser Module
HTML Module
Audio Manipulation
Author(s): Berajah Jayne
Edition: 1
Publisher: Quickstudy Reference Guides
Year: 2020
Language: English
Commentary: Vector PDF
Pages: 6
Tags: Python; Elementary; Cheatsheet
Python Standard Library
General Functionality
Built-In (Accessible Directly)
Date/Time Processing
datetime Module
Classes of the datetime Module
Properties of the date Class
Properties of the time Class
Properties of the timedelta Class
Properties of the datetime Class
Properties of the timezone Class
System & Computer Controls
os Module
Classes of the os Module
Properties of the DirEntry Class
pathlib Module
Classes of the pathlib Module
Properties of the PurePath Class
Properties of the Path Class
threading Module
Classes of the threading Module
Properties of the Thread Class
Properties of the Lock Class
Properties of the RLock Class
Properties of the Condition Class
Properties of the Semaphore Class
Properties of the Event Class
Properties of the Timer Class
Properties of the Barrier Class
Debugging Functionality
PDB Module
Debugging Commands for the PDB Module
Mathematic & Numeric Operations
Math Module
random Module
Iterable & Iterator Operations
collections Module
Classes of the collections Module
Properties of the ChainMap Class
Properties of the Counter Class
Properties of the deque Class
Properties of the defaultdict Class
Properties of the namedtuple Class
Properties of the OrderedDict Class
itertools Module
Web & Data Transfer Operations
HTMLParser Module
HTML Module
JSON Module
Audio Manipulation
audioop Module