Skip to main content Brad's PyNotes

Posts on Advanced

  1. Stdlib Tour 2 Tutorial

    TL;DR

    The second stdlib tour covers professional-grade modules: precise decimal arithmetic, efficient data structures, logging, threading, and binary data handling.

    Interesting!

    The decimal module can represent exact monetary values without floating-point errors - crucial for financial applications where precision matters!