Hi Luke, I recently completed a 6 month data analytics bootcamp and have since been trying to incorporate what I've learned into my work. However, I've been struggling with foundational concepts such as setting up a proper working environment. I just came across your python setup series and it has been super helpful and was exactly what I was looking for. I look forward to watching more of your videos!
As an FPGA engineer, I've been enjoying and learning a lot from your content lately. You make data science fun and doable. I really hope to see this channel reaches greater number of audience. Cheers!
Aw my dude, thanks so much for leaving this comment! It really helps motivate me to put out more content. I'm more happy that you're getting value out of my tutorials, stay tuned for this channels journey!
great series, really helped me understand how to use virtual environments with anaconda and how to use jupyter notebooks within VSCode. Loved the visuals as well
All I can say is thank God for these series of videos. But I honestly can't believe that well into the 21st century, you can't just open the program and start coding. It's like having to walk 5 miles to draw water from a well to take home just to make a cup of tea. Anyway, really appreciate the content, many thanks.
Hello friend! I’m student of data science, and use python and R language. I’m from Brazil and followed in your channel, and in your personal site too. Congrats for your explanation! The better was R versus Python!
hi luke, many thanks for this useful series, it's my first steps in python word, i have a lot of data in my daily jobs and hope use python to make daily task more easier and go further in my analysis
Hi Luke thanks a lot. I'm wonder how can I do to put everything (the conda enviroment with the packages) into my project folder. I mean, if I want to send my project to someone to execute it in his computer ¿what is the best way to do this? thank you!
hello luke nice to know you, your video is very good for me who is newbie in statistics. I'd like to ask if you don't use tools like SPSS, Minitab, SAS, or R to process the data as a data analyst. Thank you
If you still cannot get Pylint to work after installing and reloading your environment, add the code below to the your user settings.json file... ctrl + shift + p Select settings.json "python.linting.enabled": true, "python.linting.pylintEnabled": true, "python.linting.pylintUseMinimalCheckers": false,
Hi, Luke! Great video! Thank you! What language server do you use? I have default server(Pylance) and in the case of error I get two error messages: one by Pylance and the second by Pylint. How to use only Pylint? Also, using Pylance Ianguage server I get autosuggestions, bit have no snippets, so I need tot type everything by hand. How can I fix it?
Congratulations on the channel! I have a question, how do you set up the terminal like yours, when you start typing it autocompletes and suggests you how to finish the script, in light gray? Currently it only works for me by pressing e tab, but not always. I have a mac. Thanks!
Question - I am inputting in the terminal 'conda install pandas' and the command runs through and says all packages are installed. Yet, when I run the code in jupyter, I still get "no module named panas"
Correct. different projects will have different package needs... you will eventually run into package conflicts if you run all projects from one envirornment as over time packages update and change
Hi, Thank you for the video and your efforts. I am new to python and VS code... I didn't quiet understand the virtual environment and conda part. Is there a video you recommend me watching? thanks
Hi Zakeya, Thanks so much for the kind words!! Congrats on starting this journey. If you want to learn more about venv and conda check out this video: ua-cam.com/video/qI0uJsLweoM/v-deo.html Additionally, this video is part of a serious that may be beneficial for you to check out: ua-cam.com/play/PL_CkpxkuPiT9udgCeqZpS4HKF6uIzra3r.html
The video has been really helpful. Your efforts are much appreciated. Question: When I try to export the jupyter notebook to pdf in vs code, it always shows an error "Export failed, please check jupyter output panel for further details". I am new to programming and data science & I can't figure out the solution to this problem. Can you help?
I'm not to sure on this one. I highly recommend googling your error as this usually results in some forums that discuss the area. Doing a quick search I found this issue report that may be related: github.com/microsoft/vscode-jupyter/issues/710
Hi Luke, thanks for these awesome series. One thing I don't understand though, where is the best place to keep the created virtual environment files/ folder (containing packages and libraries) in relation to your project folder or it doesn't really matter? From your example the virtual environment stuffs were created and kept outside projectexample folder, no? Or perhaps I don't need to worry about this at all? A bit confusing when you start playing with venv, virtualenv, conda and they all create their virtual environment folder all over the places :)
Hi Luke! I am used to work with R and markdown which has similar code cells and the output below them, however, in R+markdown I can run just the line where my cursor is on even if it is in a code cell using CMD + Enter, instead of the whole code cell. Is there some way I can do that in Jupyter notebooks? I searched a bit and someone suggested I should install a debugger since that is what it is called but I still have no luck in doing this. Interesting videos, keep up the good work!
I don't think that this is possible in Jupyter notebooks... although I may be wrong. I do remember this being in the R functionality, but after switching over to Python, I've never found a need to only run a single line (vice the cell)
I have a question, when I use jupyter the syntax colours are like dark blue for keywords and operators, dark red for strings,etc. Which is undreadable in dark mode, how can I fix that.
@@LukeBarousse alright thanks, just found out the reason was because Linux version of the app doesn't automatically adjust the syntax colours for the themes
When i import pandas i always get an error that the module is not recognized.. I want to note that i already installed anaconda and the pandas module but i get the same error. I would appreciate a lot some help
You need to ensure that your jupyter notebook (or python file) is operating in the same anaconda environment that you installed pandas within. If you're not in this environment it will tell you that the module isn't available.
Hi Luke, I recently completed a 6 month data analytics bootcamp and have since been trying to incorporate what I've learned into my work. However, I've been struggling with foundational concepts such as setting up a proper working environment. I just came across your python setup series and it has been super helpful and was exactly what I was looking for. I look forward to watching more of your videos!
As an FPGA engineer, I've been enjoying and learning a lot from your content lately. You make data science fun and doable. I really hope to see this channel reaches greater number of audience. Cheers!
Aw my dude, thanks so much for leaving this comment! It really helps motivate me to put out more content. I'm more happy that you're getting value out of my tutorials, stay tuned for this channels journey!
Thank you so much, i start leanr DA and try to set up the vscode for my studying journey, this series is a killer. love
great series, really helped me understand how to use virtual environments with anaconda and how to use jupyter notebooks within VSCode. Loved the visuals as well
So glad you got use out of this Brian! Thanks for watching!
Thank you Luke, for the series. This has cleared up so much confusion with virtual environments
Great to hear Prasada!
All I can say is thank God for these series of videos. But I honestly can't believe that well into the 21st century, you can't just open the program and start coding. It's like having to walk 5 miles to draw water from a well to take home just to make a cup of tea. Anyway, really appreciate the content, many thanks.
I laughed reading this! 🤣 SO TRUE! Why do we make it so complex to get up and running with coding! But so glad you found my video useful!!
This was the series I needed to get started with Python 🙌
Hello friend! I’m student of data science, and use python and R language.
I’m from Brazil and followed in your channel, and in your personal site too.
Congrats for your explanation! The better was R versus Python!
Ha! Glad you liked my recent skit on R vs Python! Thanks for following along!
hi luke, many thanks for this useful series, it's my first steps in python word, i have a lot of data in my daily jobs and hope use python to make daily task more easier and go further in my analysis
Thanks this helped me set up my macbook for machine learning since i needed python. Your videos are very helpful
Glad I could help Modoulamin!
You made a difficult concept so much easier, thanks!
Heck yeah! Thanks for the kind words Dave! #EatBig #CodeBigger
This video was really helpful, your explanations were clear and easy to follow. Thank you very much!
Victor, thank you so much for this, I appreciate the kind words!!
I really enjoyed this video series, your efforts are much appreciated.
Thank you very much, Ahmed!
this video is gold!! Thank you!!!
Heck yeah! Thanks for this Pablo!
This is amazing. I dont use VSCode before, the adds on is kinda awesome.
Thanks Aditya!! Appreciate it. For being a free software its crazy what you get included with it (and the add-ons).
In the jupyter notebook, how do you get the cell highlighted with the thick blue line ? Is this also an extension?
Thank you so much. Very informative
thanks for the information, really helpful
Heck yeah! So glad you found it informative!!
Hi Luke thanks a lot. I'm wonder how can I do to put everything (the conda enviroment with the packages) into my project folder. I mean, if I want to send my project to someone to execute it in his computer ¿what is the best way to do this? thank you!
Thanks luke it was wonderful
Awe thanks my dude!! Appreciate it!
Really useful, thank you!
Thanks, Alex! Appreciate the kind word. 🤙🏼
I have one question. I can run Jupyter Notebooks in VSCode but the layout is too different. How can I get that one?
Thanks very useful video!
Glad it was helpful!
hello luke nice to know you, your video is very good for me who is newbie in statistics.
I'd like to ask if you don't use tools like SPSS, Minitab, SAS, or R to process the data as a data analyst. Thank you
Yeah I'm a fan of SAS and R
If you still cannot get Pylint to work after installing and reloading your environment, add the code below to the your user settings.json file...
ctrl + shift + p
Select settings.json
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.pylintUseMinimalCheckers": false,
Awesome! Thanks for sharing this Colt!!!
Hi, Luke! Great video! Thank you!
What language server do you use? I have default server(Pylance) and in the case of error I get two error messages: one by Pylance and the second by Pylint. How to use only Pylint?
Also, using Pylance Ianguage server I get autosuggestions, bit have no snippets, so I need tot type everything by hand. How can I fix it?
Hi Luke! Can we use the same process you explained on the video to create a virtual environment for a jupyter notebook?
Yes and you can run jupyter notebooks in VS code... it's actually my preferred method
very nice tutorial Thanks
Thanks Mutuku! I appreciate the kind words my friend!
thank you !
Congratulations on the channel! I have a question, how do you set up the terminal like yours, when you start typing it autocompletes and suggests you how to finish the script, in light gray?
Currently it only works for me by pressing e tab, but not always.
I have a mac. Thanks!
I use zsh as my shell, so I installed autosuggestion. Here is the link to the install page: github.com/zsh-users/zsh-autosuggestions
@@LukeBarousse How do we install it? I'm super lost
@@rodrigodemarchi1184 I don't have a video on installing this unfortunately... but I think there a lot of good videos on UA-cam that can help you
Great video! Thank you!
15:32 is that control + option + N on Mac?
Yeah! That what I ran this on.
Question - I am inputting in the terminal 'conda install pandas' and the command runs through and says all packages are installed. Yet, when I run the code in jupyter, I still get "no module named panas"
It sounds like you are not in the right environment; mainly the terminal environment and the jupyter notebook environment are not the same
Why do you suggest creating a new environment for each new project? Does that mean that you have to install special packages again in that new env?
Correct. different projects will have different package needs... you will eventually run into package conflicts if you run all projects from one envirornment as over time packages update and change
Hi, Thank you for the video and your efforts. I am new to python and VS code... I didn't quiet understand the virtual environment and conda part. Is there a video you recommend me watching? thanks
Hi Zakeya, Thanks so much for the kind words!! Congrats on starting this journey. If you want to learn more about venv and conda check out this video: ua-cam.com/video/qI0uJsLweoM/v-deo.html
Additionally, this video is part of a serious that may be beneficial for you to check out: ua-cam.com/play/PL_CkpxkuPiT9udgCeqZpS4HKF6uIzra3r.html
The video has been really helpful. Your efforts are much appreciated.
Question: When I try to export the jupyter notebook to pdf in vs code, it always shows an error "Export failed, please check jupyter output panel for further details". I am new to programming and data science & I can't figure out the solution to this problem. Can you help?
I'm not to sure on this one. I highly recommend googling your error as this usually results in some forums that discuss the area. Doing a quick search I found this issue report that may be related: github.com/microsoft/vscode-jupyter/issues/710
Hi Luke, thanks for these awesome series. One thing I don't understand though, where is the best place to keep the created virtual environment files/ folder (containing packages and libraries) in relation to your project folder or it doesn't really matter? From your example the virtual environment stuffs were created and kept outside projectexample folder, no? Or perhaps I don't need to worry about this at all? A bit confusing when you start playing with venv, virtualenv, conda and they all create their virtual environment folder all over the places :)
Anaconda stores them in their own directory or folder... You don't choose, so it's not something I really have to worry about.
Cool - thanks!
Thanks peter!!
Hi Luke! I am used to work with R and markdown which has similar code cells and the output below them, however, in R+markdown I can run just the line where my cursor is on even if it is in a code cell using CMD + Enter, instead of the whole code cell. Is there some way I can do that in Jupyter notebooks? I searched a bit and someone suggested I should install a debugger since that is what it is called but I still have no luck in doing this.
Interesting videos, keep up the good work!
I don't think that this is possible in Jupyter notebooks... although I may be wrong. I do remember this being in the R functionality, but after switching over to Python, I've never found a need to only run a single line (vice the cell)
@@LukeBarousse Thank you for answering!
I have a question, when I use jupyter the syntax colours are like dark blue for keywords and operators, dark red for strings,etc. Which is undreadable in dark mode, how can I fix that.
I'm actually not to sure on this. It's most likely able to change but would have to google it.
@@LukeBarousse alright thanks, just found out the reason was because Linux version of the app doesn't automatically adjust the syntax colours for the themes
when i get really good at python, ill get a set of shirts and pants ALL of the same color and style!
When i import pandas i always get an error that the module is not recognized.. I want to note that i already installed anaconda and the pandas module but i get the same error. I would appreciate a lot some help
You need to ensure that your jupyter notebook (or python file) is operating in the same anaconda environment that you installed pandas within. If you're not in this environment it will tell you that the module isn't available.
We need make a video about making graphs and pie chart😂using visual code with python
what about Spyder?
I think Spyder is a great IDE, but I perfer VS Code as I routinely work with other languages and VS code seems better for this
LIKE
thanks!
the guy kinda looks like a fraternity version of Donald Trump
😂🤣