Anaconda and Visual Studio Code Setup

preview_player
Показать описание
In this video, I will walk you through how I set up Visual Studio Code to develop python code with Anaconda virtual environment. We will install Visual Studio Code and Anaconda. In Visual Studio Code we will install some of my favourite extensions, install all dependencies for python development on Windows and execute a simple example of python code using the command line, interpreter and debugger within Visual Studio Code.

0:00 - Intro
0:13 - Anaconda
2:15 - Visual Studio Code
3:00 - Generic VS Code Extensions
3:20 - Ayu Mirage Theme
4:00 - Git Graph
4:20 - Live Share
4:45 - Material Icon Theme
5:00 - Prettier
5:15 - Rainbow Brackets 2
5:45 - Todo Tree
6:15 - GitLense
6:30 - Formatting
8:20 - Python
8:35 - Black Formatter
8:50 - Jupyter
9:00 - Execute code using CLI
11:00 - Execute code using Debugger in VS Code

Generic VS Code Extensions

Python VS Code Extensions
Рекомендации по теме
Комментарии
Автор

This is helpful, however, I was expecting more about using conda's related stuffs in vscode as your video title.

sadiajame
Автор

Thank you for this setup video. You answered so many questions that I had so much trouble finding answers to.

hughdidit
Автор

Thanks a lot for the video - I followed your steps and unfortunately, I'm stuck at the formatting part, as it doesn't show up in my settings ("python formatting" has no results). Do you have any suggestions where to find these settings?

thMonkey
Автор

I got completely lost at setting up the python interpreter with Anaconda. 30 minutes on extensions and 5 seconds on the most important part

Komma
Автор

That's great. Thank you very much. It's so clear and relaxing! Good job Guy's !!!

Codinkpurple
Автор

Anaconda comes with many modules related to data science.
Is there any way i can use conda modules in vs code or i have to download modules for vs code seperately?

malikkhan
Автор

Hey one question, how did you get the VS Code launch option in your Anaconda Navigator. Was VS code preinstalled in your system?

dwaipayandas
Автор

Ich hatte eigentlich erwartet, dass ein Lösungsweg gezeigt wird bei dem man den Jupiter Server einbindet

MadStark
Автор

Hi
Please tell me this is a normal answer?
I can't do it like You: pylint-venv pypi_0 pypi

(base) C:\Users\one>conda env list
# conda environments:
#
base * C:\Users\one\anaconda3


(base) C:\Users\one>conda list env
# packages in environment at C:\Users\one\anaconda3:
#
# Name Version Build Channel
pylint-venv 2.3.0 py311haa95532_0
python-dotenv 0.21.0 py311haa95532_0


Thank You for the help

romanstirskyi
Автор

why did you install vs code separately when it's already integrated into anaconda by default ?

marktekk
Автор

Love you to death, bro. But you have to speak clearly and don't mumble during the mundane parts. Your mic is picking up the room and your clickty keyboard louder than your voice. Looking forward to more projects.

ExistentialGojora
Автор

Hey, I think you have skipped some steps. The environment variables must be set up for conda and python if you want them to work on CMD otherwise it does not. I am very surprised that you've gotten an error when you used the anaconda interpreter (the base environment) since that is the place where you have the environment variables for conda and python.

P.S. I think this is the main reason why you have so many dislikes on this video

matthewalexander
Автор

I hit the 100th like button I'm stuck to troubleshoot.
Can I work on windows 8.1 as anaconda installed and older version of version studio.
Environment is creating but unable to run Vs code inno_update.exe coming

izainonline