1. Getting the band together¶
Data science requires a particular set of skills and programs, like a good heist team, I suppose. Our team will consist of:
Jupyter Notebooks - to write, execute, and share Python code
GitHub - to back up work on projects, sync between teammates, and more
GitHub Desktop - Git is a version control system and GitHub Desktop is a “point and click” version of Git designed to work with GitHub, which makes it easier to work on projects hosted on GitHub (it is annoying that the names are so similar, but Git \(\neq\) GitHub \(\neq\) GitHub Desktop!)
Skills: Coding (Python specifically, but especially good coding practices), Git habits, GitHub usage
So, that is what this chapter of the book/module in the class is about. It’s about laying the foundation for some cool stuff.