For this next blog post in my series of Python's syntactic sugar, I'm tackling what would seem to be a very simple bit of syntax, but which actually requires diving into multiple layers to fully implement: not. On the surface, the definition of not is ver... (more…)
Read more »
Code for Sysadmin Show Podcast. Contribute to kyclark/sysadminshow development by creating an account on GitHub. (more…)
Read more »
In this step-by-step tutorial, you'll learn the fundamentals of descriptive statistics and how to calculate them in Python. You'll find out how to describe, summarize, and represent your data visually using NumPy, SciPy, Pandas, Matplotlib, and the built-... (more…)
Read more »
The story about a cool project I’ve worked on recently — a full Python interpreter running inside the Linux kernel. (more…)
Read more »