Capstones
Two programs built end to end, chosen for what Python is actually good at. pyaudit reads Python source with the standard library ast module and is CPU bound. linkcheck crawls a site you serve yourself and is IO bound. The module closes by settling which jobs belong to another language.
6 lessons · 1 hr 11 min
Sign in to read this module
6 lessons here, and a free account opens all of them. The orientation module of every course reads without one.
An account is free. There is no paid plan, no tier and nothing to buy.
What is in it
- 01pyaudit: a codebase as a tree12m
- 02Complexity, dead code and the limits of static analysis12m
- 03linkcheck: the site and a sequential baseline11m
- 04Bounded concurrency and backpressure12m
- 05When concurrency fails12m
- 06When to reach for Go instead12m