Dive into a collection of past posts and rediscover timeless content.
See how to store your secrets both locally and on cloud platforms like AWS, GCP, and Azure.
Jul 16, 2025
•
7 min read
Learn when to use Generative and Discriminative AI with practical Python examples.
Jul 9, 2025
A new vectorized approach to slicing string arrays in NumPy, shown to be up to 25x faster!
Jul 2, 2025
6 min read
Leverage the subprocess module, but know there's a difference between subprocess.run() and subprocess.Popen()
Jun 25, 2025
5 min read
Caching your program's output can increase significantly. Using Python's functools.lru_cache decorator makes creating caches easy.
Jun 18, 2025