swc-testing-nose.git
11 years agoadded readme from library section that @jiffyclub taught in berkeley.
Katy Huff [Fri, 11 Jan 2013 22:35:17 +0000 (16:35 -0600)]
added readme from library section that @jiffyclub taught in berkeley.

W. Trevor King: I dropped everything from the original 092cecd except
for the python/testing/Readme1.md removal.  This brushes up against
f734840 (my other 092cecd cherry-pick) in the test-thw series.  I
don't think there is enough cross-pollination in 092cecd to warrent
converting f734840 into a merge.

Conflicts:
python/testing/Readme.md

11 years agomoves testing into python, appropriately or not...
Katy Huff [Fri, 11 Jan 2013 22:18:08 +0000 (16:18 -0600)]
moves testing into python, appropriately or not...

W. Trevor King: I dropped everything from the original 092cecd except
for the testing/Readme1.md rename.

Conflicts:
python/testing/Readme.md
python/testing/close_line.py
python/testing/evo_sol1.png
python/testing/mean.py
python/testing/test_mean.py
python/testing/test_prod.jpg

11 years agomoved readme from software engineering.
Katy Huff [Fri, 11 Jan 2013 22:04:41 +0000 (16:04 -0600)]
moved readme from software engineering.

11 years agoadded back rst file, for future compatibility
Katy Huff [Sun, 16 Dec 2012 18:24:38 +0000 (12:24 -0600)]
added back rst file, for future compatibility

11 years agoadded back rst file, for future compatibility
Katy Huff [Sun, 16 Dec 2012 18:24:20 +0000 (12:24 -0600)]
added back rst file, for future compatibility

11 years agoconverted rst to md with pandoc.
Katy Huff [Sun, 16 Dec 2012 18:21:04 +0000 (12:21 -0600)]
converted rst to md with pandoc.

11 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.

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

11 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

11 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.

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

11 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.

11 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

11 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.