Saturday, July 27, 2019

Python: Anaconda vs. Miniconda vs. Virtualenv

Anaconda vs. Miniconda vs. Virtualenv – Deep Learning Garden

"Both Anaconda and Miniconda uses Conda as the package manager. The difference among Anaconda and Miniconda is that Miniconda only comes the package management system. So when you install it, there is just the management system and not coming with a bundle of pre-installed packages like Anaconda does. Once Conda is installed, you can then install whatever package you need from scratch along with any desired version of Python."

book: Python Machine Learning


Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow, 2nd Edition: Sebastian Raschka, Vahid Mirjalili: 9781787125933: Amazon.com: Books


Dr. Sebastian Raschka

rasbt/python-machine-learning-book-2nd-edition: The "Python Machine Learning (2nd edition)" book code repository and info resource
@GitHub

video @O'Reilly Learning
Python Machine Learning - Part 1