У нас вы можете посмотреть бесплатно Miniconda / Conda for Python - Environment and Package Management или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Conda is a command line tool geared towards Python developers that lets us manage environments and packages. Conda is very similar to PIP, Python’s default package manager, but it differs on two key points: 1. Conda can be used to install packages from other languages, not just Python 2. Conda contains environment management functionality, while pip does not Conda and pip are not mutually exclusive, and are often used in combination with one another, as is discussed in this video. Notes: https://codewithsusan.com/notes/conda... === LINKS === Download Miniconda: https://docs.anaconda.com/free/miniconda Conda packages: https://conda-forge.org PIP packages: https://pypi.org/project/pip === RELATED VIDEOS === • Getting started with Anaconda and Python o... • Git Bash - Simplest command line program f... === CHAPTERS === 00:00 Introduction 01:07 Download and install Miniconda 03:39 Windows install 05:42 Create an environment 06:51 Install Python and packages 09:10 Example program 10:40 Where to find Python packages 11:28 Environments recap