Wednesday, June 11, 2014

Software carpentry bootcamp, day 2

Throughout the day, 29 participants showed up.
9:30am, 23 participants, including 8 Spelman faculty, 7 Spelman students.
10:15, 27 participants when more people trickled in.
2:20pm, 18 participants are still here.
After coffee break, 3pm, 13 participants.

On many Windows, notepad is in the $PATH and can be invoked directly.

One user has Avast that prevent git-bash from working properly.

To fix Windows git problems to download ~/novice/
 git checkout -f remotes/orgin/gh-pages
 git checkout -f gh-pages


import glob
print glob.glob("*.ipnb")

assert type(x) == int, "x is not an integer"

Indentation of Python need to be more explicit.

#for argument parsing
argparse
parser.add_argument()

No comments:

Post a Comment