Working Notes: a commonplace notebook for recording & exploring ideas.
Home. Site Map. Subscribe. More at expLog. — Kunal

Patterns

Some -- perhaps infrequently applicable -- patterns I like to use.

Simulating time: send to generators

Occasionally I find that need to simulate time moving with different systems with Python: sometimes it's an Advent of Code problem, sometimes it's a programming interview, sometimes I'm trying to simulate a system to explore how it'll behave. Being able to explicitly send values to generators and resume computation has been my favorite way to do these implementations.