Getting started with Anaconda and Python on Windows

Поделиться
HTML-код
  • Опубликовано: 4 июл 2024
  • 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:
    • What is Anaconda for P...
    Notes:
    codewithsusan.com/notes/anaco...
    === LINKS ===
    git bash
    git-scm.com/downloads/win
    Conda package repository
    conda-forge.org
    PIP package repository
    pypi.org/project/pip
    === 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

Комментарии • 7

  • @kiarieamos
    @kiarieamos 29 дней назад

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

  • @user-uq4cj7xs1k
    @user-uq4cj7xs1k 8 дней назад

    When I type the cd command it I get this: /c/Users/dmitr/Desktop: No such file or directory
    It seems to think I'm in the Users/Dmitr folder... Anaconda seems to be doing that a lot for me. Jupyter can't access anything accept for this folder for example and I can't understand why.
    Followed the instructions exactly

  • @mikedelaflor
    @mikedelaflor 15 дней назад

    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: {response.status_code}")import requests ^^^^^^SyntaxError: invalid syntax.

  • @AnkeetKumar
    @AnkeetKumar 15 дней назад

    I had an issue with my WSL machine; whenever I typed wsl- it never started Linux (bash).
    I had to type source ~/.bashrc.
    I only faced this issue after I created envs using anaconda.
    Could anyone guide me? What was I doing wrong?

  • @Super_Mario_Poland_Nr_1
    @Super_Mario_Poland_Nr_1 2 месяца назад +1

    1st

  • @umarfaruq2196
    @umarfaruq2196 25 дней назад

    100% but i cant find the note???

    • @codewithsusan
      @codewithsusan  17 дней назад

      Notes linked in the description. Also, here you go: codewithsusan.com/notes/anaconda-usage-windows