Reading List

Python Numbers Every Programmer Should Know from Michael Tsai RSS feed.

Python Numbers Every Programmer Should Know

Michael Kennedy (via Hacker News): For example, how fast or slow is it to add an item to a list in Python? What about opening a file? Is that less than a millisecond? Is there something that makes that slower than you might have guessed? If you have a performance sensitive algorithm, which data structure […]