Python has two operators for equality comparisons, “is” and “==” (equals). In this article I’m going to teach you the difference between the two and when to use each with a few simple examples.
Read more »
This post explains what unit tests are and how they can help you write and make changes to Lambda function code more quickly. It also walks through an example Python function and unit test. (more…)
Read more »
pywonderland - Render beautiful images or animate interesting algorithms in mathematics with Python. (more…)
Read more »
This post evaluates the programming languages ATS, C#, Go, Haskell, OCaml, Python and Rust to try to decide which would be the best language in which … (more…)
Read more »
A ksuid is a K sorted UID. In other words, a KSUID also stores a date component, so that ksuids can be approximately
sorted based on the time they were created. (more…)
Read more »