Bo Zhang (NAOC, mailto:bozhang@nao.cas.cn) will have a few lessons on python.
python
to process astronomical data.These lectures are organized as below:
$ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
$ gedit ~/.ssh/id_rsa.pub
There are several commands very useful:
git init
git add .
git commit -m "First commit"
git remote add origin https://github.com/hypergravity/bopy.git
git push origin master
# Pushes the changes in your local repository up to the remote repository
# you specified as the origin
In [ ]: