From 32b6aaac865525998e50ad74015cc5633fa32d6a Mon Sep 17 00:00:00 2001 From: cheeks <134818917+leftovertoast@users.noreply.github.com> Date: Wed, 22 Jan 2025 12:32:29 -0500 Subject: [PATCH] Completed TODO item --- Chapter_02/{2-1_simpleMessage.py => 2-01_simple_message.py} | 0 Chapter_02/{2-2_simpleMessages.py => 2-02_simple_messages.py} | 0 Chapter_02/{2-3_personalMessage.py => 2-03_peronal_message.py} | 0 Chapter_02/{2-4_nameCases.py => 2-04_name_cases.py} | 0 Chapter_02/{2-5_famousQuote.py => 2-05_famous_quote.py} | 0 Chapter_02/{2-6_famousQuote2.py => 2-06_famous_quote2.py} | 0 Chapter_02/{2-7_strippingNames.py => 2-07_stripping_names.py} | 0 Chapter_02/{2-8_fileExtensions.py => 2-08_file_extensions.py} | 0 Chapter_02/{2-9_numberEight.py => 2-09_number_eight.py} | 0 Chapter_02/{2-10_favoriteNumber.py => 2-10_favorite_number.py} | 0 Chapter_02/{2-11_addingComments.py => 2-11_adding_comments.py} | 0 Chapter_02/{2-12_zenOfPython.py => 2-12_zen_of_python.py} | 0 Chapter_03/{3-1_names.py => 3-01_names.py} | 0 Chapter_03/{3-2_greetings.py => 3-02_greetings.py} | 0 Chapter_03/{3-3_myOwnList.py => 3-03_my_own_list.py} | 0 Chapter_03/{3-4_guestList.py => 3-04_guest_list.py} | 0 .../{3-5_changingGuestList.py => 3-05_changing_guest_list.py} | 0 Chapter_03/{3-6_moreGuests.py => 3-06_more_guests.py} | 0 ...{3-7_shrinkingGuestList.py => 3-07_shrinking_guest_list.py} | 0 Chapter_03/{3-8_seeingTheWorld.py => 3-08_seeing_the_world.py} | 0 Chapter_03/{3-9_dinnerGuests.py => 3-09_dinner_guests.py} | 0 Chapter_03/{3-10_everyFunction.py => 3-10_every_function.py} | 0 .../{3-11_intentionalError.py => 3-11_intentional_error.py} | 0 Chapter_04/{4-1_pizzas.py => 4-01_pizzas.py} | 0 Chapter_04/{4-2_animals.py => 4-02_animals.py} | 0 .../{4-3_countingToTwenty.py => 4-03_counting_to_twenty.py} | 0 Chapter_04/{4-4_oneMillion.py => 4-04_one_million.py} | 0 .../{4-5_summingAMillion.py => 4-05_summing_a_million.py} | 0 Chapter_04/{4-6_oddNumbers.py => 4-06_odd_numbers.py} | 0 Chapter_04/{4-7_threes.py => 4-07_threes.py} | 0 Chapter_04/{4-8_cubes.py => 4-08_cubes.py} | 0 .../{4-9_cubeComprehension.py => 4-09_cube_comprehension.py} | 0 Chapter_04/{4-11_myPizzas.py => 4-11_my_pizzs.py} | 0 Chapter_04/{4-12_moreLoops.py => 4-12_more_loops.py} | 0 Chapter_04/{4-15_codeReview.py => 4-15_code_review.py} | 0 .../{5-1_conditionalTests.py => 5-01_conditional_tests.py} | 3 ++- ..._moreConditionalTests.py => 5-02_more_conditional_tests.py} | 0 TODO.md | 3 ++- 38 files changed, 4 insertions(+), 2 deletions(-) rename Chapter_02/{2-1_simpleMessage.py => 2-01_simple_message.py} (100%) rename Chapter_02/{2-2_simpleMessages.py => 2-02_simple_messages.py} (100%) rename Chapter_02/{2-3_personalMessage.py => 2-03_peronal_message.py} (100%) rename Chapter_02/{2-4_nameCases.py => 2-04_name_cases.py} (100%) rename Chapter_02/{2-5_famousQuote.py => 2-05_famous_quote.py} (100%) rename Chapter_02/{2-6_famousQuote2.py => 2-06_famous_quote2.py} (100%) rename Chapter_02/{2-7_strippingNames.py => 2-07_stripping_names.py} (100%) rename Chapter_02/{2-8_fileExtensions.py => 2-08_file_extensions.py} (100%) rename Chapter_02/{2-9_numberEight.py => 2-09_number_eight.py} (100%) rename Chapter_02/{2-10_favoriteNumber.py => 2-10_favorite_number.py} (100%) rename Chapter_02/{2-11_addingComments.py => 2-11_adding_comments.py} (100%) rename Chapter_02/{2-12_zenOfPython.py => 2-12_zen_of_python.py} (100%) rename Chapter_03/{3-1_names.py => 3-01_names.py} (100%) rename Chapter_03/{3-2_greetings.py => 3-02_greetings.py} (100%) rename Chapter_03/{3-3_myOwnList.py => 3-03_my_own_list.py} (100%) rename Chapter_03/{3-4_guestList.py => 3-04_guest_list.py} (100%) rename Chapter_03/{3-5_changingGuestList.py => 3-05_changing_guest_list.py} (100%) rename Chapter_03/{3-6_moreGuests.py => 3-06_more_guests.py} (100%) rename Chapter_03/{3-7_shrinkingGuestList.py => 3-07_shrinking_guest_list.py} (100%) rename Chapter_03/{3-8_seeingTheWorld.py => 3-08_seeing_the_world.py} (100%) rename Chapter_03/{3-9_dinnerGuests.py => 3-09_dinner_guests.py} (100%) rename Chapter_03/{3-10_everyFunction.py => 3-10_every_function.py} (100%) rename Chapter_03/{3-11_intentionalError.py => 3-11_intentional_error.py} (100%) rename Chapter_04/{4-1_pizzas.py => 4-01_pizzas.py} (100%) rename Chapter_04/{4-2_animals.py => 4-02_animals.py} (100%) rename Chapter_04/{4-3_countingToTwenty.py => 4-03_counting_to_twenty.py} (100%) rename Chapter_04/{4-4_oneMillion.py => 4-04_one_million.py} (100%) rename Chapter_04/{4-5_summingAMillion.py => 4-05_summing_a_million.py} (100%) rename Chapter_04/{4-6_oddNumbers.py => 4-06_odd_numbers.py} (100%) rename Chapter_04/{4-7_threes.py => 4-07_threes.py} (100%) rename Chapter_04/{4-8_cubes.py => 4-08_cubes.py} (100%) rename Chapter_04/{4-9_cubeComprehension.py => 4-09_cube_comprehension.py} (100%) rename Chapter_04/{4-11_myPizzas.py => 4-11_my_pizzs.py} (100%) rename Chapter_04/{4-12_moreLoops.py => 4-12_more_loops.py} (100%) rename Chapter_04/{4-15_codeReview.py => 4-15_code_review.py} (100%) rename Chapter_05/{5-1_conditionalTests.py => 5-01_conditional_tests.py} (96%) rename Chapter_05/{5-2_moreConditionalTests.py => 5-02_more_conditional_tests.py} (100%) diff --git a/Chapter_02/2-1_simpleMessage.py b/Chapter_02/2-01_simple_message.py similarity index 100% rename from Chapter_02/2-1_simpleMessage.py rename to Chapter_02/2-01_simple_message.py diff --git a/Chapter_02/2-2_simpleMessages.py b/Chapter_02/2-02_simple_messages.py similarity index 100% rename from Chapter_02/2-2_simpleMessages.py rename to Chapter_02/2-02_simple_messages.py diff --git a/Chapter_02/2-3_personalMessage.py b/Chapter_02/2-03_peronal_message.py similarity index 100% rename from Chapter_02/2-3_personalMessage.py rename to Chapter_02/2-03_peronal_message.py diff --git a/Chapter_02/2-4_nameCases.py b/Chapter_02/2-04_name_cases.py similarity index 100% rename from Chapter_02/2-4_nameCases.py rename to Chapter_02/2-04_name_cases.py diff --git a/Chapter_02/2-5_famousQuote.py b/Chapter_02/2-05_famous_quote.py similarity index 100% rename from Chapter_02/2-5_famousQuote.py rename to Chapter_02/2-05_famous_quote.py diff --git a/Chapter_02/2-6_famousQuote2.py b/Chapter_02/2-06_famous_quote2.py similarity index 100% rename from Chapter_02/2-6_famousQuote2.py rename to Chapter_02/2-06_famous_quote2.py diff --git a/Chapter_02/2-7_strippingNames.py b/Chapter_02/2-07_stripping_names.py similarity index 100% rename from Chapter_02/2-7_strippingNames.py rename to Chapter_02/2-07_stripping_names.py diff --git a/Chapter_02/2-8_fileExtensions.py b/Chapter_02/2-08_file_extensions.py similarity index 100% rename from Chapter_02/2-8_fileExtensions.py rename to Chapter_02/2-08_file_extensions.py diff --git a/Chapter_02/2-9_numberEight.py b/Chapter_02/2-09_number_eight.py similarity index 100% rename from Chapter_02/2-9_numberEight.py rename to Chapter_02/2-09_number_eight.py diff --git a/Chapter_02/2-10_favoriteNumber.py b/Chapter_02/2-10_favorite_number.py similarity index 100% rename from Chapter_02/2-10_favoriteNumber.py rename to Chapter_02/2-10_favorite_number.py diff --git a/Chapter_02/2-11_addingComments.py b/Chapter_02/2-11_adding_comments.py similarity index 100% rename from Chapter_02/2-11_addingComments.py rename to Chapter_02/2-11_adding_comments.py diff --git a/Chapter_02/2-12_zenOfPython.py b/Chapter_02/2-12_zen_of_python.py similarity index 100% rename from Chapter_02/2-12_zenOfPython.py rename to Chapter_02/2-12_zen_of_python.py diff --git a/Chapter_03/3-1_names.py b/Chapter_03/3-01_names.py similarity index 100% rename from Chapter_03/3-1_names.py rename to Chapter_03/3-01_names.py diff --git a/Chapter_03/3-2_greetings.py b/Chapter_03/3-02_greetings.py similarity index 100% rename from Chapter_03/3-2_greetings.py rename to Chapter_03/3-02_greetings.py diff --git a/Chapter_03/3-3_myOwnList.py b/Chapter_03/3-03_my_own_list.py similarity index 100% rename from Chapter_03/3-3_myOwnList.py rename to Chapter_03/3-03_my_own_list.py diff --git a/Chapter_03/3-4_guestList.py b/Chapter_03/3-04_guest_list.py similarity index 100% rename from Chapter_03/3-4_guestList.py rename to Chapter_03/3-04_guest_list.py diff --git a/Chapter_03/3-5_changingGuestList.py b/Chapter_03/3-05_changing_guest_list.py similarity index 100% rename from Chapter_03/3-5_changingGuestList.py rename to Chapter_03/3-05_changing_guest_list.py diff --git a/Chapter_03/3-6_moreGuests.py b/Chapter_03/3-06_more_guests.py similarity index 100% rename from Chapter_03/3-6_moreGuests.py rename to Chapter_03/3-06_more_guests.py diff --git a/Chapter_03/3-7_shrinkingGuestList.py b/Chapter_03/3-07_shrinking_guest_list.py similarity index 100% rename from Chapter_03/3-7_shrinkingGuestList.py rename to Chapter_03/3-07_shrinking_guest_list.py diff --git a/Chapter_03/3-8_seeingTheWorld.py b/Chapter_03/3-08_seeing_the_world.py similarity index 100% rename from Chapter_03/3-8_seeingTheWorld.py rename to Chapter_03/3-08_seeing_the_world.py diff --git a/Chapter_03/3-9_dinnerGuests.py b/Chapter_03/3-09_dinner_guests.py similarity index 100% rename from Chapter_03/3-9_dinnerGuests.py rename to Chapter_03/3-09_dinner_guests.py diff --git a/Chapter_03/3-10_everyFunction.py b/Chapter_03/3-10_every_function.py similarity index 100% rename from Chapter_03/3-10_everyFunction.py rename to Chapter_03/3-10_every_function.py diff --git a/Chapter_03/3-11_intentionalError.py b/Chapter_03/3-11_intentional_error.py similarity index 100% rename from Chapter_03/3-11_intentionalError.py rename to Chapter_03/3-11_intentional_error.py diff --git a/Chapter_04/4-1_pizzas.py b/Chapter_04/4-01_pizzas.py similarity index 100% rename from Chapter_04/4-1_pizzas.py rename to Chapter_04/4-01_pizzas.py diff --git a/Chapter_04/4-2_animals.py b/Chapter_04/4-02_animals.py similarity index 100% rename from Chapter_04/4-2_animals.py rename to Chapter_04/4-02_animals.py diff --git a/Chapter_04/4-3_countingToTwenty.py b/Chapter_04/4-03_counting_to_twenty.py similarity index 100% rename from Chapter_04/4-3_countingToTwenty.py rename to Chapter_04/4-03_counting_to_twenty.py diff --git a/Chapter_04/4-4_oneMillion.py b/Chapter_04/4-04_one_million.py similarity index 100% rename from Chapter_04/4-4_oneMillion.py rename to Chapter_04/4-04_one_million.py diff --git a/Chapter_04/4-5_summingAMillion.py b/Chapter_04/4-05_summing_a_million.py similarity index 100% rename from Chapter_04/4-5_summingAMillion.py rename to Chapter_04/4-05_summing_a_million.py diff --git a/Chapter_04/4-6_oddNumbers.py b/Chapter_04/4-06_odd_numbers.py similarity index 100% rename from Chapter_04/4-6_oddNumbers.py rename to Chapter_04/4-06_odd_numbers.py diff --git a/Chapter_04/4-7_threes.py b/Chapter_04/4-07_threes.py similarity index 100% rename from Chapter_04/4-7_threes.py rename to Chapter_04/4-07_threes.py diff --git a/Chapter_04/4-8_cubes.py b/Chapter_04/4-08_cubes.py similarity index 100% rename from Chapter_04/4-8_cubes.py rename to Chapter_04/4-08_cubes.py diff --git a/Chapter_04/4-9_cubeComprehension.py b/Chapter_04/4-09_cube_comprehension.py similarity index 100% rename from Chapter_04/4-9_cubeComprehension.py rename to Chapter_04/4-09_cube_comprehension.py diff --git a/Chapter_04/4-11_myPizzas.py b/Chapter_04/4-11_my_pizzs.py similarity index 100% rename from Chapter_04/4-11_myPizzas.py rename to Chapter_04/4-11_my_pizzs.py diff --git a/Chapter_04/4-12_moreLoops.py b/Chapter_04/4-12_more_loops.py similarity index 100% rename from Chapter_04/4-12_moreLoops.py rename to Chapter_04/4-12_more_loops.py diff --git a/Chapter_04/4-15_codeReview.py b/Chapter_04/4-15_code_review.py similarity index 100% rename from Chapter_04/4-15_codeReview.py rename to Chapter_04/4-15_code_review.py diff --git a/Chapter_05/5-1_conditionalTests.py b/Chapter_05/5-01_conditional_tests.py similarity index 96% rename from Chapter_05/5-1_conditionalTests.py rename to Chapter_05/5-01_conditional_tests.py index 9239d6c..7276bff 100644 --- a/Chapter_05/5-1_conditionalTests.py +++ b/Chapter_05/5-01_conditional_tests.py @@ -34,4 +34,5 @@ print("\nIs the light on or off? I think its on.") print(lightSwitch == 'on') print("\nIs the light off? I don't think it is.") -print(lightSwitch == 'off') \ No newline at end of file +print(lightSwitch == 'off') + diff --git a/Chapter_05/5-2_moreConditionalTests.py b/Chapter_05/5-02_more_conditional_tests.py similarity index 100% rename from Chapter_05/5-2_moreConditionalTests.py rename to Chapter_05/5-02_more_conditional_tests.py diff --git a/TODO.md b/TODO.md index 6cde76c..d281477 100644 --- a/TODO.md +++ b/TODO.md @@ -1 +1,2 @@ -rename .py files to python snake case convention. (All lowercase names with underscores rather than camelCase) \ No newline at end of file + +~~ * rename .py files to python snake case convention. (All lowercase names with underscores rather than camelCase) ~~ \ No newline at end of file