From e928b02f499d53a4ced38ecf1bdef00671560e07 Mon Sep 17 00:00:00 2001 From: Michael Hewner Date: Wed, 31 Jul 2019 14:30:31 -0400 Subject: [PATCH] Renaming sessions directory to code --- {Sessions => Code}/BouncingBall/BouncingBall.py | 0 .../ClickInTheCircle/ClickInTheCircle.py | 0 {Sessions => Code}/ClickInTheCircle/drums.wav | Bin {Sessions => Code}/DogBark/2dogs.JPG | Bin {Sessions => Code}/DogBark/DogBark.py | 0 {Sessions => Code}/DogBark/PaintingHouse.py | 0 {Sessions => Code}/DogBark/PygameLiveCoding.py | 0 .../DogBark/Session3FirstProgram.py | 0 {Sessions => Code}/DogBark/bark.wav | Bin {Sessions => Code}/DogBark/myNewProgram.py | 0 .../DogBark/pygame_live_coding_solution.py | 0 {Sessions => Code}/FruitNinja/FruitNinja.py | 0 {Sessions => Code}/MovingSmile/01-HelloWorld.py | 0 .../MovingSmile/02-TheGameLoop.py | 0 {Sessions => Code}/MovingSmile/03-Colors.py | 0 {Sessions => Code}/MovingSmile/04-Drawing.py | 0 {Sessions => Code}/MovingSmile/05-Animation.py | 0 .../MovingSmile/06-Interactions.py | 0 .../MovingSmile/SuggestedPythonProjects.docx | Bin {Sessions => Code}/Raindrops/Mike.png | Bin {Sessions => Code}/Raindrops/Mike_umbrella.png | Bin {Sessions => Code}/Raindrops/MikesRainyDay.py | 0 .../StevesObjectExamples/EmployeeClass.py | 0 .../StevesObjectExamples/UseEmployeeClass.py | 0 {Sessions => Code}/Raindrops/cloud.png | Bin {Sessions => Code}/SpaceInvaders/badguy.png | Bin {Sessions => Code}/SpaceInvaders/fighter.png | Bin {Sessions => Code}/SpaceInvaders/gameover.png | Bin .../SpaceInvaders/space_invaders.py | 0 {Sessions => Code}/TicTacToe/TicTacToe.py | 0 {Sessions => Code}/TicTacToe/board.png | Bin {Sessions => Code}/TicTacToe/o_mark.png | Bin {Sessions => Code}/TicTacToe/win.mp3 | Bin {Sessions => Code}/TicTacToe/x_mark.png | Bin docs/Schedule/PythonCatapult-Schedule.htm | 16 ++++++++-------- 35 files changed, 8 insertions(+), 8 deletions(-) rename {Sessions => Code}/BouncingBall/BouncingBall.py (100%) rename {Sessions => Code}/ClickInTheCircle/ClickInTheCircle.py (100%) rename {Sessions => Code}/ClickInTheCircle/drums.wav (100%) rename {Sessions => Code}/DogBark/2dogs.JPG (100%) rename {Sessions => Code}/DogBark/DogBark.py (100%) rename {Sessions => Code}/DogBark/PaintingHouse.py (100%) rename {Sessions => Code}/DogBark/PygameLiveCoding.py (100%) rename {Sessions => Code}/DogBark/Session3FirstProgram.py (100%) rename {Sessions => Code}/DogBark/bark.wav (100%) rename {Sessions => Code}/DogBark/myNewProgram.py (100%) rename {Sessions => Code}/DogBark/pygame_live_coding_solution.py (100%) rename {Sessions => Code}/FruitNinja/FruitNinja.py (100%) rename {Sessions => Code}/MovingSmile/01-HelloWorld.py (100%) rename {Sessions => Code}/MovingSmile/02-TheGameLoop.py (100%) rename {Sessions => Code}/MovingSmile/03-Colors.py (100%) rename {Sessions => Code}/MovingSmile/04-Drawing.py (100%) rename {Sessions => Code}/MovingSmile/05-Animation.py (100%) rename {Sessions => Code}/MovingSmile/06-Interactions.py (100%) rename {Sessions => Code}/MovingSmile/SuggestedPythonProjects.docx (100%) rename {Sessions => Code}/Raindrops/Mike.png (100%) rename {Sessions => Code}/Raindrops/Mike_umbrella.png (100%) rename {Sessions => Code}/Raindrops/MikesRainyDay.py (100%) rename {Sessions => Code}/Raindrops/StevesObjectExamples/EmployeeClass.py (100%) rename {Sessions => Code}/Raindrops/StevesObjectExamples/UseEmployeeClass.py (100%) rename {Sessions => Code}/Raindrops/cloud.png (100%) rename {Sessions => Code}/SpaceInvaders/badguy.png (100%) rename {Sessions => Code}/SpaceInvaders/fighter.png (100%) rename {Sessions => Code}/SpaceInvaders/gameover.png (100%) rename {Sessions => Code}/SpaceInvaders/space_invaders.py (100%) rename {Sessions => Code}/TicTacToe/TicTacToe.py (100%) rename {Sessions => Code}/TicTacToe/board.png (100%) rename {Sessions => Code}/TicTacToe/o_mark.png (100%) rename {Sessions => Code}/TicTacToe/win.mp3 (100%) rename {Sessions => Code}/TicTacToe/x_mark.png (100%) diff --git a/Sessions/BouncingBall/BouncingBall.py b/Code/BouncingBall/BouncingBall.py similarity index 100% rename from Sessions/BouncingBall/BouncingBall.py rename to Code/BouncingBall/BouncingBall.py diff --git a/Sessions/ClickInTheCircle/ClickInTheCircle.py b/Code/ClickInTheCircle/ClickInTheCircle.py similarity index 100% rename from Sessions/ClickInTheCircle/ClickInTheCircle.py rename to Code/ClickInTheCircle/ClickInTheCircle.py diff --git a/Sessions/ClickInTheCircle/drums.wav b/Code/ClickInTheCircle/drums.wav similarity index 100% rename from Sessions/ClickInTheCircle/drums.wav rename to Code/ClickInTheCircle/drums.wav diff --git a/Sessions/DogBark/2dogs.JPG b/Code/DogBark/2dogs.JPG similarity index 100% rename from Sessions/DogBark/2dogs.JPG rename to Code/DogBark/2dogs.JPG diff --git a/Sessions/DogBark/DogBark.py b/Code/DogBark/DogBark.py similarity index 100% rename from Sessions/DogBark/DogBark.py rename to Code/DogBark/DogBark.py diff --git a/Sessions/DogBark/PaintingHouse.py b/Code/DogBark/PaintingHouse.py similarity index 100% rename from Sessions/DogBark/PaintingHouse.py rename to Code/DogBark/PaintingHouse.py diff --git a/Sessions/DogBark/PygameLiveCoding.py b/Code/DogBark/PygameLiveCoding.py similarity index 100% rename from Sessions/DogBark/PygameLiveCoding.py rename to Code/DogBark/PygameLiveCoding.py diff --git a/Sessions/DogBark/Session3FirstProgram.py b/Code/DogBark/Session3FirstProgram.py similarity index 100% rename from Sessions/DogBark/Session3FirstProgram.py rename to Code/DogBark/Session3FirstProgram.py diff --git a/Sessions/DogBark/bark.wav b/Code/DogBark/bark.wav similarity index 100% rename from Sessions/DogBark/bark.wav rename to Code/DogBark/bark.wav diff --git a/Sessions/DogBark/myNewProgram.py b/Code/DogBark/myNewProgram.py similarity index 100% rename from Sessions/DogBark/myNewProgram.py rename to Code/DogBark/myNewProgram.py diff --git a/Sessions/DogBark/pygame_live_coding_solution.py b/Code/DogBark/pygame_live_coding_solution.py similarity index 100% rename from Sessions/DogBark/pygame_live_coding_solution.py rename to Code/DogBark/pygame_live_coding_solution.py diff --git a/Sessions/FruitNinja/FruitNinja.py b/Code/FruitNinja/FruitNinja.py similarity index 100% rename from Sessions/FruitNinja/FruitNinja.py rename to Code/FruitNinja/FruitNinja.py diff --git a/Sessions/MovingSmile/01-HelloWorld.py b/Code/MovingSmile/01-HelloWorld.py similarity index 100% rename from Sessions/MovingSmile/01-HelloWorld.py rename to Code/MovingSmile/01-HelloWorld.py diff --git a/Sessions/MovingSmile/02-TheGameLoop.py b/Code/MovingSmile/02-TheGameLoop.py similarity index 100% rename from Sessions/MovingSmile/02-TheGameLoop.py rename to Code/MovingSmile/02-TheGameLoop.py diff --git a/Sessions/MovingSmile/03-Colors.py b/Code/MovingSmile/03-Colors.py similarity index 100% rename from Sessions/MovingSmile/03-Colors.py rename to Code/MovingSmile/03-Colors.py diff --git a/Sessions/MovingSmile/04-Drawing.py b/Code/MovingSmile/04-Drawing.py similarity index 100% rename from Sessions/MovingSmile/04-Drawing.py rename to Code/MovingSmile/04-Drawing.py diff --git a/Sessions/MovingSmile/05-Animation.py b/Code/MovingSmile/05-Animation.py similarity index 100% rename from Sessions/MovingSmile/05-Animation.py rename to Code/MovingSmile/05-Animation.py diff --git a/Sessions/MovingSmile/06-Interactions.py b/Code/MovingSmile/06-Interactions.py similarity index 100% rename from Sessions/MovingSmile/06-Interactions.py rename to Code/MovingSmile/06-Interactions.py diff --git a/Sessions/MovingSmile/SuggestedPythonProjects.docx b/Code/MovingSmile/SuggestedPythonProjects.docx similarity index 100% rename from Sessions/MovingSmile/SuggestedPythonProjects.docx rename to Code/MovingSmile/SuggestedPythonProjects.docx diff --git a/Sessions/Raindrops/Mike.png b/Code/Raindrops/Mike.png similarity index 100% rename from Sessions/Raindrops/Mike.png rename to Code/Raindrops/Mike.png diff --git a/Sessions/Raindrops/Mike_umbrella.png b/Code/Raindrops/Mike_umbrella.png similarity index 100% rename from Sessions/Raindrops/Mike_umbrella.png rename to Code/Raindrops/Mike_umbrella.png diff --git a/Sessions/Raindrops/MikesRainyDay.py b/Code/Raindrops/MikesRainyDay.py similarity index 100% rename from Sessions/Raindrops/MikesRainyDay.py rename to Code/Raindrops/MikesRainyDay.py diff --git a/Sessions/Raindrops/StevesObjectExamples/EmployeeClass.py b/Code/Raindrops/StevesObjectExamples/EmployeeClass.py similarity index 100% rename from Sessions/Raindrops/StevesObjectExamples/EmployeeClass.py rename to Code/Raindrops/StevesObjectExamples/EmployeeClass.py diff --git a/Sessions/Raindrops/StevesObjectExamples/UseEmployeeClass.py b/Code/Raindrops/StevesObjectExamples/UseEmployeeClass.py similarity index 100% rename from Sessions/Raindrops/StevesObjectExamples/UseEmployeeClass.py rename to Code/Raindrops/StevesObjectExamples/UseEmployeeClass.py diff --git a/Sessions/Raindrops/cloud.png b/Code/Raindrops/cloud.png similarity index 100% rename from Sessions/Raindrops/cloud.png rename to Code/Raindrops/cloud.png diff --git a/Sessions/SpaceInvaders/badguy.png b/Code/SpaceInvaders/badguy.png similarity index 100% rename from Sessions/SpaceInvaders/badguy.png rename to Code/SpaceInvaders/badguy.png diff --git a/Sessions/SpaceInvaders/fighter.png b/Code/SpaceInvaders/fighter.png similarity index 100% rename from Sessions/SpaceInvaders/fighter.png rename to Code/SpaceInvaders/fighter.png diff --git a/Sessions/SpaceInvaders/gameover.png b/Code/SpaceInvaders/gameover.png similarity index 100% rename from Sessions/SpaceInvaders/gameover.png rename to Code/SpaceInvaders/gameover.png diff --git a/Sessions/SpaceInvaders/space_invaders.py b/Code/SpaceInvaders/space_invaders.py similarity index 100% rename from Sessions/SpaceInvaders/space_invaders.py rename to Code/SpaceInvaders/space_invaders.py diff --git a/Sessions/TicTacToe/TicTacToe.py b/Code/TicTacToe/TicTacToe.py similarity index 100% rename from Sessions/TicTacToe/TicTacToe.py rename to Code/TicTacToe/TicTacToe.py diff --git a/Sessions/TicTacToe/board.png b/Code/TicTacToe/board.png similarity index 100% rename from Sessions/TicTacToe/board.png rename to Code/TicTacToe/board.png diff --git a/Sessions/TicTacToe/o_mark.png b/Code/TicTacToe/o_mark.png similarity index 100% rename from Sessions/TicTacToe/o_mark.png rename to Code/TicTacToe/o_mark.png diff --git a/Sessions/TicTacToe/win.mp3 b/Code/TicTacToe/win.mp3 similarity index 100% rename from Sessions/TicTacToe/win.mp3 rename to Code/TicTacToe/win.mp3 diff --git a/Sessions/TicTacToe/x_mark.png b/Code/TicTacToe/x_mark.png similarity index 100% rename from Sessions/TicTacToe/x_mark.png rename to Code/TicTacToe/x_mark.png diff --git a/docs/Schedule/PythonCatapult-Schedule.htm b/docs/Schedule/PythonCatapult-Schedule.htm index a302285..5923a9d 100644 --- a/docs/Schedule/PythonCatapult-Schedule.htm +++ b/docs/Schedule/PythonCatapult-Schedule.htm @@ -27,8 +27,8 @@

Schedule Overview

@@ -38,8 +38,8 @@

Schedule Overview

@@ -49,7 +49,7 @@

Schedule Overview

@@ -59,8 +59,8 @@

Schedule Overview

@@ -70,7 +70,7 @@

Schedule Overview

Friday