The Ultimate VS Code Setup for Data Science & AI (2024 Update)

preview_player
Показать описание

▶️ Get Started with ClickUp

🔗 Link to Document

⏱️ Timestamps
00:00 Introduction
02:30 Python Installation
03:09 Command Palette
04:07 Workspace Setup
06:37 Project Template
08:26 Virtual Environments
10:41 Installing Extensions
18:09 Auto Formatting
21:14 Jupyter Notebooks
22:26 Interactive Python
28:31 GitHub Integration

👋🏻 About Me
Hi there! I'm Dave, an AI Engineer and the founder of Datalumina. On this channel, I share practical coding tutorials to help you become better at building intelligent systems. If you're interested in that, consider subscribing!

#data #ai #vscode #python
Рекомендации по теме
Комментарии
Автор

im so lol - just got Linux Mint clean installed after quitting my full time job with 6 months of burn to prep for my first job in the space - was going to do some research on best set ups from square 1, as for the past year of learning, I created quite a mess of things with my machine. I'll take this as a fortunate sign I made the right choice!

littledaddi
Автор

I think, another step forward is developing inside a container with dev-container extension. This allows you to be ready for the deployment without any problem. If you have a library conflict issue, you could use poetry just to manage dependencies.

Aristocle
Автор

I can't thank you enough brother!!! I'm learning Data Science and this video is a blessing for me
(came after watching the 2022 video)

IftesumZami
Автор

Could use a python devcontainer to keep your host even cleaner. Also no need for conda or venv in that scenario.

andywatts
Автор

Great content! I did come back to VS Code after a while a couple of years using just Jupyter and loved the Interactive Python section. Nice job man

andresalbab
Автор

I am a beginner in VS code and till date I was not sure how to run the code bit by bit. Interactive python is a new beginning.

Ammarsays
Автор

Thank you so much for the video!
Jupyter notebook interactive window seems really helpful!!
Will check it out.

lakshman
Автор

This was so helpful! Can't wait to try the Jupyter interactive window

Ellie-ddzu
Автор

Before i even watch the whole thing, I'm sure I'm going to learn something new.

kakashisensie
Автор

this is just awesome, thanks! Could you please create a video on cursor IDE please?

paraconscious
Автор

I’m going to give the Jupyter Interactive Window a shot for my next few projects to see if I can get used to it. It would be nice to stick to a single file type for AI applications and module management.

UnsuperviseBias
Автор

thanks for share
how do you deal with large dataframe?
how do tou style in vscode the dataframe and display result?

maloukemallouke
Автор

I struggle to duplicate your clickup doc to my own clickup account, thanks

danil
Автор

thank you for this video. Quick question: If vs code for mac won't be supported further from Aug-31-2024, what could be alternatives for mac vs code users?

KwangWooKo-ri
Автор

Thanks for all the great content you post! what happened to the black formatter?

gopalakrishnaiahponnuru
Автор

can you run async code from interactive python?

daspradeep
Автор

I'm looking for a way to run my code from VSCode in the cloud, without relying on my local computer's resources. Are there any options that would allow me to do this?

paulelliotco