Anaconda – A new way of Python leveraging conda

I have been used to the Virtualenv and pip for quite a while. Recently I have found Anaconda which is a new way of Pythoning. It leverages conda which combines pip and Virualenv functionalities. And it includes conda, its dependencies, Python, Jupyter and etc.

Anaconda

Continue reading