Day 1

Outline

  1. installation & setting

  2. command line

  3. git

  4. python

Installation & setting

git (https://drive.google.com/open?id=0B4ioefrVlFNpSndaRHhtemdJc1k\arrow-up-right

command line (zsh, oh-my-zsh)

python (http://python-guide-pt-br.readthedocs.io/en/latest/dev/virtualenvs/arrow-up-right

Command line

$ ls
$ ls -al

$ cd ..
$ cd DIRECTORY_PATH
$ pwd

$ mkdir DIR_NAME

$ touch FILE_NAME

$ mv OLD_NAME NEW_NAME

$ rm FILE_NAME
$ rm -rf FILE_FOLDER

Git

https://backlogtool.com/git-guide/tw/arrow-up-right

EXERCISE: create your dotfile & push it to github

Python / Ipython Notebook

https://www.programiz.com/python-programming#learn-python-tutorialarrow-up-right

https://www.kaggle.com/jasonych99/python-data-visualizationsarrow-up-right

linear regression

Homework

  1. Practice command line, git, ipyhton notebook on your laptop.

  2. Study Numpy, Scipy, Matplotlib one more time.

http://cs231n.github.io/python-numpy-tutorial/arrow-up-right

https://www.datacamp.com/community/tutorials/python-numpy-tutorial#gs.=1WAXAoarrow-up-right

Last updated

Was this helpful?