Contrarian view on mutable default arguments.¶The use of mutable defaults is probably the most infamous Python gotcha. Default values are evaluated at definition time, which means mutating them will (more…)
Read more »
There are several ways to get started with Python 3 on macOS, but one way is better than the others. (more…)
Read more »
STUMPY is a powerful and scalable Python library for modern time series analysis - TDAmeritrade/stumpy... (more…)
Read more »
About a year ago, smack in the middle of the pandemic, I turned to the internet for some retail therapy. I’m a musician, so my usual retail therapist of choice is Reverb.com; a sort of fancy Craigslist or eBay just for musicians. Every day, I... | Peter S... (more…)
Read more »
Short description of an algorithm for python dictionary, and hash table attack... (more…)
Read more »