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!
from watching your first video set up a few months ago to seeing this new one video, really good stuff, thanks for pushing out the helpful content! 5 months into data science journy :)
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.
great tips! In interactive mode you can also use jupyter cell sepperators "# %%" to group code in cells, hitting Shift+Enter inside such group would run this cell without nead to select code every time
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.
Thank you very much! I tried it and it works just like the R language. Now I can learn Python in a more comfortable and familiar way. Could you make another tutorial to handle Javascript in this way? I am dedicated to Reporting and I frequently use Javascript for reactive tables, and to send reports that do not require a backend.
Hiya, I really enjoyed this and it helped me a lot along my journey, but I have one question. For the default files that you used in your demo-project, where could I access that?
Great tutorial, Dave, but I got confused on one thing... Is there a preferable order to create workspace and virtual environments? Which one should I create first? Or it doesn't matter?
hey, love your setup! For some reason when I select multiple lines and press shift-enter it now only send 1 line to jupyter notebook. It used to run all of them. Any idea what might have gone wrong?
I am using two systems. I am interested in using VS code. How to setup virtual environment in a pen drive so that I can access my files on both systems without transferring them every time.? Is there any other way that I can use VS code in two systems but my virtual environment and files can be synced simultaneously or can it be done only using pen drive? Can you make a video of it or guide me how to do it?
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?
Hello , Please do reply. I am using VSCODE in darkmode theme. I wanted to Export the code as PDF in dark mode itself. How can i do it ? The Export of PDF is only working as light mode only and NO dark mode there.
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?
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!
i am diving into data science, this setup helped me for a great kick start
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)
Hi
Can I start data science directly?
Or should I do first data analyst
from watching your first video set up a few months ago to seeing this new one video, really good stuff, thanks for pushing out the helpful content! 5 months into data science journy :)
Great video, helped me to improve my python setup a lot, thanks for sharing!
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.
or may be uv
@deepak5074 yes. Now I'm using uv , for docker too
Hey Dave, I had already followed your previous setup version a few month back and loved it, but this time Ruff, life changer. Thank you
I know right! Thanks!
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
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.
This was so helpful! Can't wait to try the Jupyter interactive window
It's awesome
VS code fully setup 😎 Thanks!
when you say vscode, i hear fiesco.
"Tell fiesco one more time!" XD
Thank you so much for the video!
Jupyter notebook interactive window seems really helpful!!
Will check it out.
This python interactive window tip is splendid :)
Got a load of value out of this - thanks!
Thank you for your video. It was a clear explanation!
Wow! Golden Content Dave 👏
Thanks great video please more videos on how to build advanced ai using vscode and python
Before i even watch the whole thing, I'm sure I'm going to learn something new.
Thank you, it was a great lesson!
great tips! In interactive mode you can also use jupyter cell sepperators "# %%" to group code in cells, hitting Shift+Enter inside such group would run this cell without nead to select code every time
Thank you so much. This was a fantastic tutorial.
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.
You won't regret it!
Thank you very much! I tried it and it works just like the R language. Now I can learn Python in a more comfortable and familiar way. Could you make another tutorial to handle Javascript in this way? I am dedicated to Reporting and I frequently use Javascript for reactive tables, and to send reports that do not require a backend.
wow, that was extremely helpful, thank you so much!
You're very welcome!
Greate tutorial!!
Diamond 💎 - thank you.
Awesome 👍
Could use a python devcontainer to keep your host even cleaner. Also no need for conda or venv in that scenario.
Thanks for all the great content you post! what happened to the black formatter?
Thanks! Black's still great, but I like how Ruff also provides linting and it's supposed to be faster.
Great video please how do i create advance ai using Python and vscode i need it for a job project interview
jupyter lab vs vs code for data science, which is better 🤔
Hiya,
I really enjoyed this and it helped me a lot along my journey, but I have one question. For the default files that you used in your demo-project, where could I access that?
Great tutorial, Dave, but I got confused on one thing... Is there a preferable order to create workspace and virtual environments? Which one should I create first? Or it doesn't matter?
It doesn't matter
Thankyou
the link to the doc is currently broken.
can you post a new one?
great work, thank you.
datalumina.clickup.com/docs/9015213037/d/h/8cnjezd-17675/ddd52c673443975
Where your github link for demo project ?
can you make a video with uv jupyter or whatever you are doing
I struggle to duplicate your clickup doc to my own clickup account, thanks
git graph extension is also awsome
Thanks, will check it out!
Have you got any preferred formatter for Jupyter notebooks? Thank you.
hey, love your setup! For some reason when I select multiple lines and press shift-enter it now only send 1 line to jupyter notebook. It used to run all of them. Any idea what might have gone wrong?
thanks for share
how do you deal with large dataframe?
how do tou style in vscode the dataframe and display result?
You forget to say thats its possible run a cell in interactive mode.
Do you set your default formatter to something more generic in settings when you have 'Ruff' as your python default in settings.json?
I am using two systems. I am interested in using VS code. How to setup virtual environment in a pen drive so that I can access my files on both systems without transferring them every time.? Is there any other way that I can use VS code in two systems but my virtual environment and files can be synced simultaneously or can it be done only using pen drive? Can you make a video of it or guide me how to do it?
How are you showing the green git repo dots in your Mac Finder?
I like the way your file system icons get iconized (8:13). How do you do that? Thank you.
You answered at 15:40. :)
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?
The video is about VS code. Visual Studio is different to Visual Studio Code. Support for former ends, not latter. Confusing I know :)
can you run async code from interactive python?
Hello , Please do reply.
I am using VSCODE in darkmode theme. I wanted to Export the code as PDF in dark mode itself. How can i do it ?
The Export of PDF is only working as light mode only and NO dark mode there.
this is just awesome, thanks! Could you please create a video on cursor IDE please?
Just did - check my channel!
I didn´t know that Logan Paul is a data scientist as well.
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?
Linode?
it would be nice if he didn't skip all the details like how do I get in the desired folder in the terminal before doing the git clone command?
Aider? Codeium? Cursor?
i love you chabon
test
Or just use Spyder