Vladimir Cicovic Blog about security, programming, puzzles, cryptography, Math... (more…)
Read more »
This is a brief blog post describing my experience with automating Photoshop using Python.
I am an experienced software developer, but had never really used Photoshop before. As you can tell from my wonderful programmer art in this post ;)... (more…)
Read more »
I’m here today to give you an example how you can too use web scraping to gain insights from online available data. I’m gonna be using Scrapy the web scraping framework to scrape football stats... (more…)
Read more »
Each code snippet should run as a standalone example (based on Python 3.12).
The standard library caching decorator functools.lru_cache has known limitations when used with instance methods. In particular, the cache is a property of the class and holds re... (more…)
Read more »
The most in depth article about the Zen of Python with a most authentic commentary. It sharpens your Pythonic insights. (more…)
Read more »