Visual Studio Code (Windows) - Setting up a Python Development Environment and Complete Overview

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

Комментарии • 496

  • @coreyms
    @coreyms  5 лет назад +312

    Hey everybody. So this tutorial is a long one, but we cover just about anything you'd want to know about Python development within VSCode. Timestamps for topics in this tutorial:
    Installation - 1:13
    Python Extension - 5:48
    Switching Interpreters - 10:04
    Changing Color Themes - 12:35
    VSCode Settings - 16:16
    Set Default Python - 21:33
    Using Virtual Environments - 25:10
    IntelliSense - 29:45
    Code Formatting - 32:13
    Code Linting - 37:06
    Code Runner Extension - 39:42
    Git Integration - 47:44
    Use Different Terminal - 51:07
    Debugging - 58:45
    Unit Testing - 1:03:25
    Zen Mode - 1:09:55
    If I missed anything then just let me know. Hope you're all having a great week!

    • @tyaprak
      @tyaprak 5 лет назад +8

      Best youtuber for python. Thanks Corey.

    • @munish259272
      @munish259272 5 лет назад

      can you make a video on sys.exceptionhook and python traceback

    • @aaryandhakal6098
      @aaryandhakal6098 5 лет назад +1

      Please do a pycharm one. I recently shifted from vscode to pycharm and now i am not sure how the workflow goes or how to make the editor environment more productive. Thanks .

    • @WOWDarkesty
      @WOWDarkesty 5 лет назад

      Thanks for the great video. Only thing i found a issue was the max-line formatting, but maybe that is just preference.. 80 for me was abit to little. if anyone else has that problem, since we are using formatting black add this
      "python.formatting.blackArgs": [
      "--max-line-length=120"
      ],
      "editor.rulers": [
      120
      ],

    • @munish259272
      @munish259272 5 лет назад

      @@WOWDarkesty Yes, that is an annoying problem so i stopped using black instead if use yapf

  • @mehmeteminkrgn4108
    @mehmeteminkrgn4108 4 года назад +192

    This man makes the best tutorials ever.

    • @AFuller2020
      @AFuller2020 2 года назад +1

      2 much talking, sorry.

  • @scuti7073
    @scuti7073 2 года назад +30

    This was the most impeccable tutorial ever. As a beginner, I’ve been always intimated by vscode with all the settings and all the errors that pop up. This cleared up all my doubts. I sincerely thank you for your selfless contributions to the public.

  • @brock2k1
    @brock2k1 4 года назад +31

    I love everything about this tutorial. No stupid music, large font on his terminal, and great information, especially about useful setup details that are hard to find without someone showing you. Who would have thought there were extensions to change the folder symbols?

  • @Hacking-NASSA-with-HTML
    @Hacking-NASSA-with-HTML 3 года назад +4

    💖 Great work, Corey! 👍 Big Thanks!!! 💖
    How to upload an existing project to Github 47:56 and 56:28
    Setting .gitignore file 49:30
    How to format document: 32:44 Shift+Alt+F

  • @Shakeel714
    @Shakeel714 4 года назад +3

    Thanks Corey Schafer for the most comprehensive explanation for setting up VS Code on windows. Never saw such an easy-to-understand video on RUclips. Indeed you are the best teacher for aspiring web developers around the globe. God bless you.

  • @supermalavox
    @supermalavox 2 года назад +3

    What I liked about VS Code is the accessibility support put into it. It is very screen reader-friendly, which is very interesting for blind/visually-impaired programmers of any level!
    Great work on your video as well!

  • @mintymintfresh
    @mintymintfresh 2 года назад +2

    Corey is the best python tutor. The reason i have become good in python over the years is because his wonder tutorials.. specially the ones on flask, classes and objects etc ... thanks a ton and always grateful.

  • @bryanmedina9808
    @bryanmedina9808 3 года назад

    I clicked on this video expecting to only skim through it and focus on one section I was having trouble with. I ended up watching every second of it. Thank you, thank you, thank you!

    • @codingisgreat1187
      @codingisgreat1187 3 года назад

      Please go to this link and subscribe if you like watching Coding videos.
      (NOTE- Subscribe only if you love coding, especially Python 3)
      Link-ruclips.net/channel/UC9n1st3cSVeu3sQpbRbyEyQ

  • @chimadivine7715
    @chimadivine7715 5 лет назад +18

    Thank you. U know, one thing is knowing how to code and another thing is to know how to set-up the environment. I'm currently having problems using Atom & sublime editors for python. VS is actually great! Thanks again

  • @1OJosh
    @1OJosh 4 года назад +3

    This is the best VScode how to video ever. He even covered git and debug. Everything he showed us here will help setup VScode for any language with a little googling for specific stuff related to the language. Subscribed forever!

  • @quyenscc
    @quyenscc 2 года назад

    You really saved my life. I have been struggling finding a debug tool for my python project for months. I have tried IDLE, Pycharm, VSCode, .. but my limited knowledge couldn’t help me solve difficulties when dealing with these tools. There are many challenges involves path, node, shell,.. which keeping me from running the debug features. I was very desperate and hey, I found your video. Even though now the VSCode doesn’t look exactly the same as when you took this video, but most of the instructions are still applied. Again, sincere thanks for your great video. You are my hero.

  • @re.liable
    @re.liable 4 года назад +6

    This is nice. This channel is one of my favorites that is related to Python. I've only coded for a relatively short period but I've always done it in IDLE 😂 Now I want to try VSCode and seeing this just made me so happy lol

  • @Skypriv
    @Skypriv 5 лет назад +3

    You're actually a life saver. I've been hit with more frustration than I can handle with trying to find information on all of this. I finally found this video. THANK YOU.

  • @sung1
    @sung1 5 лет назад +3

    Hands down the best python tutorial videos on the internet

  • @user-pt4vn5hr2z
    @user-pt4vn5hr2z 5 лет назад +2

    people like you make life easier for beginners, thank you

  • @ramarao_amara
    @ramarao_amara 4 года назад +2

    its been using VSCode for many months , but these settings helped me a lot , thanks man ! , you are one of the great tutor on youtube !

  • @erg8311
    @erg8311 5 лет назад +4

    Thank you for the excellent video. When I started using it, the integrated python interactive / jupyter functionality was a massive game changer on how I develop. Jupyter was always missing debug, unit testing, github, intellisense and other advanced features. Now vscode combines the two worlds. I think you would positively impact many devs if you make a video on this functionality of vscode.

  • @8koi139
    @8koi139 3 года назад

    I was so confused because I couldn't run any code yesterday, 10min in and now I can... THANKS YOU

  • @dmurphydrtc
    @dmurphydrtc 5 лет назад +6

    Corey...just started using VSC and your tutorial is fantastic. Well done, love your work.

  • @user-gr5ss3td3h
    @user-gr5ss3td3h 5 лет назад +3

    Absolutely great video! Just started learn python from scratch and choose VS code as IDE and your video gave me a great push ahead! thank you Corey!

  • @1879heikkisorsa
    @1879heikkisorsa 5 лет назад +28

    Great intro to VSCode. Suggestions: Another video on debugging in VSCode for Django (like your Django Project) would be interesting. Also one on how to implement meaningful unit tests for the Django Project would be interesting.

  • @catharsis222
    @catharsis222 5 лет назад +3

    This video saved me. I feel like i searched for vscode python at the right time

  • @Ben-kz2km
    @Ben-kz2km 4 года назад +1

    Just commenting to tell you that I really appreciate the large fonts etc.
    I have watched too many videos where people simply recorded their screen at insane resolutions where you couldn't read anything. Thanks for thinking about your viewers experience. :)

  • @sajjadhossan7972
    @sajjadhossan7972 4 года назад

    This the best tutorial on vscode I've ever seen. Not only this one all of your tutorials are the ever best one, no matter how long or short it is!

  • @marufbepary100
    @marufbepary100 3 года назад

    I already have VSCode set up fully for Python and Java and I'm still watching this video to learn something new,

  • @khaled.aldajani
    @khaled.aldajani 5 лет назад +3

    Yes! you finally switched to VSC can't wait to see you using it in future tutorials

  • @wolfisraging
    @wolfisraging 4 года назад +5

    The best vs code setup by far, thanks a ton

  • @gamestv4875
    @gamestv4875 4 года назад +6

    This tutorial uncovered a lot of powerful features which I never knew of.
    Nice tutorial Corey.

  • @garrybeck216
    @garrybeck216 4 года назад +3

    Thanks for this Corey, I've moved over from using Sublime Text 3 to Visual Studio Code. This video has really helped.

  • @shanebauman6555
    @shanebauman6555 4 года назад +2

    Thanks so much for making your UI so large. It really helps when I'm either watching on my phone or have RUclips split on only half my monitor

  • @abidvu2472
    @abidvu2472 3 года назад

    Simple, straight to the point, and the voice is full of energy. Love your videos!

  • @gaworecki-udacitydsnd4740
    @gaworecki-udacitydsnd4740 4 года назад

    Really great video for someone brand new to VSC. Every step was explained thoroughly and clearly. And every additional piece that would be needed to get VCS set up to be productive with it asap was explained as well. I really appreciate you.

  • @angry-biscuit
    @angry-biscuit 5 лет назад +3

    Now this is what quality content means

  • @miqueldespuig
    @miqueldespuig 2 года назад

    Best VSCode Setup video for begginers I've seen so far. You got a subscriber here Corey! ;-P

  • @skf957
    @skf957 Год назад

    Superb tutorial. Watched it once all the way through. Then again stepping back and forth to my VSC session. No doubt I'll be referring back to this. Thank you for posting.

  • @Ms.Robot.
    @Ms.Robot. 4 года назад +4

    I know why I recently subscribed to you:
    BECAUSE: you are sooo goood.

  • @PankajTiwarioist
    @PankajTiwarioist 5 лет назад +1

    Great Video. I finally opened VSCode and started Python.

  • @johnhillescobar
    @johnhillescobar Год назад

    @Corey Your tutorials are the best of the best. I miss you producing more tutorials.

  • @eanderson6473
    @eanderson6473 5 лет назад +1

    Perfect, provides a very wide and practical guide to coding in python with VSCode. Thanks!

  • @xSupasx
    @xSupasx 5 лет назад +7

    Man your tutorials just rock. Thank you very much

  • @void_invoker
    @void_invoker 5 лет назад +9

    This is just amazing!
    Thanks, Corey! Your work is very much appreciated.

  • @rubenk2893
    @rubenk2893 3 года назад +1

    Corey: I am migrating to VScode from sublime.
    Also Corey: Makes VScode looks and works like sublime :)

  • @franciscoabusleme9085
    @franciscoabusleme9085 4 года назад

    By far my favourite programming channel...so well delivered, and you pick very nice topics. Congratulations, you are one of a kind

  • @hyper8547
    @hyper8547 3 года назад +1

    You should have an award for your explanation of complex concepts to babies like us!

  • @smjure
    @smjure 5 лет назад +5

    Great video. Some thorough debugging of Python code in VScode is sth we would look forward to see from you :)

  • @zebsolaria4763
    @zebsolaria4763 3 года назад

    Best intro vs code ever... loved it.

  • @nicholasametefedzabeng9125
    @nicholasametefedzabeng9125 10 месяцев назад

    This tutorial is one of the best I have ever viewed. Keep it up,
    Snr.

  • @harirasamir2436
    @harirasamir2436 4 года назад

    I've just start learning Python and I have a chance to find this "Magnifique" (Belgium expression) Tuto. Many thanks for this good, detailed and practical tutorial. Again thx

  • @yuchen3731
    @yuchen3731 3 года назад

    This video literally saves me after a number of useless webs!!!appreciate it so much

  • @delt19
    @delt19 4 года назад +6

    Thank you for this walk through. I'm an R user that wants to start learning Python. I was looking for an IDE that's comparable to phenomal R Studio and it looks like VS Code comes pretty close to it. Curios to see all the content your channel has to offer for new Python users.

    • @nikilkvn
      @nikilkvn 4 года назад

      hey did you check spyder?

    • @xiaoranmo7308
      @xiaoranmo7308 4 года назад +1

      R studio can be python ide too

    • @fsaldan1
      @fsaldan1 2 года назад

      PyCharm is another good alternative. The Cmmunity Edition is free. The Professional Edition is superior to Spyder in my opinion but costs $200 for the first year while Spyder is free.

  • @ytlagu2010
    @ytlagu2010 5 лет назад

    Interesting, the Sublime Text big enthusiast is finally switching to the mighty VS Code! Welcome bro! I always feel that your tutorials are missing something and that was VS Code. It will feel complete for me to follow your upcoming tutorials in VS code! I can't wait...

  • @tobidegnon4409
    @tobidegnon4409 5 лет назад +7

    Excellent video as usual, for the next one, a deep view of the integrated debug tool is a good idea I think, a tutorial on how to use tasks.json vs code file is something I'm looking for, thank's for your great job Corey.

  • @mostafaahmadi4998
    @mostafaahmadi4998 3 года назад

    Hi Corey. Thank you very much for all the time and effort you put into your videos. Whenever I click on one of your videos, the first thing I do is to like the video before even watching it since I am sure that it is of high quality.

  • @gokulsreekumar4371
    @gokulsreekumar4371 5 лет назад +1

    just started with vs code and now this video just made my day

  • @brankonikolic3078
    @brankonikolic3078 25 дней назад +1

    The BEST tutorial

  • @enriquebruzual1702
    @enriquebruzual1702 5 лет назад +2

    Nice job Corey, I use it every day and I learned some new things with you video. Specially with debugging and unit test. REQUEST: could you do a more detailed unit test video for vscode. Thanks again!👍

  • @modakad
    @modakad Месяц назад

    w.r.t. the Debugger, adding variables to WATCH and Interactive Debug Console are really useful features. Corey is the best !

  • @krushnaekbote9119
    @krushnaekbote9119 5 лет назад +1

    This is the most useful information for setting up python on VS Code! Thanks a lot buddy!!!

  • @atamuse3764
    @atamuse3764 3 года назад

    27:26 was much needed...thanks a lottt

  • @elg7640
    @elg7640 Год назад

    ERG
    3 years ago
    Thank you for the excellent video

  • @LetCode96666
    @LetCode96666 5 лет назад +3

    Problems you might face:
    1. While running "python -m venv ANY_VENV_NAME" you may face a problem where it says: "No such file or directory: 'C:\python37\lib\venv\scripts
    t\bla bla'"
    Solution: Run anaconda prompt in admin mode and run "conda update python"
    Retry the whole process now. It worked for me
    2. After solving prob 1, while trying to activate your venv this error may occur: "bla bla Cannot be loaded because running scripts is disabled on this system bla bla"
    Solution: add this line in settings.json file: "terminal.integrated.shellArgs.windows": ["-ExecutionPolicy", "Bypass"]
    Now try again :)

  • @hussamsoufi1825
    @hussamsoufi1825 5 лет назад +4

    Dude! you won yourself a new subscriber today, hope RUclips gives you loads of money cause of it.

  • @bartoszwojtowicz8770
    @bartoszwojtowicz8770 5 лет назад +7

    Just as I wanted to switch from Sublime. I love you Corey!

  • @sekiro_19
    @sekiro_19 2 года назад

    i trust your recommendations more than anyone

  • @alangeorge1090
    @alangeorge1090 4 года назад

    Amazing video!!! Contains all the basics to setup python in vs code for absolute beginners. Great job 👍🏽😁

  • @mrmshifan
    @mrmshifan 3 года назад

    VSCode is portable too. Thank you for the tutorial. Python Newbie ☺

  • @johnnycincocero
    @johnnycincocero 3 года назад

    Just shared this with my FB group. Thanks.

  • @Kuessner
    @Kuessner 2 года назад

    I think i need to watch that video over and over again do understand all.

  • @rogerwprice
    @rogerwprice 5 лет назад +2

    Super comprehensive and useful - Thank You!

  • @ikemmachimezie6724
    @ikemmachimezie6724 2 года назад

    We need more video like this from you guys. Keep this energy flowing, ❤❤ u guys
    #mezieProgrammer cares 🙌🙌

  • @dhaval1489
    @dhaval1489 5 лет назад +1

    Corey my man its good to see that you are getting recognized and getting opportunity to promote these kind of products

    • @coreyms
      @coreyms  5 лет назад

      Thanks. This wasn’t a sponsored video or anything though. I’ve just had a lot of requests to do a VSCode setup vid. Hope you enjoyed it!

    • @dhaval1489
      @dhaval1489 5 лет назад

      @@coreyms because in video you hadn't said either way I assumed it might be paid promotion, there is nothing bad about it, Infact I was happy that you got big sponsor (hey Microsoft not sponsoring platforms like this man here is missed opportunity) , my bad i should have thought before speaking.
      On VS Codes topic may I suggest a follow up, about most usefull extension, I personally curious about VIM extention

  • @jsho12
    @jsho12 4 года назад +1

    Thanks for this video. Very helpful especially as someone fairly new to coding.

  • @rickjohnston6198
    @rickjohnston6198 3 года назад

    This is the best tutorial video I've ever seen :)

  • @olivierdaigle4744
    @olivierdaigle4744 4 года назад +1

    Hey Corey, thanks for putting this tutorial together. It was very useful.

  • @cblack2863
    @cblack2863 2 года назад

    Great video explaining the features of VS Code for Python

  • @adicide9070
    @adicide9070 3 года назад

    I'm seriously loving this editor. I use it for JS/TS mostly, but it's cool to do Python as well, for sure

  • @XinhLe
    @XinhLe 4 года назад

    most useful vscode tutorial so far on youtube for me. cheers

    • @XinhLe
      @XinhLe Год назад

      2 years ago, start over again

  • @ernestschmitt4664
    @ernestschmitt4664 5 лет назад

    Great Video! I ran into all kinds of issues getting started with python. Mainly due to my PATH not pointing to the correct version of python, your other video about setting the PATH helped out a lot. On the VENV section of the video I had an issue with VS Code not being able to execute the activate.ps1 file (it was saying it wasn't digitally signed). After looking around I found that I needed to run Power Shell as an administrator and run this command, Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser, once I did that the VENV was able to activate in VS Code.

  • @FABESTAH
    @FABESTAH Год назад

    What a great video, literally every little piece of information was useful for me as a beginner! :)

  • @CoreWii
    @CoreWii 4 года назад +1

    Ay Corey really amazing tutorial, this was incredibly helpful for me. Thank you my guy.

  • @MindScape322
    @MindScape322 3 года назад

    Corey thanks for the awesome video guide. Helped me a ton to understand how Vs Code works. Really appreciate all the hard work and wish u all the success. Thanks once again :)

  • @PimpinPoptart06
    @PimpinPoptart06 5 лет назад +3

    Your videos are dope AF, thank you

  • @gerozayas9425
    @gerozayas9425 2 года назад

    Your tutorials and videos in general are fantastic. Thank you so much and congrats on all the amazing work, it is really inspiring, too, not only informative. Cheers.

  • @MickyELee
    @MickyELee 5 лет назад

    Stage All Changes: there is also a plus sign to the right of the Changes line (hover the cursor there) that is the same as Stage All Changes.

  • @rednafi
    @rednafi 5 лет назад

    FYI, black executes stricter rules when it comes to vertical spacing, the spacing between a variable name and value, double quotation to represent string compared to both yapf and auto pep8. It doesn't give you many options and instead, expect you to integrate its style into your code. This means, your code will always look the same after formatting.

  • @matthewwilliams7011
    @matthewwilliams7011 11 месяцев назад

    this is simply and amazing tutorial. it was extremely useful, thank you sir

  • @ssofietta
    @ssofietta 3 года назад

    I feel like I've been blessed by Python god.
    Thank you Corey for these excellent tutorials 👏

  • @veer5787
    @veer5787 4 года назад

    Thanks a lot you are the best teacher ever this was really helpful i could never figure out how to use venv and you explained in seconds i can't thank you enough. it also helped me learn so many new things Thanks a lot :)

  • @DavidRajM
    @DavidRajM 5 лет назад +6

    You always rock the video just sticking to what you want to say and delivering nicely. Thanks for the video.. Learned a lot from this video.

  • @pkavenger9990
    @pkavenger9990 3 года назад

    Your Videos are a gold mine

  • @surendrasawant9781
    @surendrasawant9781 5 лет назад +1

    Great tutorial for setting python environment in vscode I already using vscode

  • @PedroCarneiroJr1971
    @PedroCarneiroJr1971 5 лет назад +6

    Hey Corey. Amazing tutorial! Anyhow, I'm a bit lost at the Git integration part. What Git extension is that? GitLens? Which one would be best in order to follow this specific tutorial?

  • @igorgarabajiv8322
    @igorgarabajiv8322 4 года назад +1

    Great tutorial. Please post more on VS code and advanced python

  • @catmantech207
    @catmantech207 2 года назад

    Lots of valuable information in the video. thank you for the content.

  • @veziop
    @veziop 3 года назад

    mr Schafer your community adores you, and I can easily see why

  • @opensauce
    @opensauce 4 года назад

    Awesome. This was one of the most useful videos i've ever watched. Thanks Corey!

  • @mrmshifan
    @mrmshifan 3 года назад

    Hi Corey,
    Thank you very much for the video. I really grateful for the effort you out to make these videos.
    Wishing you all the best. ☺

  • @angelanorris546
    @angelanorris546 5 лет назад +1

    Clear and to the point. Thanks

  • @JR-gy1lh
    @JR-gy1lh 4 года назад +1

    @Corey Schafer this is fantastic, Thank you!!! I'm relatively new to Python ~1 year. I can't believe I hadn't heard of this IDE. I'm trying to run some scripts continually wasn't able to do it with my Jupyter Notebooks very easily.