“In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move.” – Douglas Adams This expands on my recent post The In… (more…)
Read more »
No matter which programming language we use, we all write “if-else” statements, but how about “for-else” ? For many languages, such as C, C++ and Java, it’s totally wrong if you use an “else” after a… (more…)
Read more »
CLI tool for interactive with ChatGPT. Contribute to hansololz/rubberduck-ai development by creating an account on GitHub. (more…)
Read more »
For this next blog post in my series of Python's syntactic sugar, I'm tackling what would seem to be a very simple bit of syntax, but which actually requires diving into multiple layers to fully implement: not. On the surface, the definition of not is ver... (more…)
Read more »
Python benchmark tool inspired by Geekbench. Contribute to lucianmarin/pybench development by creating an account on GitHub. (more…)
Read more »