Setting up ML Environment with Anaconda
Nowadays Python is powerful language for machine learning engineers and scientists. But you may have some troubles with PIP, because you should install manually specific version of each library. That's why you have to use Anaconda. Anaconda is a package manager for Python like PIP, but it offers automated version-and-dependencies management service.