(my) Hacker News #9
Here's a list of the latest resources that grabbed my attention.
Here's a list of the latest resources that grabbed my attention.
Today, thanks to Vincent Warmerdam, I discover a really neat Python trick.
You can basically import anything from a Python module i.e., any Python object, just by defining the module's __getattr__
method.
Few days ago I discovered nushell and I immediately fell in love with it.
After some time spent in porting my previous cmder configuration/helpers/backup scripts to nushell, I decided to play around with some nice scripts to help with AWS cloud development routine tasks.
Here's a list of the latest resources that grabbed my attention.
Here's a list of the latest resources that grabbed my attention.
Here's a list of the latest resources that grabbed my attention.
Here's a list of the latest resources that grabbed my attention.
Today, thanks to PyCoder's Weekly, I discovered this blog post and more generally learned about design by contract (DbC) methodology.
Inspired from it, I decided to write down a simple snippet to implement preconditions and postconditions through Python decorators.
Here's a list of the latest resources that grabbed my attention.
I am still working on a legacy codebase, so even the smallest change feels slippery and made me fearful. When I was about to implement a not-so-small change in a data processing procedure taking place as one of the first steps of a bigger pipeline, as a painkiller I decided to ask a feature flag to come to the rescue!