Description
# Homework 0
1. If you don’t already have a github account. Go to `https://github.com/` and create an account. Make a username you’ll be proud of 4 years from now.
2. Download python3 (3.7.2 at the time of writing): `https://www.python.org/downloads/`
3. Install juypter by running these commands in your shell:
“`sh
python3 -m pip install –upgrade pip
python3 -m pip install jupyter
“`
– MacOS users, you can find your terminal by typing `terminal` in your search bar.
– Windows users, you should be able to use powershell. For long term happiness though, install the bash shell: [linux – How to enable Bash in Windows 10 developer preview? – Stack Overflow](https://stackoverflow.com/questions/36352627/how-to-enable-bash-in-windows-10-developer-preview)
4. Download and install docker: `https://docs.docker.com/install/`. It may be helpful later.
5. Create a google cloud platform account and redeem a \$100 worth of credits (no bitcoin mining): [Higher Education Grants – Google Cloud Platform](https://urldefense.proofpoint.com/v2/url?u=https-3A__google.secure.force.com_GCPEDU-3Fcid-3DL5coc3IsY-252BAzvZwfHGS3tFSvTz4wQXc8TQs7ZOvU-252BJh3lwMo8veKfLd0VG4G2XZa&d=DwMFaQ&c=imBPVzF25OnBgGmVOlcsiEgHoG1i6YHLR0Sj_gZ4adc&r=KMCMrYJ8MLVP7SV2R0Re2oyNHKJT-kpYGmdF8cXxJSw&m=cYuFhqDBq84RXUAfnEwHy4gLa_0kXXf4-1rMbPy2LNs&s=NT37P_zTqjpEDHDZf-rcG1Uyp4iSQKMcaP69hfygUIk&e=)
6. Take this survey: [Homework 0: Survey](https://goo.gl/forms/hV8rUMVzjIxEX3S73)
### If you have any issues, we will find time to debug during our zeroth TA session Monday or Wednesday (depending on your section)
———————
## After the zeroth TA session, you should do the following:
### Feel free to try on your own before the TA session if you are comfortable!
– Introduce yourself by writing in the `homework_0.ipyn` file, and `git commit` and `git push` to your repo
– Spin up a small google cloud platform instance with a publically accessible IP address.
– Submit your homework here: https://goo.gl/forms/NS5tp08lcq6OjNst1
Reviews
There are no reviews yet.