Full Changelog
The new major version is a culmination of more than 4 years of work moving terminator from GTK 2 to GTK3 and from Python2 to Python3. This release fixes up a bunch more of the bugs ... (more…)
Read more »
What’s interesting to do with booleans, and expressions that return a boolean in particular, is that we can make decisions and take different roads depending on their True or False value.
In Python we do so using the if statement:
condition = True if cond... (more…)
Read more »
To support our migration to microservices we needed to find a new tech stack. Learn how we compared all the options and chose Kotlin... (more…)
Read more »
The Ultimate List of Python Podcasts - A curated list of the best Python podcasts.. (Podcasts, Developer Podcasts, and Python)...
Read more »
In this tutorial, we look at cocotb, an upcoming popular verification framework that let's you control signals directly from python! (more…)
Read more »