From b12f89bc03303aa5d215e71db12a918310b8ccfe Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Fri, 20 Sep 2013 07:40:51 -0400 Subject: [PATCH] Adding outline for DLA exercise, and renaming other files to make room for more W. Trevor King: I dropped everything from the original 40b8a26 except for the testing renames. Conflicts: lessons/swc-python/python-00-resize-image.ipynb lessons/swc-python/python-01-functions.ipynb lessons/swc-python/python-02-loops-indexing.ipynb lessons/swc-python/python-03-conditionals-defensive.ipynb lessons/swc-python/python-04-files-lists.ipynb --- .../swc-python/{python-5-errors.ipynb => python-05-errors.ipynb} | 0 .../{python-6-testing.ipynb => python-06-testing.ipynb} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename lessons/swc-python/{python-5-errors.ipynb => python-05-errors.ipynb} (100%) rename lessons/swc-python/{python-6-testing.ipynb => python-06-testing.ipynb} (100%) diff --git a/lessons/swc-python/python-5-errors.ipynb b/lessons/swc-python/python-05-errors.ipynb similarity index 100% rename from lessons/swc-python/python-5-errors.ipynb rename to lessons/swc-python/python-05-errors.ipynb diff --git a/lessons/swc-python/python-6-testing.ipynb b/lessons/swc-python/python-06-testing.ipynb similarity index 100% rename from lessons/swc-python/python-6-testing.ipynb rename to lessons/swc-python/python-06-testing.ipynb -- 2.26.2