swc-testing-nose.git
10 years agoAdding day 2 software engineering stuff to repo. test-davis-2012-10-caltech
Matt Davis [Wed, 24 Oct 2012 23:42:31 +0000 (16:42 -0700)]
Adding day 2 software engineering stuff to repo.

10 years agoSmall changes to the software engineering presenter notes.
Matt Davis [Tue, 19 Jun 2012 02:13:11 +0000 (22:13 -0400)]
Small changes to the software engineering presenter notes.

10 years agoMinor changes to SoftwareEngineering README.
Matt Davis [Mon, 18 Jun 2012 01:51:38 +0000 (21:51 -0400)]
Minor changes to SoftwareEngineering README.

10 years agoCopying animal.txt files to software engineering directory for use there.
Matt Davis [Mon, 18 Jun 2012 01:37:26 +0000 (21:37 -0400)]
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

10 years agoAdded file reading section to Python and added animal data files.
Matt Davis [Sun, 17 Jun 2012 02:22:25 +0000 (22:22 -0400)]
Added file reading section to Python and added animal data files.

10 years agoAdd if, for loop, def
Michael Droettboom [Thu, 14 Jun 2012 16:51:39 +0000 (12:51 -0400)]
Add if, for loop, def

10 years agoStarted a presenter notebook for introductory Python.
Matt Davis [Thu, 14 Jun 2012 02:48:09 +0000 (22:48 -0400)]
Started a presenter notebook for introductory Python.

10 years agoSplit SoftwareEngineering notes into a README for the students and a notes file for...
Matt Davis [Sun, 17 Jun 2012 18:00:40 +0000 (14:00 -0400)]
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

10 years agoAdded a 4-SoftwareEngineering directory for the Tuesday afternoon material.
Matt Davis [Sun, 17 Jun 2012 04:15:55 +0000 (00:15 -0400)]
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.