Tag: python
-
+
+
+
+
+
+
Perl is still standing strong in 2025 because it prioritizes backward compatibility and text-processing speed. While Python is the language of AI, Perl remains the “glue” of the internet. I have my own hate-or-love relationship with Perl. And if I were to choose, I’d choose c, but if I am…
-
The itertools module was introduced in Python 2.3 (2003) as part of the standard library, driven by the need for fast, memory-efficient tools that handle iteration patterns elegantly. Inspired by functional programming paradigms and Haskell’s lazy evaluation patterns, itertools was designed by Python core developer Raymond Hettinger to provide a…
+
+
+
+
+
+
+ cartesian product, click library, coding, coding patterns, command line interface, data processing, data-science, efficient iteration, flatten list, functional programming, infinite sequences, iterators, itertools, itertools examples, lazy evaluation, machine-learning, memory-efficient python, programming, python, python chain, python cli, python combinations, python count, python cycle, python development, python groupby, python itertools, python permutations, python product, python standard library, python tips, python tricks, python tutorials, round robin+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
In the last two episodes of fun with python we went through having a simple python project with some standard tooling, then building it up to become an API executable in docker. For todays episode, I have decided to refactor it a bit, clean up smoke tests, add type checking…
-
+
+
+
+
+
+
In the previous episode I have concentrated on building a simple python application. That was nice and refreshing. Then I thought why not up the ante and move all of the code to an API running in docker. So I did. An application programming interface (API) is a computing interface…
-
+
+
+
+
+
+
I’ve been thinking to write about something technical for a while. There are as I have mentioned here, two sides to a technical manager. The people side and the technical side. What better to show the technical side, than giving some insight into what tools I am using on a…