These are my blogs

and also my life

Let's Publish a Python Package

2021-10-05 tips-and-tricks Python

PyPi, short for Python Package Index, is the official third-party software repository for Python. PyPi allows users to access, search and filter ... Read More

Making an Epub Out of Markdown Files Using Pandoc

2021-01-04 tips-and-tricks Epub

Sometimes, you write stuff, and want to make an ebook out of it, and why not? If you’ve written your stuff in Markdown, here’s a quick way ... Read More

Falsehoods Programmers Believe About Identities

2020-11-15 tips-and-tricks

A few years ago I read Falsehoods programmers believe about names and it kinda change my whole life as a coder. So many assumptions… so many fails… ... Read More

Let's do a matplotlibrc

2019-01-19 tips-and-tricks matplotlib

After some misadventures with matplotlib (misadventures due to the famous display errors, if you really need to know, if you don’t configure ... Read More