Lyuboslav KarevCodeBytes: Transform your Python code with functional programmingWhile I was writing code for my “markdown2gist” project (a small Python script that extracts code blocks from Markdown files and uploads…Mar 7Mar 7
Lyuboslav KarevHow I scrapped 1000 multi-lingual news articles ?How hard can it be — is should be easy with Python, right ? Actually, it was not so trivial — let’s take a deeper look.Jul 29, 2022Jul 29, 2022
Lyuboslav KarevWriting elegant code with map, filter, and reduce in PythonOne of the first things we learn in programming is how to use `for` loops. But is there are another way to do things ?Sep 30, 20211Sep 30, 20211
Lyuboslav KarevCalculating 30000 Pi digits in 10 seconds using multi-threaded programmingEverybody knows that the value of Pi is 3.14, then followed by a lot of digits. The question is how can we calculate those digits ?Aug 8, 20213Aug 8, 20213