Built-in ExceptionsThe hierarchy of built-in exceptions in Python#python·docs.python.org·Jun 24, 2025Built-in Exceptions
Python Morsels Cheat SheetsVarious Python Morsels articles that include cheat sheets#python·pythonmorsels.com·Jun 24, 2025Python Morsels Cheat Sheets
Python 3 Module of the WeekAn interesting explanation of useful standard library modules#python·pymotw.com·Jun 24, 2025Python 3 Module of the Week
In-Browser Python REPLA simple Python REPL in your web browser#python·pym.dev·Jun 24, 2025In-Browser Python REPL
Python PastebinA Python pastebin tool that can run a Python snippet in your browser#python·pym.dev·Jun 24, 2025Python Pastebin
Python Terminology: an unofficial glossaryLike the official Python glossary, but with a focus on real-world terminology.#python·pym.dev·Jun 24, 2025Python Terminology: an unofficial glossary
Python strftime reference cheatsheetA table of strftime/strptime format codes#python·strftime.org·Sep 26, 2024Python strftime reference cheatsheet
PyFormat: Using % and .format() for great good!A comparison of % formatting and {} formatting in Python#python·pyformat.info·Sep 26, 2024PyFormat: Using % and .format() for great good!
Convert dataclass to non-dataclassWhat would you need to write to implement your dataclass manually?#python·pym.dev·Sep 26, 2024Convert dataclass to non-dataclass
Python f-string cheat sheetA quick reference of f-string format codes#python·fstring.help·Sep 26, 2024Python f-string cheat sheet
Find your strptime/strftime formatPaste a date/time string to find the format string you need OR paste a format string to see an example date it parses.#python·pym.dev·Sep 26, 2024Find your strptime/strftime format