Setting Up Your Python Data Science Environment

Поділитися
Вставка
  • Опубліковано 28 вер 2024

КОМЕНТАРІ • 36

  • @cchileshe
    @cchileshe 3 роки тому +7

    How does this wealth of information not have more views. This is fantastic thank you so much for taking the time to spell it out. Do you mentor?

    • @ProjectDataScience
      @ProjectDataScience  3 роки тому +1

      Hi Claudia! Thank you so much for the kind words. Mentoring isn't something that I've considered so far (outside of my close contacts), but feel free to reach out on our website if you have something in mind: projectdatascience.com/

  • @okotpascal1239
    @okotpascal1239 8 місяців тому

    Hey, I thank you so so soooo,... much. I've been looking for this tutorial for months and finally someone who covers it the way you did. THIS IS AMAZING & EDUCATIONAL FOR ALL BEGINNERS WHO DON'T KNOW HOW TO SET UP THEIR ENVIRONMENT.
    GOD Bless You❤

  • @camilopinzon5957
    @camilopinzon5957 2 роки тому +2

    Great material. Natural talent to teach.

  • @YuTv1408
    @YuTv1408 11 місяців тому

    This video is amazing well organized. Pls keep making them. I'm an engineer trying to learn programming.

  • @admiralhyperspace0015
    @admiralhyperspace0015 3 роки тому +6

    Awesome, this needs way nore views

  • @leonardopetribu7207
    @leonardopetribu7207 3 роки тому +1

    Excelent video! Just what I was looking for!! 👏👏👏

  • @agnikbanerjee694
    @agnikbanerjee694 4 роки тому +2

    Great tutorial. Subscribed.

  • @BillAugersdca
    @BillAugersdca Рік тому +1

    I learned a lot, thank-you!

  • @BobbySweaters
    @BobbySweaters 3 роки тому +1

    Thank you for the tutorial. How to do you get the command text to show up green?

    • @ProjectDataScience
      @ProjectDataScience  3 роки тому +1

      Are you talking about in my zsh shell? I have the "oh my zsh" framework installed: ohmyz.sh/

  • @lifelonglearning9387
    @lifelonglearning9387 3 роки тому +1

    Great video.
    But I still have a question about the installation of mini conda: in which directory did you install it in? in the folder that you create at first or the default folder (home/usr/miniconda) ?

  • @KM-hx2pv
    @KM-hx2pv Рік тому

    Thanks a lot!

  • @abdullahfaisal4389
    @abdullahfaisal4389 2 роки тому

    Thank you!

  • @jonathant1797
    @jonathant1797 3 роки тому

    can you share your setup for the color in your terminal?

    • @ProjectDataScience
      @ProjectDataScience  3 роки тому

      I use Zsh as my shell, and specifically Oh My Zsh with the default setting (Russell is the theme, I believe): ohmyz.sh/. I just use the defaults for the most part, which suits me just fine! Did you get that setup?

    • @jonathant1797
      @jonathant1797 3 роки тому

      @@ProjectDataScience I’ve just started using git. Didn’t know such option exists. Thanks for sharing :)

  • @tacoblacho
    @tacoblacho 2 роки тому

    Great video man, thx a million! I have just one question, when you push your local code to GIthub, does it also install all packages and dependencies in that specific conda environment automatically to Github or do you need to install it separately? I need this please because of deploying my project in Azure Cloud, where it needs some CI/CD pipeline from where to run the code.

  • @mahmoudlotfi514
    @mahmoudlotfi514 3 роки тому +1

    PS G:\__Freelancer\code> jupyter notebook &
    At line:1 char:18
    + jupyter notebook &
    + ~
    The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an
    ampersand in double quotation marks ("&") to pass it as part of a string.
    + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : AmpersandNotAllowed

  • @WoodrowWoods2007
    @WoodrowWoods2007 Рік тому +1

    Great video. Just getting started in Data Analytics and this video helped me understand how the Terminal, VSCode, GitHub and Jupyter all work together to manage your projects. Thanks!

  • @DaxChica
    @DaxChica 3 роки тому +2

    Thank you very much for all the info. You just opened my eyes for the Data Analysis structure. It is just what i was looking for.

    • @ProjectDataScience
      @ProjectDataScience  3 роки тому +1

      You're very welcome! I think developing the organizational structure (and figuring out which tools to use) can be one of the hardest things.

  • @petersilie9702
    @petersilie9702 3 роки тому +1

    I knew most of the things but the folder structure was very interesting. Thank you

  • @paulspray8363
    @paulspray8363 6 місяців тому

    it's Alt-Shift-I in windows, the command palette will show you, to multi-line add cursors
    haven't figured out the multi-select yet

  • @muhammedsahalot8683
    @muhammedsahalot8683 Рік тому

    How to install multiple packages of python in widows and Linux without using internet in that system

  • @inkoso
    @inkoso Рік тому

    so just to be clear, you would essentially always use that specific 'data-science-env' that is in the conda envs folder to work in python etc, but you'd just change your folder location where everythign is saved?

  • @Findingsunshiness
    @Findingsunshiness 2 роки тому

    video is great. only cons is fonts are so small. i cannot open notepad beside to view notes because i cant see without an external monitor

  • @YuTv1408
    @YuTv1408 11 місяців тому

    Any future comments on how to do these on Windows pls let me know.

  • @hn13567
    @hn13567 3 роки тому +1

    which python shows /usr/local/bin/python3 not

    • @ProjectDataScience
      @ProjectDataScience  3 роки тому

      Running "which python" will look slightly different depending on how your system is set up.

  • @leythecg
    @leythecg 2 роки тому

    Just fantastic!

  • @omsamadhiya1661
    @omsamadhiya1661 3 роки тому

    '&' is not allowed now

    • @ProjectDataScience
      @ProjectDataScience  3 роки тому

      Hey Om, I still use it all the time -- are you using it in the terminal? (Make sure you're launching Jupyter notebooks from the bash/zsh terminal, not from within Python!)

  • @jeremyarancio1683
    @jeremyarancio1683 2 роки тому +1

    Great vid!
    I just started my first mission as a Data Scientist in an IT company, and I wish I have seen this video sooner.
    Yet, I still learned some new stuff
    Ty!