Further Reading/WatchingΒΆ
- Python Practice Book: Modules
- Python Module of the Week: datetime
- Python Module of the Week: decimal (links here go to Python 2 docs)
- Python Cookbook: Numbers, Date, and Times
- datetime string formatting documentation
- Why you should use Python 3 for text processing
- Writing Idiomatic Python: Section 4.2 (whole book costs $15)
- Transforming Code into Beautiful, Idiomatic Python
- defaultdict tree