Ciao 👋

FYI: I’m Ernesto Arbitrio. This is my personal blog focused on software and 🐍 coding.


 

Create your custom interactive shell with python 🐍

It can happen that, sometimes, you need a CLI for you application, and maybe could be nice to have a custom interactive shell with command completion and history.

Read more

Understanding and use python virtualenvs from Data Scientist perspective

A Virtual Environment is a real good way to keep the dependencies required by different projects in separate places, by creating virtual Python environments for each of them.

Read more