Type Hinting
Annotate variables Learn what type hinting does NOT do Use
Annotate variables Learn what type hinting does NOT do Use
Discover the collections module Use defaultdict, Counter, and namedtuple Create
Working with XML XML modules in Python Getting started with
Running external programs Parsing arguments Creating filters to read text
The threading module Sharing variables The queue module The multiprocessing
Built-in classes Using requests Grabbing web pages Sending email Working
Overview Qt Architecture Using designer Standard widgets Event handling Extras
The DB API Available Interfaces Connecting to a server Creating
What is a unit test Creating test cases Writing and
Analyzing programs with pylint Using the debugger Profiling code Testing
Implicit properties globals() and locals() Working with object attributes The
Class/static data and methods Inheritance (or composition) Abstract base classes
Four types of function parameters Four levels of name scoping
The Zen of Python Tuples Advanced unpacking Sorting Lambda functions
What is Binary Data? Binary vs text Using the Struct
Basic date and time classes Different time formats Converting between
The os and os.path modules Environment variables Launching external commands
Built-in data types Lists and tuples Dictionaries and sets Program