Getting started with Anaconda and Python on Windows

preview_player
Показать описание
How to download and install Anaconda on Windows, set up an environment using Conda, and run a Python program. Includes a tour of the Anaconda Navigator, working with Conda command line to create and manage environments, and an example Python script that uses outside packages.

Preface video:

Notes:

=== LINKS ===
git bash

Conda package repository

PIP package repository

=== CHAPTERS ===
00:00 Introduction
00:12 Download & Install
01:50 Anaconda Navigator
02:35 Environments
03:42 Working in command line with Conda
05:00 Command line via Git Bash
08:13 Managing environments with Conda
09:30 Install Python via Conda
11:13 Create an run a Python script
12:38 Python script with external packages
Рекомендации по теме
Комментарии
Автор

Thank you for this video. I had trouble getting gitbash to recognize the conda command, but I was able to fix it by creating and editing .bashrc in the home directory.

moonagesyndrome
Автор

This is very detailed, followed to the end and it works.
Thanks.

kiarieamos
Автор

Thanks a lot, Susan. It is really helpful.

debashreehalder
Автор

thanks a lot for the video but is there another way of doing all of that without using a command line(setting up envs, coding in vs and running the code), i am a beginner and i have found it slightly difficult?

mavis
Автор

Hello Susan, great tutorial! I am unable to successfully run a conda env in Git Bash. Can you assist?

chiedozieanazia
Автор

That is a very informative video. How would I use a csv file from my computer to run in the VSC?

karow
Автор

Hello. I have followed the video installs and sadly, I fall at the first hurdle using command line. The error message I get is: bash: conda: command not found. Can you shed any light on what I might have done wrong? Thank you!

LauraKing-vp
Автор

Thank you very much, excellent video. However, I wasn't able to run the "conda init bash" command. It displays:bash: conda: command not found

edwinespina
Автор

The demo.py script requesting the temperature at Cambridge didn't work. Running the script returns this in Git Bash-> line 31 print(f"Failed to retrieve the page. Status code: requests invalid syntax.

mikedelaflor