filmov
tv
Setting Up Your Python Data Science Environment
Показать описание
...
Setting up a Python data science coding environment can be a daunting task if you're just getting started. There seem to be hundreds of different ways to do it, and you can spend hours (if not days, or weeks) just trying to sift through the technologies, the tools, etc...
That's why I created this video—to show you how to set up a simple, professional data science environment with all of the pieces you need to get started right away: Python, and all of the other stuff.
And of course you can always change the pieces of this environment later if you find something else that suits you better. But rather than spending weeks figuring out your first version, take this one and run with it! Many professional data scientists—including myself—use this setup, so it should work wonderfully for you as well.
Here's what the environment will consist of:
- Terminal (Zsh)
- Python (installed using miniconda)
- VS Code (your code editor)
- Git and GitHub (version control for your code)
- Virtual environments (created using conda)
- Jupyter notebooks (installed in your virtual environment)
I'll also show you how I like to set up my project directory to keep it nice and organized, and we'll walk through some of the first steps you can take to create files and commit them using Git and GitHub.
Grab your computer and dive in!
Happy learning!
---
00:00 Introduction
04:27 The terminal (bash/zsh)
09:20 Using the terminal to set up our project directory
10:52 Python and virtual environments with conda
23:02 Using VS Code (code editor)
34:58 Version control with git and GitHub
49:25 Jupyter notebooks
56:24 Cookiecutter Data Science project structure
01:02:09 Wrap-up and thank you!
---
Additional Project Data Science Resources:
---
Additional Resources:
Комментарии