#python
Read more stories on Hashnode
Articles with this tag
GigaChad's Python Arsenal · Ever got annoyed when you want a list of items from another sequence but had to write a for/while loop? Did you know you...
Functional python to rescue 💁♂️ · In this series, I will explore some of built-in functions, namely map, zip, filter, and reduce. These functions...
python lambda? WTF? Curious? · Ever had to write this… def func(n): # only allow `l` no of characters in the `n` string return n[:l+1] parsed_n_s =...
Here is the v1.0.0 of Mathew templating engine, very simple and ugly yet does the job 🧙♂️ · Prologue As I mentioned previously I want to create a...
Making sense of a given SQL query logically and arithmetically · Tokenization means (in my words) process making sense of a given statement of a...
Ambitious Experimental Database Management System written to experiment with techniques and concepts I learn to mock the 🧠 · Forging die kopf Ambitious...