|
You are here |
www.camillescott.org | ||
| | | | |
terokarvinen.com
|
|
| | | | | Sort your email with a ten four line Python program. It logs into your IMAP mailbox and moves list messages to list/ folder. | |
| | | | |
trstringer.com
|
|
| | | | | I'm a big fan of "the right tool for the right job". For some things, the right tool is a shell script. For others, it is Python. But sometimes... it is both. | |
| | | | |
dylanpaulus.com
|
|
| | | | | Debugging is an essential skill for any software developer. It allows us to find and fix errors in our code, improve quality and performance, and learn from our mistakes.One of the most common and powerful tools for debugging Python code is the . PDB is a module that provides an interactive command-... | |
| | | | |
cprimozic.net
|
|
| | | A detailed summary of the techniques I used to optimize my Advent of Code 2024 solution for Day 9 Part 2. Employs a variety of techniques including algorithmic shortcuts, bespoke data structures, and low-level optimizations + SIMD. | ||