Pipenv run vs Pipenv shell

Pipenv has a run and shell, but which one should I use ? That's the same question I've asked myself yesterday. Check out my brief summary about this!

more ...


Your coding timer with Wakatime

Have you ever wonder how much time you spend on your IDE and focused work like programming/writing code? Today I'm going to check if wakatime is solution to find that!

more ...

Python snippets in Vim with Ultisnips

Snippets in all type of editors are very usefull beings that every bloger/programmer should start using. Especially if using ViM. Check out Ultisnips solution that supports it!

more ...