Anaconda and Visual Studio Code Setup

  Рет қаралды 68,915

Philipp Dominic Siedler

Philipp Dominic Siedler

Күн бұрын

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
Anaconda (www.anaconda.com/)
Visual Studio Code (code.visualstudio.com/)
Generic VS Code Extensions
Ayu Mirage Theme (marketplace.visualstudio.com/...)
Git Graph (marketplace.visualstudio.com/...)
Live Share (marketplace.visualstudio.com/...)
Material Icon Theme (marketplace.visualstudio.com/...)
Prettier (marketplace.visualstudio.com/...)
Rainbow Brackets 2 (marketplace.visualstudio.com/...)
Todo Tree (marketplace.visualstudio.com/...)
GitLense (marketplace.visualstudio.com/...)
Python VS Code Extensions
Python (marketplace.visualstudio.com/...)
Black Formatter (marketplace.visualstudio.com/...)
Jupyter (marketplace.visualstudio.com/...)

Пікірлер: 27
@15thMonkey
@15thMonkey 8 ай бұрын
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?
@hughdidit
@hughdidit 9 ай бұрын
Thank you for this setup video. You answered so many questions that I had so much trouble finding answers to.
@PhilippDominicSiedler
@PhilippDominicSiedler 9 ай бұрын
Glad this is helpful!
@sadiajame3015
@sadiajame3015 10 ай бұрын
This is helpful, however, I was expecting more about using conda's related stuffs in vscode as your video title.
@PhilippDominicSiedler
@PhilippDominicSiedler 10 ай бұрын
Thanks for your feedback!
@malikkhan4823
@malikkhan4823 5 ай бұрын
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?
@gireeswar18
@gireeswar18 3 ай бұрын
Bro you are a life saver ❤
@dirt5506
@dirt5506 Ай бұрын
Thanks, greetings from Russia
@raheemaslam6748
@raheemaslam6748 Ай бұрын
Thanks Bro, you saved a lot of time.
@dwaipayandas7763
@dwaipayandas7763 3 ай бұрын
Hey one question, how did you get the VS Code launch option in your Anaconda Navigator. Was VS code preinstalled in your system?
@peaceandlovenz
@peaceandlovenz Ай бұрын
This is exactly what I’m after too. Have you been successful?
@marktekk4982
@marktekk4982 6 ай бұрын
why did you install vs code separately when it's already integrated into anaconda by default ?
@peaceandlovenz
@peaceandlovenz Ай бұрын
When I installed anaconda it did not come with vs integration. This is what I’m searching for, a way to install it to my anaconda navigator…
@Komma2025
@Komma2025 8 ай бұрын
I got completely lost at setting up the python interpreter with Anaconda. 30 minutes on extensions and 5 seconds on the most important part
@PhilippDominicSiedler
@PhilippDominicSiedler 6 ай бұрын
What do you mean by lost? Installation of python is straight forward, essentially: next, next, next ..
@izainonline
@izainonline 9 ай бұрын
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
@PhilippDominicSiedler
@PhilippDominicSiedler 9 ай бұрын
I don’t think so: „Microsoft ended support and is no longer providing security updates for Windows 7, Windows 8, and Windows 8.1“
@izainonline
@izainonline 9 ай бұрын
@@PhilippDominicSiedler I know but from older version if this is editor why I'm unable to run code
@PhilippDominicSiedler
@PhilippDominicSiedler 9 ай бұрын
What’s the error?
@izainonline
@izainonline 9 ай бұрын
@@PhilippDominicSiedler Sir inno_updater.exe
@izainonline
@izainonline 9 ай бұрын
Also it is showing to update installation and then system get very slow and freezes down
@dehkos4490
@dehkos4490 6 ай бұрын
THANK YOU SO FUCKING MUCH
@PhilippDominicSiedler
@PhilippDominicSiedler 6 ай бұрын
LOL
@romanstirskyi
@romanstirskyi 4 ай бұрын
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
@sanjuhyacinth
@sanjuhyacinth Ай бұрын
I guess this is normal. I got the same thing yet I was able to execute all that he did
@ExistentialGojora
@ExistentialGojora 3 ай бұрын
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.
@matthewalexander862
@matthewalexander862 Ай бұрын
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
How to Set up VS Code for Data Science & AI
22:53
Dave Ebbelaar
Рет қаралды 286 М.
How to Setup Your Python Environment (With VSCode & Anaconda)
11:31
Looks realistic #tiktok
00:22
Анастасия Тарасова
Рет қаралды 104 МЛН
Sigma Kid Hair #funny #sigma #comedy
00:33
CRAZY GREAPA
Рет қаралды 30 МЛН
Anaconda (Conda) for Python - What & Why?
26:10
Academind
Рет қаралды 223 М.
Python for AI #1: Dev Environment Setup
27:40
AssemblyAI
Рет қаралды 31 М.
My Python Development Environment Setup - Full Tutorial
20:39
Tech With Tim
Рет қаралды 213 М.
Don't use VSCode
35:31
PyCon South Africa
Рет қаралды 215 М.
12 VS Code Extensions to INCREASE Productivity 2024
27:13
Devression
Рет қаралды 588 М.
Python - The perfect setup with Miniconda and Visual Studio Code
7:58
Powerful VSCode Tips And Tricks For Python Development And Design
15:50
The Best VSCode Extensions 2024
9:29
Coding With Adam
Рет қаралды 307 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 388 М.