Adding day 2 software engineering stuff to repo.
Small changes to the software engineering presenter notes.
Minor changes to SoftwareEngineering README.
Copying animal.txt files to software engineering directory for use there.
Expanded lesson plan in dev_notes.rst and added exercises to README.rst
W. Trevor King: I reformatted the commit message from the original
3a1b378 so it fits better into --oneline logs. I also turned this
commit into a merge so we can trace the copy, using:
$ echo
081da9ef5959c5abdb8fefbdc8efc701d6a957c3 \
>
d3bcf0219b92c2cfdd19239d2bf75de4ff26e579 \
>
6bc0a0bef5d364b59a3927492f025a6c3676656d \
> > .git/info/grafts
$ git filter-branch
$ rm .git/info/grafts
Added file reading section to Python and added animal data files.
Started a presenter notebook for introductory Python.
Split SoftwareEngineering notes into a README for the students and a notes file for the presenters.
Added Exercises notebook for Intro lesson.
W. Trevor King: I dropped everything from the original
2992452 except
for the 4-SoftwareEngineering modifications. I also reformatted the
original commit message so it fits better into --oneline logs.
Conflicts:
2-PythonIntro/README.rst
Added a 4-SoftwareEngineering directory for the Tuesday afternoon material.
With initial notes in the README. Need to finish this up tomorrow.
W. Trevor King: I reformatted the commit message from the original
237de06 so it fits better into --oneline logs.