AWS PowerShell Python Lambda, or PSPy for short, is a simple Python 2.7 AWS Lambda function designed to execute the PowerShell binary and marshal input/output to PowerShell. (more…)
Read more »
While learning the Nim language and trying to correlate that with my
Python 3 knowledge, I came across this awesome comparison table of
string manipulation functions between the two languages. (more…)
Read more »
Jump to definition and find all references are now available for all Go, Python, and Ruby repositories on GitHub, with more languages coming soon. (more…)
Read more »
Before we begin, let’s be clear on terminology. When I refer to “working with data” in the context of software development I could mean one…
Read more »
The lists and tuples need no introduction even for beginners. These two are the commonly used data structures in Python. But what are the similarities and the difference between them, which one… (more…)
Read more »