11. Brief Tour of the Standard Library – Part II

11.1. Output Formatting

11.2. Templating

11.4. Multi-threading

11.7. Tools for Working with Lists

11.8. Decimal Floating Point Arithmetic

>>> getcontext().prec = 36
>>> Decimal(1) / Decimal(7)
Decimal('0.142857142857142857142857142857142857')

No comments: