This repository contains all the resources from the first session of the NYU Data Science Bootcamp. In the first week, we covered the basics of Python and Git to help everyone get started.
Instructor: Sagar Patel
The recording of the session can be found here:
NOTE: These tasks are optional and only for your practice. They will not be graded but they can be shared with the instructor for feedback.
- Clone the repository to the local machine.
- Create a repository on your GitHub profile and name it
data-science-bootcamp
. The repository should have the name<username>/data-science-bootcamp
.- Clone that repository to the local machine as well.
- From the current repository, move the folder
task-week1
to your repository.
Hint: you can simply drag and drop or copy/paste the directory - Identify yourself: Open the
Identify.txt
file and enter your name, netid, and a brief summary of your favorite book with the title and author. - Add/move files:
- Create a new file named hello-world.txt and commit it to the repo.
- Create a new directory named
Hello
and movehello-world.txt
into that directory. - Finally commit the changes in the previous step.
Once you are done with this and would like the intsructor to review it, share the URL of your repository with the Instructor or on the #tasks
channel on Slack.
If you have any questions regarding the bootcamp, feel free to email datasciencebootcamp@nyu.edu