From 1eb709f83af5bd6f281f2ed63595d621efa9e7f4 Mon Sep 17 00:00:00 2001 From: Karan Solanki Date: Fri, 13 Aug 2021 11:44:51 +0530 Subject: [PATCH] Chapter folders renamed --- .../module_reusable/main_panda.py | 0 {Chapter2 => Chapter02}/module_reusable/mypanda.py | 0 .../module_reusable/myrandomv2.py | 0 {Chapter2 => Chapter02}/modules_import/calcmain1.py | 0 {Chapter2 => Chapter02}/modules_import/calcmain2.py | 0 {Chapter2 => Chapter02}/modules_import/calcmain3.py | 0 .../modules_import/globalmain.py | 0 .../modules_import/mycalculator.py | 0 {Chapter2 => Chapter02}/modules_import/myrandom.py | 0 .../modules_import/myrandomv2.py | 0 {Chapter2 => Chapter02}/mypackage_mains/pkgmain3.py | 0 {Chapter2 => Chapter02}/mypackage_mains/pkgmain4.py | 0 {Chapter2 => Chapter02}/mypackage_mains/pkgmain5.py | 0 .../mypackages/masifutil/__init__.py | 0 .../mypackages/masifutil/advcalc/__init__.py | 0 .../mypackages/masifutil/advcalc/advcalculator.py | 0 .../mypackages/masifutil/mycalculator.py | 0 .../mypackages/masifutil/myrandom.py | 0 .../mypackages/masifutilv2/LICENSE.txt | 0 .../mypackages/masifutilv2/MANIFEST.in | 0 .../mypackages/masifutilv2/README.md | 0 .../mypackages/masifutilv2/data/empty.txt | 0 .../mypackages/masifutilv2/dist/empty.txt | 0 .../mypackages/masifutilv2/masifutil/__init__.py | 0 .../masifutilv2/masifutil/advcalc/__init__.py | 0 .../masifutilv2/masifutil/advcalc/advcalculator.py | 0 .../masifutilv2/masifutil/mycalculator.py | 0 .../mypackages/masifutilv2/masifutil/myrandom.py | 0 .../masifutilv2/masifutilv2.egg-info/PKG-INFO | 0 .../masifutilv2/masifutilv2.egg-info/SOURCES.txt | 0 .../masifutilv2.egg-info/dependency_links.txt | 0 .../masifutilv2/masifutilv2.egg-info/top_level.txt | 0 .../mypackages/masifutilv2/setup.cfg | 0 .../mypackages/masifutilv2/setup.py | 0 .../mypackages/masifutilv2/tests/empty.txt | 0 {Chapter2 => Chapter02}/mypackages/pkgmain0.py | 0 {Chapter2 => Chapter02}/mypackages/pkgmain1.py | 0 {Chapter2 => Chapter02}/mypackages/pkgmain2.py | 0 {Chapter3 => Chapter03}/abstraction/abstraction1.py | 0 {Chapter3 => Chapter03}/classes/carexample1.py | 0 {Chapter3 => Chapter03}/classes/carexample2.py | 0 {Chapter3 => Chapter03}/classes/carexample3.py | 0 {Chapter3 => Chapter03}/classes/carexample4.py | 0 {Chapter3 => Chapter03}/classes/carexample5.py | 0 {Chapter3 => Chapter03}/classes/carexample6.py | 0 {Chapter3 => Chapter03}/classes/carexample7.py | 0 .../classes/carwithInnerexample1.py | 0 {Chapter3 => Chapter03}/classes/methodsexample1.py | 0 {Chapter3 => Chapter03}/classes/snippets.py | 0 {Chapter3 => Chapter03}/composition/composition1.py | 0 {Chapter3 => Chapter03}/ductyyping/ducttype1.py | 0 {Chapter3 => Chapter03}/inheritance/inheritance1.py | 0 {Chapter3 => Chapter03}/inheritance/inheritance2.py | 0 .../polymorphism/methodoverloading1.py | 0 .../polymorphism/methodoverriding1.py | 0 {chapter4 => Chapter04}/errors/abc.txt | 0 {chapter4 => Chapter04}/errors/exception1.py | 0 {chapter4 => Chapter04}/errors/exception2.py | 0 {chapter4 => Chapter04}/errors/exception3.py | 0 {chapter4 => Chapter04}/errors/exception4.py | 0 {chapter4 => Chapter04}/files/1.txt | 0 {chapter4 => Chapter04}/files/2.txt | 0 {chapter4 => Chapter04}/files/contextmgr1.py | 0 {chapter4 => Chapter04}/files/multifilesread1.py | 0 {chapter4 => Chapter04}/files/multifilesread2.py | 0 {chapter4 => Chapter04}/files/multifilesread3.py | 0 {chapter4 => Chapter04}/files/myfile.txt | 0 {chapter4 => Chapter04}/files/writereadfile.py | 0 {chapter4 => Chapter04}/iterators/abc.txt | 0 {chapter4 => Chapter04}/iterators/generator1.py | 0 {chapter4 => Chapter04}/iterators/generator2.py | 0 {chapter4 => Chapter04}/iterators/generator3.py | 0 {chapter4 => Chapter04}/iterators/generator4.py | 0 {chapter4 => Chapter04}/iterators/iterator1.py | 0 {chapter4 => Chapter04}/iterators/iterator2.py | 0 {chapter4 => Chapter04}/iterators/iterator3.py | 0 {chapter4 => Chapter04}/iterators/iterator4.py | 0 {chapter4 => Chapter04}/logging/logging1.py | 0 {chapter4 => Chapter04}/logging/logging2.py | 0 {chapter4 => Chapter04}/logging/logging3.py | 0 {chapter4 => Chapter04}/logging/logging3A.py | 0 {chapter4 => Chapter04}/logging/logging4.py | 0 {chapter4 => Chapter04}/logging/logging5.py | 0 {chapter4 => Chapter04}/logging/logging6.conf.yaml | 0 {chapter4 => Chapter04}/logging/logging6.py | 0 {chapter4 => Chapter04}/logging/logs/logging3.log | 0 {chapter4 => Chapter04}/logging/logs/logging4.log | 0 {chapter4 => Chapter04}/logging/logs/logging5.log | 0 {chapter4 => Chapter04}/logging/logs/logging6.log | 0 {Chapter5 => Chapter05}/mypytest/src/__init__.py | 0 {Chapter5 => Chapter05}/mypytest/src/myadd.py | 0 {Chapter5 => Chapter05}/mypytest/src/myadd3.py | 0 {Chapter5 => Chapter05}/mypytest/src/mycalc.py | 0 {Chapter5 => Chapter05}/mypytest/tests/__init__.py | 0 {Chapter5 => Chapter05}/mypytest/tests/__init__.pyc | Bin .../mypytest/tests/test_myadd3.py | 0 .../mypytest/tests/test_myadd4.py | 0 .../mypytest/tests/test_myadd5.py | 0 .../mypytest/tests/test_mycalc1.py | 0 .../mypytest/tests/test_mycalc2.py | 0 .../myunittest/src/myadd/__init__.py | 0 .../myunittest/src/myadd/myadd.py | 0 .../myunittest/src/myadd/myadd2.py | 0 .../myunittest/src/mycalc/mycalc.py | 0 .../myunittest/tests/tests_myadd/__init__.py | 0 .../myunittest/tests/tests_myadd/test_myadd1.py | 0 .../myunittest/tests/tests_myadd/test_myadd2.py | 0 .../myunittest/tests/tests_myadd/test_myadd3.py | 0 .../tests/tests_mycalc/mycalctestrunner.py | 0 .../tests/tests_mycalc/test_mycalc_add.py | 0 .../tests/tests_mycalc/test_mycalc_divide.py | 0 .../tests/tests_mycalc/test_mycalc_multiply.py | 0 .../tests/tests_mycalc/test_mycalc_subtract.py | 0 {Chapter6 => Chapter06}/comprehension/dictcomp1.py | 0 {Chapter6 => Chapter06}/comprehension/gencomp1.py | 0 {Chapter6 => Chapter06}/comprehension/list1.py | 0 {Chapter6 => Chapter06}/comprehension/list2.py | 0 {Chapter6 => Chapter06}/comprehension/setcomp1.py | 0 .../decorator/decorator0-extra.py | 0 {Chapter6 => Chapter06}/decorator/decorator1.py | 0 {Chapter6 => Chapter06}/decorator/decorator2.py | 0 {Chapter6 => Chapter06}/decorator/decorator3.py | 0 {Chapter6 => Chapter06}/decorator/decorator4.py | 0 {Chapter6 => Chapter06}/decorator/decorator5.py | 0 .../decorator/decorator6-extra.py | 0 {Chapter6 => Chapter06}/decorator/log.txt | 0 {Chapter6 => Chapter06}/dictionary/dictionary1.py | 0 {Chapter6 => Chapter06}/dictionary/dictionary2.py | 0 {Chapter6 => Chapter06}/dictionary/dictionary3.py | 0 {Chapter6 => Chapter06}/dictionary/dictionary4.py | 0 {Chapter6 => Chapter06}/innerfunction/inner1.py | 0 {Chapter6 => Chapter06}/innerfunction/inner2.py | 0 {Chapter6 => Chapter06}/iter_util/counter.py | 0 .../iter_util/itertools_accumulate.py | 0 .../iter_util/itertools_chain.py | 0 .../iter_util/itertools_compress.py | 0 .../iter_util/itertools_count.py | 0 .../iter_util/itertools_cycle.py | 0 .../iter_util/itertools_groupby.py | 0 .../iter_util/itertools_repeat.py | 0 {Chapter6 => Chapter06}/iter_util/itertools_tee.py | 0 {Chapter6 => Chapter06}/iter_util/zip.py | 0 {Chapter6 => Chapter06}/lambda/lambda1.py | 0 {Chapter6 => Chapter06}/lambda/lambda2.py | 0 {Chapter6 => Chapter06}/lambda/lambda3.py | 0 {Chapter6 => Chapter06}/mapfilterreduce/filter1.py | 0 {Chapter6 => Chapter06}/mapfilterreduce/filter2.py | 0 {Chapter6 => Chapter06}/mapfilterreduce/filter3.py | 0 {Chapter6 => Chapter06}/mapfilterreduce/map1.py | 0 {Chapter6 => Chapter06}/mapfilterreduce/map2.py | 0 {Chapter6 => Chapter06}/mapfilterreduce/map3.py | 0 {Chapter6 => Chapter06}/mapfilterreduce/reduce1.py | 0 .../mypandas/advance/pandastrick1.py | 0 .../mypandas/advance/pandastrick2.py | 0 .../mypandas/advance/pandastrick3.py | 0 .../mypandas/advance/pandastrick4.py | 0 .../mypandas/advance/pandastrick5.py | 0 {Chapter6 => Chapter06}/mypandas/extra1.py | 0 {Chapter6 => Chapter06}/mypandas/extra2.py | 0 .../mypandas/operations/pandas1.py | 0 .../mypandas/operations/pandas2.py | 0 .../mypandas/operations/pandas3.py | 0 .../mypandas/operations/pandas4.py | 0 .../mypandas/operations/pandas5.py | 0 .../mypandas/operations/pandas6.py | 0 .../mypandas/operations/pandas7.py | 0 .../mypandas/operations/pandas8.py | 0 {Chapter6 => Chapter06}/mypandas/weekly_weather.csv | 0 {Chapter7 => Chapter07}/asyncio/asyncio1.py | 0 {Chapter7 => Chapter07}/asyncio/asyncio2.py | 0 {Chapter7 => Chapter07}/asyncio/asyncio3.py | 0 .../asyncio/asyncio_casestudy.py | 0 {Chapter7 => Chapter07}/multiprocessing/process1.py | 0 {Chapter7 => Chapter07}/multiprocessing/process2.py | 0 {Chapter7 => Chapter07}/multiprocessing/process3.py | 0 {Chapter7 => Chapter07}/multiprocessing/process4.py | 0 {Chapter7 => Chapter07}/multiprocessing/process5.py | 0 {Chapter7 => Chapter07}/multiprocessing/process6.py | 0 {Chapter7 => Chapter07}/multiprocessing/process7.py | 0 .../multiprocessing/processes_casestudy.py | 0 .../multithreading/thread1-extra.py | 0 {Chapter7 => Chapter07}/multithreading/thread1.py | 0 {Chapter7 => Chapter07}/multithreading/thread2.py | 0 {Chapter7 => Chapter07}/multithreading/thread3a.py | 0 {Chapter7 => Chapter07}/multithreading/thread3b.py | 0 {Chapter7 => Chapter07}/multithreading/thread4.py | 0 .../multithreading/thread_casestudy-extra.py | 0 .../multithreading/threads_casestudy.py | 0 {Chapter8 => Chapter08}/casestudy/casestudy1.py | 0 {Chapter8 => Chapter08}/casestudy/casestudy2.py | 0 {Chapter8 => Chapter08}/casestudy/wordcloud.txt | 0 {Chapter8 => Chapter08}/dataframe/df2.csv | 0 {Chapter8 => Chapter08}/dataframe/dfcreate1.py | 0 {Chapter8 => Chapter08}/dataframe/dfcreate2.py | 0 {Chapter8 => Chapter08}/dataframe/dfoperations.py | 0 {Chapter8 => Chapter08}/rdd/rddaction1.py | 0 {Chapter8 => Chapter08}/rdd/rddcreate.py | 0 {Chapter8 => Chapter08}/rdd/rddtranform1.py | 0 {Chapter8 => Chapter08}/rdd/rddtransform2.py | 0 {Chapter8 => Chapter08}/rdd/sample.txt | 0 {Chapter8 => Chapter08}/sql/sql1.py | 0 {Chapter9 => Chapter09}/dataflow/my_wordcount.py | 0 {Chapter9 => Chapter09}/pipeline/pipeline1.py | 0 {Chapter9 => Chapter09}/pipeline/pipeline2.py | 0 {Chapter9 => Chapter09}/pipeline/pipeline3.py | 0 {Chapter9 => Chapter09}/pipeline/pipeline4.py | 0 {Chapter9 => Chapter09}/pipeline/sample.txt | 0 {Chapter9 => Chapter09}/pipeline/sample1.txt | 0 {Chapter9 => Chapter09}/time-wsproj/app.yaml | 0 {Chapter9 => Chapter09}/time-wsproj/main.py | 0 .../time-wsproj/requirements.txt | 0 211 files changed, 0 insertions(+), 0 deletions(-) rename {Chapter2 => Chapter02}/module_reusable/main_panda.py (100%) rename {Chapter2 => Chapter02}/module_reusable/mypanda.py (100%) rename {Chapter2 => Chapter02}/module_reusable/myrandomv2.py (100%) rename {Chapter2 => Chapter02}/modules_import/calcmain1.py (100%) rename {Chapter2 => Chapter02}/modules_import/calcmain2.py (100%) rename {Chapter2 => Chapter02}/modules_import/calcmain3.py (100%) rename {Chapter2 => Chapter02}/modules_import/globalmain.py (100%) rename {Chapter2 => Chapter02}/modules_import/mycalculator.py (100%) rename {Chapter2 => Chapter02}/modules_import/myrandom.py (100%) rename {Chapter2 => Chapter02}/modules_import/myrandomv2.py (100%) rename {Chapter2 => Chapter02}/mypackage_mains/pkgmain3.py (100%) rename {Chapter2 => Chapter02}/mypackage_mains/pkgmain4.py (100%) rename {Chapter2 => Chapter02}/mypackage_mains/pkgmain5.py (100%) rename {Chapter2 => Chapter02}/mypackages/masifutil/__init__.py (100%) rename {Chapter2 => Chapter02}/mypackages/masifutil/advcalc/__init__.py (100%) rename {Chapter2 => Chapter02}/mypackages/masifutil/advcalc/advcalculator.py (100%) rename {Chapter2 => Chapter02}/mypackages/masifutil/mycalculator.py (100%) rename {Chapter2 => Chapter02}/mypackages/masifutil/myrandom.py (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/LICENSE.txt (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/MANIFEST.in (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/README.md (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/data/empty.txt (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/dist/empty.txt (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/masifutil/__init__.py (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/masifutil/advcalc/__init__.py (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/masifutil/advcalc/advcalculator.py (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/masifutil/mycalculator.py (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/masifutil/myrandom.py (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/masifutilv2.egg-info/PKG-INFO (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/masifutilv2.egg-info/SOURCES.txt (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/masifutilv2.egg-info/dependency_links.txt (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/masifutilv2.egg-info/top_level.txt (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/setup.cfg (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/setup.py (100%) rename {Chapter2 => Chapter02}/mypackages/masifutilv2/tests/empty.txt (100%) rename {Chapter2 => Chapter02}/mypackages/pkgmain0.py (100%) rename {Chapter2 => Chapter02}/mypackages/pkgmain1.py (100%) rename {Chapter2 => Chapter02}/mypackages/pkgmain2.py (100%) rename {Chapter3 => Chapter03}/abstraction/abstraction1.py (100%) rename {Chapter3 => Chapter03}/classes/carexample1.py (100%) rename {Chapter3 => Chapter03}/classes/carexample2.py (100%) rename {Chapter3 => Chapter03}/classes/carexample3.py (100%) rename {Chapter3 => Chapter03}/classes/carexample4.py (100%) rename {Chapter3 => Chapter03}/classes/carexample5.py (100%) rename {Chapter3 => Chapter03}/classes/carexample6.py (100%) rename {Chapter3 => Chapter03}/classes/carexample7.py (100%) rename {Chapter3 => Chapter03}/classes/carwithInnerexample1.py (100%) rename {Chapter3 => Chapter03}/classes/methodsexample1.py (100%) rename {Chapter3 => Chapter03}/classes/snippets.py (100%) rename {Chapter3 => Chapter03}/composition/composition1.py (100%) rename {Chapter3 => Chapter03}/ductyyping/ducttype1.py (100%) rename {Chapter3 => Chapter03}/inheritance/inheritance1.py (100%) rename {Chapter3 => Chapter03}/inheritance/inheritance2.py (100%) rename {Chapter3 => Chapter03}/polymorphism/methodoverloading1.py (100%) rename {Chapter3 => Chapter03}/polymorphism/methodoverriding1.py (100%) rename {chapter4 => Chapter04}/errors/abc.txt (100%) rename {chapter4 => Chapter04}/errors/exception1.py (100%) rename {chapter4 => Chapter04}/errors/exception2.py (100%) rename {chapter4 => Chapter04}/errors/exception3.py (100%) rename {chapter4 => Chapter04}/errors/exception4.py (100%) rename {chapter4 => Chapter04}/files/1.txt (100%) rename {chapter4 => Chapter04}/files/2.txt (100%) rename {chapter4 => Chapter04}/files/contextmgr1.py (100%) rename {chapter4 => Chapter04}/files/multifilesread1.py (100%) rename {chapter4 => Chapter04}/files/multifilesread2.py (100%) rename {chapter4 => Chapter04}/files/multifilesread3.py (100%) rename {chapter4 => Chapter04}/files/myfile.txt (100%) rename {chapter4 => Chapter04}/files/writereadfile.py (100%) rename {chapter4 => Chapter04}/iterators/abc.txt (100%) rename {chapter4 => Chapter04}/iterators/generator1.py (100%) rename {chapter4 => Chapter04}/iterators/generator2.py (100%) rename {chapter4 => Chapter04}/iterators/generator3.py (100%) rename {chapter4 => Chapter04}/iterators/generator4.py (100%) rename {chapter4 => Chapter04}/iterators/iterator1.py (100%) rename {chapter4 => Chapter04}/iterators/iterator2.py (100%) rename {chapter4 => Chapter04}/iterators/iterator3.py (100%) rename {chapter4 => Chapter04}/iterators/iterator4.py (100%) rename {chapter4 => Chapter04}/logging/logging1.py (100%) rename {chapter4 => Chapter04}/logging/logging2.py (100%) rename {chapter4 => Chapter04}/logging/logging3.py (100%) rename {chapter4 => Chapter04}/logging/logging3A.py (100%) rename {chapter4 => Chapter04}/logging/logging4.py (100%) rename {chapter4 => Chapter04}/logging/logging5.py (100%) rename {chapter4 => Chapter04}/logging/logging6.conf.yaml (100%) rename {chapter4 => Chapter04}/logging/logging6.py (100%) rename {chapter4 => Chapter04}/logging/logs/logging3.log (100%) rename {chapter4 => Chapter04}/logging/logs/logging4.log (100%) rename {chapter4 => Chapter04}/logging/logs/logging5.log (100%) rename {chapter4 => Chapter04}/logging/logs/logging6.log (100%) rename {Chapter5 => Chapter05}/mypytest/src/__init__.py (100%) rename {Chapter5 => Chapter05}/mypytest/src/myadd.py (100%) rename {Chapter5 => Chapter05}/mypytest/src/myadd3.py (100%) rename {Chapter5 => Chapter05}/mypytest/src/mycalc.py (100%) rename {Chapter5 => Chapter05}/mypytest/tests/__init__.py (100%) rename {Chapter5 => Chapter05}/mypytest/tests/__init__.pyc (100%) rename {Chapter5 => Chapter05}/mypytest/tests/test_myadd3.py (100%) rename {Chapter5 => Chapter05}/mypytest/tests/test_myadd4.py (100%) rename {Chapter5 => Chapter05}/mypytest/tests/test_myadd5.py (100%) rename {Chapter5 => Chapter05}/mypytest/tests/test_mycalc1.py (100%) rename {Chapter5 => Chapter05}/mypytest/tests/test_mycalc2.py (100%) rename {Chapter5 => Chapter05}/myunittest/src/myadd/__init__.py (100%) rename {Chapter5 => Chapter05}/myunittest/src/myadd/myadd.py (100%) rename {Chapter5 => Chapter05}/myunittest/src/myadd/myadd2.py (100%) rename {Chapter5 => Chapter05}/myunittest/src/mycalc/mycalc.py (100%) rename {Chapter5 => Chapter05}/myunittest/tests/tests_myadd/__init__.py (100%) rename {Chapter5 => Chapter05}/myunittest/tests/tests_myadd/test_myadd1.py (100%) rename {Chapter5 => Chapter05}/myunittest/tests/tests_myadd/test_myadd2.py (100%) rename {Chapter5 => Chapter05}/myunittest/tests/tests_myadd/test_myadd3.py (100%) rename {Chapter5 => Chapter05}/myunittest/tests/tests_mycalc/mycalctestrunner.py (100%) rename {Chapter5 => Chapter05}/myunittest/tests/tests_mycalc/test_mycalc_add.py (100%) rename {Chapter5 => Chapter05}/myunittest/tests/tests_mycalc/test_mycalc_divide.py (100%) rename {Chapter5 => Chapter05}/myunittest/tests/tests_mycalc/test_mycalc_multiply.py (100%) rename {Chapter5 => Chapter05}/myunittest/tests/tests_mycalc/test_mycalc_subtract.py (100%) rename {Chapter6 => Chapter06}/comprehension/dictcomp1.py (100%) rename {Chapter6 => Chapter06}/comprehension/gencomp1.py (100%) rename {Chapter6 => Chapter06}/comprehension/list1.py (100%) rename {Chapter6 => Chapter06}/comprehension/list2.py (100%) rename {Chapter6 => Chapter06}/comprehension/setcomp1.py (100%) rename {Chapter6 => Chapter06}/decorator/decorator0-extra.py (100%) rename {Chapter6 => Chapter06}/decorator/decorator1.py (100%) rename {Chapter6 => Chapter06}/decorator/decorator2.py (100%) rename {Chapter6 => Chapter06}/decorator/decorator3.py (100%) rename {Chapter6 => Chapter06}/decorator/decorator4.py (100%) rename {Chapter6 => Chapter06}/decorator/decorator5.py (100%) rename {Chapter6 => Chapter06}/decorator/decorator6-extra.py (100%) rename {Chapter6 => Chapter06}/decorator/log.txt (100%) rename {Chapter6 => Chapter06}/dictionary/dictionary1.py (100%) rename {Chapter6 => Chapter06}/dictionary/dictionary2.py (100%) rename {Chapter6 => Chapter06}/dictionary/dictionary3.py (100%) rename {Chapter6 => Chapter06}/dictionary/dictionary4.py (100%) rename {Chapter6 => Chapter06}/innerfunction/inner1.py (100%) rename {Chapter6 => Chapter06}/innerfunction/inner2.py (100%) rename {Chapter6 => Chapter06}/iter_util/counter.py (100%) rename {Chapter6 => Chapter06}/iter_util/itertools_accumulate.py (100%) rename {Chapter6 => Chapter06}/iter_util/itertools_chain.py (100%) rename {Chapter6 => Chapter06}/iter_util/itertools_compress.py (100%) rename {Chapter6 => Chapter06}/iter_util/itertools_count.py (100%) rename {Chapter6 => Chapter06}/iter_util/itertools_cycle.py (100%) rename {Chapter6 => Chapter06}/iter_util/itertools_groupby.py (100%) rename {Chapter6 => Chapter06}/iter_util/itertools_repeat.py (100%) rename {Chapter6 => Chapter06}/iter_util/itertools_tee.py (100%) rename {Chapter6 => Chapter06}/iter_util/zip.py (100%) rename {Chapter6 => Chapter06}/lambda/lambda1.py (100%) rename {Chapter6 => Chapter06}/lambda/lambda2.py (100%) rename {Chapter6 => Chapter06}/lambda/lambda3.py (100%) rename {Chapter6 => Chapter06}/mapfilterreduce/filter1.py (100%) rename {Chapter6 => Chapter06}/mapfilterreduce/filter2.py (100%) rename {Chapter6 => Chapter06}/mapfilterreduce/filter3.py (100%) rename {Chapter6 => Chapter06}/mapfilterreduce/map1.py (100%) rename {Chapter6 => Chapter06}/mapfilterreduce/map2.py (100%) rename {Chapter6 => Chapter06}/mapfilterreduce/map3.py (100%) rename {Chapter6 => Chapter06}/mapfilterreduce/reduce1.py (100%) rename {Chapter6 => Chapter06}/mypandas/advance/pandastrick1.py (100%) rename {Chapter6 => Chapter06}/mypandas/advance/pandastrick2.py (100%) rename {Chapter6 => Chapter06}/mypandas/advance/pandastrick3.py (100%) rename {Chapter6 => Chapter06}/mypandas/advance/pandastrick4.py (100%) rename {Chapter6 => Chapter06}/mypandas/advance/pandastrick5.py (100%) rename {Chapter6 => Chapter06}/mypandas/extra1.py (100%) rename {Chapter6 => Chapter06}/mypandas/extra2.py (100%) rename {Chapter6 => Chapter06}/mypandas/operations/pandas1.py (100%) rename {Chapter6 => Chapter06}/mypandas/operations/pandas2.py (100%) rename {Chapter6 => Chapter06}/mypandas/operations/pandas3.py (100%) rename {Chapter6 => Chapter06}/mypandas/operations/pandas4.py (100%) rename {Chapter6 => Chapter06}/mypandas/operations/pandas5.py (100%) rename {Chapter6 => Chapter06}/mypandas/operations/pandas6.py (100%) rename {Chapter6 => Chapter06}/mypandas/operations/pandas7.py (100%) rename {Chapter6 => Chapter06}/mypandas/operations/pandas8.py (100%) rename {Chapter6 => Chapter06}/mypandas/weekly_weather.csv (100%) rename {Chapter7 => Chapter07}/asyncio/asyncio1.py (100%) rename {Chapter7 => Chapter07}/asyncio/asyncio2.py (100%) rename {Chapter7 => Chapter07}/asyncio/asyncio3.py (100%) rename {Chapter7 => Chapter07}/asyncio/asyncio_casestudy.py (100%) rename {Chapter7 => Chapter07}/multiprocessing/process1.py (100%) rename {Chapter7 => Chapter07}/multiprocessing/process2.py (100%) rename {Chapter7 => Chapter07}/multiprocessing/process3.py (100%) rename {Chapter7 => Chapter07}/multiprocessing/process4.py (100%) rename {Chapter7 => Chapter07}/multiprocessing/process5.py (100%) rename {Chapter7 => Chapter07}/multiprocessing/process6.py (100%) rename {Chapter7 => Chapter07}/multiprocessing/process7.py (100%) rename {Chapter7 => Chapter07}/multiprocessing/processes_casestudy.py (100%) rename {Chapter7 => Chapter07}/multithreading/thread1-extra.py (100%) rename {Chapter7 => Chapter07}/multithreading/thread1.py (100%) rename {Chapter7 => Chapter07}/multithreading/thread2.py (100%) rename {Chapter7 => Chapter07}/multithreading/thread3a.py (100%) rename {Chapter7 => Chapter07}/multithreading/thread3b.py (100%) rename {Chapter7 => Chapter07}/multithreading/thread4.py (100%) rename {Chapter7 => Chapter07}/multithreading/thread_casestudy-extra.py (100%) rename {Chapter7 => Chapter07}/multithreading/threads_casestudy.py (100%) rename {Chapter8 => Chapter08}/casestudy/casestudy1.py (100%) rename {Chapter8 => Chapter08}/casestudy/casestudy2.py (100%) rename {Chapter8 => Chapter08}/casestudy/wordcloud.txt (100%) rename {Chapter8 => Chapter08}/dataframe/df2.csv (100%) rename {Chapter8 => Chapter08}/dataframe/dfcreate1.py (100%) rename {Chapter8 => Chapter08}/dataframe/dfcreate2.py (100%) rename {Chapter8 => Chapter08}/dataframe/dfoperations.py (100%) rename {Chapter8 => Chapter08}/rdd/rddaction1.py (100%) rename {Chapter8 => Chapter08}/rdd/rddcreate.py (100%) rename {Chapter8 => Chapter08}/rdd/rddtranform1.py (100%) rename {Chapter8 => Chapter08}/rdd/rddtransform2.py (100%) rename {Chapter8 => Chapter08}/rdd/sample.txt (100%) rename {Chapter8 => Chapter08}/sql/sql1.py (100%) rename {Chapter9 => Chapter09}/dataflow/my_wordcount.py (100%) rename {Chapter9 => Chapter09}/pipeline/pipeline1.py (100%) rename {Chapter9 => Chapter09}/pipeline/pipeline2.py (100%) rename {Chapter9 => Chapter09}/pipeline/pipeline3.py (100%) rename {Chapter9 => Chapter09}/pipeline/pipeline4.py (100%) rename {Chapter9 => Chapter09}/pipeline/sample.txt (100%) rename {Chapter9 => Chapter09}/pipeline/sample1.txt (100%) rename {Chapter9 => Chapter09}/time-wsproj/app.yaml (100%) rename {Chapter9 => Chapter09}/time-wsproj/main.py (100%) rename {Chapter9 => Chapter09}/time-wsproj/requirements.txt (100%) diff --git a/Chapter2/module_reusable/main_panda.py b/Chapter02/module_reusable/main_panda.py similarity index 100% rename from Chapter2/module_reusable/main_panda.py rename to Chapter02/module_reusable/main_panda.py diff --git a/Chapter2/module_reusable/mypanda.py b/Chapter02/module_reusable/mypanda.py similarity index 100% rename from Chapter2/module_reusable/mypanda.py rename to Chapter02/module_reusable/mypanda.py diff --git a/Chapter2/module_reusable/myrandomv2.py b/Chapter02/module_reusable/myrandomv2.py similarity index 100% rename from Chapter2/module_reusable/myrandomv2.py rename to Chapter02/module_reusable/myrandomv2.py diff --git a/Chapter2/modules_import/calcmain1.py b/Chapter02/modules_import/calcmain1.py similarity index 100% rename from Chapter2/modules_import/calcmain1.py rename to Chapter02/modules_import/calcmain1.py diff --git a/Chapter2/modules_import/calcmain2.py b/Chapter02/modules_import/calcmain2.py similarity index 100% rename from Chapter2/modules_import/calcmain2.py rename to Chapter02/modules_import/calcmain2.py diff --git a/Chapter2/modules_import/calcmain3.py b/Chapter02/modules_import/calcmain3.py similarity index 100% rename from Chapter2/modules_import/calcmain3.py rename to Chapter02/modules_import/calcmain3.py diff --git a/Chapter2/modules_import/globalmain.py b/Chapter02/modules_import/globalmain.py similarity index 100% rename from Chapter2/modules_import/globalmain.py rename to Chapter02/modules_import/globalmain.py diff --git a/Chapter2/modules_import/mycalculator.py b/Chapter02/modules_import/mycalculator.py similarity index 100% rename from Chapter2/modules_import/mycalculator.py rename to Chapter02/modules_import/mycalculator.py diff --git a/Chapter2/modules_import/myrandom.py b/Chapter02/modules_import/myrandom.py similarity index 100% rename from Chapter2/modules_import/myrandom.py rename to Chapter02/modules_import/myrandom.py diff --git a/Chapter2/modules_import/myrandomv2.py b/Chapter02/modules_import/myrandomv2.py similarity index 100% rename from Chapter2/modules_import/myrandomv2.py rename to Chapter02/modules_import/myrandomv2.py diff --git a/Chapter2/mypackage_mains/pkgmain3.py b/Chapter02/mypackage_mains/pkgmain3.py similarity index 100% rename from Chapter2/mypackage_mains/pkgmain3.py rename to Chapter02/mypackage_mains/pkgmain3.py diff --git a/Chapter2/mypackage_mains/pkgmain4.py b/Chapter02/mypackage_mains/pkgmain4.py similarity index 100% rename from Chapter2/mypackage_mains/pkgmain4.py rename to Chapter02/mypackage_mains/pkgmain4.py diff --git a/Chapter2/mypackage_mains/pkgmain5.py b/Chapter02/mypackage_mains/pkgmain5.py similarity index 100% rename from Chapter2/mypackage_mains/pkgmain5.py rename to Chapter02/mypackage_mains/pkgmain5.py diff --git a/Chapter2/mypackages/masifutil/__init__.py b/Chapter02/mypackages/masifutil/__init__.py similarity index 100% rename from Chapter2/mypackages/masifutil/__init__.py rename to Chapter02/mypackages/masifutil/__init__.py diff --git a/Chapter2/mypackages/masifutil/advcalc/__init__.py b/Chapter02/mypackages/masifutil/advcalc/__init__.py similarity index 100% rename from Chapter2/mypackages/masifutil/advcalc/__init__.py rename to Chapter02/mypackages/masifutil/advcalc/__init__.py diff --git a/Chapter2/mypackages/masifutil/advcalc/advcalculator.py b/Chapter02/mypackages/masifutil/advcalc/advcalculator.py similarity index 100% rename from Chapter2/mypackages/masifutil/advcalc/advcalculator.py rename to Chapter02/mypackages/masifutil/advcalc/advcalculator.py diff --git a/Chapter2/mypackages/masifutil/mycalculator.py b/Chapter02/mypackages/masifutil/mycalculator.py similarity index 100% rename from Chapter2/mypackages/masifutil/mycalculator.py rename to Chapter02/mypackages/masifutil/mycalculator.py diff --git a/Chapter2/mypackages/masifutil/myrandom.py b/Chapter02/mypackages/masifutil/myrandom.py similarity index 100% rename from Chapter2/mypackages/masifutil/myrandom.py rename to Chapter02/mypackages/masifutil/myrandom.py diff --git a/Chapter2/mypackages/masifutilv2/LICENSE.txt b/Chapter02/mypackages/masifutilv2/LICENSE.txt similarity index 100% rename from Chapter2/mypackages/masifutilv2/LICENSE.txt rename to Chapter02/mypackages/masifutilv2/LICENSE.txt diff --git a/Chapter2/mypackages/masifutilv2/MANIFEST.in b/Chapter02/mypackages/masifutilv2/MANIFEST.in similarity index 100% rename from Chapter2/mypackages/masifutilv2/MANIFEST.in rename to Chapter02/mypackages/masifutilv2/MANIFEST.in diff --git a/Chapter2/mypackages/masifutilv2/README.md b/Chapter02/mypackages/masifutilv2/README.md similarity index 100% rename from Chapter2/mypackages/masifutilv2/README.md rename to Chapter02/mypackages/masifutilv2/README.md diff --git a/Chapter2/mypackages/masifutilv2/data/empty.txt b/Chapter02/mypackages/masifutilv2/data/empty.txt similarity index 100% rename from Chapter2/mypackages/masifutilv2/data/empty.txt rename to Chapter02/mypackages/masifutilv2/data/empty.txt diff --git a/Chapter2/mypackages/masifutilv2/dist/empty.txt b/Chapter02/mypackages/masifutilv2/dist/empty.txt similarity index 100% rename from Chapter2/mypackages/masifutilv2/dist/empty.txt rename to Chapter02/mypackages/masifutilv2/dist/empty.txt diff --git a/Chapter2/mypackages/masifutilv2/masifutil/__init__.py b/Chapter02/mypackages/masifutilv2/masifutil/__init__.py similarity index 100% rename from Chapter2/mypackages/masifutilv2/masifutil/__init__.py rename to Chapter02/mypackages/masifutilv2/masifutil/__init__.py diff --git a/Chapter2/mypackages/masifutilv2/masifutil/advcalc/__init__.py b/Chapter02/mypackages/masifutilv2/masifutil/advcalc/__init__.py similarity index 100% rename from Chapter2/mypackages/masifutilv2/masifutil/advcalc/__init__.py rename to Chapter02/mypackages/masifutilv2/masifutil/advcalc/__init__.py diff --git a/Chapter2/mypackages/masifutilv2/masifutil/advcalc/advcalculator.py b/Chapter02/mypackages/masifutilv2/masifutil/advcalc/advcalculator.py similarity index 100% rename from Chapter2/mypackages/masifutilv2/masifutil/advcalc/advcalculator.py rename to Chapter02/mypackages/masifutilv2/masifutil/advcalc/advcalculator.py diff --git a/Chapter2/mypackages/masifutilv2/masifutil/mycalculator.py b/Chapter02/mypackages/masifutilv2/masifutil/mycalculator.py similarity index 100% rename from Chapter2/mypackages/masifutilv2/masifutil/mycalculator.py rename to Chapter02/mypackages/masifutilv2/masifutil/mycalculator.py diff --git a/Chapter2/mypackages/masifutilv2/masifutil/myrandom.py b/Chapter02/mypackages/masifutilv2/masifutil/myrandom.py similarity index 100% rename from Chapter2/mypackages/masifutilv2/masifutil/myrandom.py rename to Chapter02/mypackages/masifutilv2/masifutil/myrandom.py diff --git a/Chapter2/mypackages/masifutilv2/masifutilv2.egg-info/PKG-INFO b/Chapter02/mypackages/masifutilv2/masifutilv2.egg-info/PKG-INFO similarity index 100% rename from Chapter2/mypackages/masifutilv2/masifutilv2.egg-info/PKG-INFO rename to Chapter02/mypackages/masifutilv2/masifutilv2.egg-info/PKG-INFO diff --git a/Chapter2/mypackages/masifutilv2/masifutilv2.egg-info/SOURCES.txt b/Chapter02/mypackages/masifutilv2/masifutilv2.egg-info/SOURCES.txt similarity index 100% rename from Chapter2/mypackages/masifutilv2/masifutilv2.egg-info/SOURCES.txt rename to Chapter02/mypackages/masifutilv2/masifutilv2.egg-info/SOURCES.txt diff --git a/Chapter2/mypackages/masifutilv2/masifutilv2.egg-info/dependency_links.txt b/Chapter02/mypackages/masifutilv2/masifutilv2.egg-info/dependency_links.txt similarity index 100% rename from Chapter2/mypackages/masifutilv2/masifutilv2.egg-info/dependency_links.txt rename to Chapter02/mypackages/masifutilv2/masifutilv2.egg-info/dependency_links.txt diff --git a/Chapter2/mypackages/masifutilv2/masifutilv2.egg-info/top_level.txt b/Chapter02/mypackages/masifutilv2/masifutilv2.egg-info/top_level.txt similarity index 100% rename from Chapter2/mypackages/masifutilv2/masifutilv2.egg-info/top_level.txt rename to Chapter02/mypackages/masifutilv2/masifutilv2.egg-info/top_level.txt diff --git a/Chapter2/mypackages/masifutilv2/setup.cfg b/Chapter02/mypackages/masifutilv2/setup.cfg similarity index 100% rename from Chapter2/mypackages/masifutilv2/setup.cfg rename to Chapter02/mypackages/masifutilv2/setup.cfg diff --git a/Chapter2/mypackages/masifutilv2/setup.py b/Chapter02/mypackages/masifutilv2/setup.py similarity index 100% rename from Chapter2/mypackages/masifutilv2/setup.py rename to Chapter02/mypackages/masifutilv2/setup.py diff --git a/Chapter2/mypackages/masifutilv2/tests/empty.txt b/Chapter02/mypackages/masifutilv2/tests/empty.txt similarity index 100% rename from Chapter2/mypackages/masifutilv2/tests/empty.txt rename to Chapter02/mypackages/masifutilv2/tests/empty.txt diff --git a/Chapter2/mypackages/pkgmain0.py b/Chapter02/mypackages/pkgmain0.py similarity index 100% rename from Chapter2/mypackages/pkgmain0.py rename to Chapter02/mypackages/pkgmain0.py diff --git a/Chapter2/mypackages/pkgmain1.py b/Chapter02/mypackages/pkgmain1.py similarity index 100% rename from Chapter2/mypackages/pkgmain1.py rename to Chapter02/mypackages/pkgmain1.py diff --git a/Chapter2/mypackages/pkgmain2.py b/Chapter02/mypackages/pkgmain2.py similarity index 100% rename from Chapter2/mypackages/pkgmain2.py rename to Chapter02/mypackages/pkgmain2.py diff --git a/Chapter3/abstraction/abstraction1.py b/Chapter03/abstraction/abstraction1.py similarity index 100% rename from Chapter3/abstraction/abstraction1.py rename to Chapter03/abstraction/abstraction1.py diff --git a/Chapter3/classes/carexample1.py b/Chapter03/classes/carexample1.py similarity index 100% rename from Chapter3/classes/carexample1.py rename to Chapter03/classes/carexample1.py diff --git a/Chapter3/classes/carexample2.py b/Chapter03/classes/carexample2.py similarity index 100% rename from Chapter3/classes/carexample2.py rename to Chapter03/classes/carexample2.py diff --git a/Chapter3/classes/carexample3.py b/Chapter03/classes/carexample3.py similarity index 100% rename from Chapter3/classes/carexample3.py rename to Chapter03/classes/carexample3.py diff --git a/Chapter3/classes/carexample4.py b/Chapter03/classes/carexample4.py similarity index 100% rename from Chapter3/classes/carexample4.py rename to Chapter03/classes/carexample4.py diff --git a/Chapter3/classes/carexample5.py b/Chapter03/classes/carexample5.py similarity index 100% rename from Chapter3/classes/carexample5.py rename to Chapter03/classes/carexample5.py diff --git a/Chapter3/classes/carexample6.py b/Chapter03/classes/carexample6.py similarity index 100% rename from Chapter3/classes/carexample6.py rename to Chapter03/classes/carexample6.py diff --git a/Chapter3/classes/carexample7.py b/Chapter03/classes/carexample7.py similarity index 100% rename from Chapter3/classes/carexample7.py rename to Chapter03/classes/carexample7.py diff --git a/Chapter3/classes/carwithInnerexample1.py b/Chapter03/classes/carwithInnerexample1.py similarity index 100% rename from Chapter3/classes/carwithInnerexample1.py rename to Chapter03/classes/carwithInnerexample1.py diff --git a/Chapter3/classes/methodsexample1.py b/Chapter03/classes/methodsexample1.py similarity index 100% rename from Chapter3/classes/methodsexample1.py rename to Chapter03/classes/methodsexample1.py diff --git a/Chapter3/classes/snippets.py b/Chapter03/classes/snippets.py similarity index 100% rename from Chapter3/classes/snippets.py rename to Chapter03/classes/snippets.py diff --git a/Chapter3/composition/composition1.py b/Chapter03/composition/composition1.py similarity index 100% rename from Chapter3/composition/composition1.py rename to Chapter03/composition/composition1.py diff --git a/Chapter3/ductyyping/ducttype1.py b/Chapter03/ductyyping/ducttype1.py similarity index 100% rename from Chapter3/ductyyping/ducttype1.py rename to Chapter03/ductyyping/ducttype1.py diff --git a/Chapter3/inheritance/inheritance1.py b/Chapter03/inheritance/inheritance1.py similarity index 100% rename from Chapter3/inheritance/inheritance1.py rename to Chapter03/inheritance/inheritance1.py diff --git a/Chapter3/inheritance/inheritance2.py b/Chapter03/inheritance/inheritance2.py similarity index 100% rename from Chapter3/inheritance/inheritance2.py rename to Chapter03/inheritance/inheritance2.py diff --git a/Chapter3/polymorphism/methodoverloading1.py b/Chapter03/polymorphism/methodoverloading1.py similarity index 100% rename from Chapter3/polymorphism/methodoverloading1.py rename to Chapter03/polymorphism/methodoverloading1.py diff --git a/Chapter3/polymorphism/methodoverriding1.py b/Chapter03/polymorphism/methodoverriding1.py similarity index 100% rename from Chapter3/polymorphism/methodoverriding1.py rename to Chapter03/polymorphism/methodoverriding1.py diff --git a/chapter4/errors/abc.txt b/Chapter04/errors/abc.txt similarity index 100% rename from chapter4/errors/abc.txt rename to Chapter04/errors/abc.txt diff --git a/chapter4/errors/exception1.py b/Chapter04/errors/exception1.py similarity index 100% rename from chapter4/errors/exception1.py rename to Chapter04/errors/exception1.py diff --git a/chapter4/errors/exception2.py b/Chapter04/errors/exception2.py similarity index 100% rename from chapter4/errors/exception2.py rename to Chapter04/errors/exception2.py diff --git a/chapter4/errors/exception3.py b/Chapter04/errors/exception3.py similarity index 100% rename from chapter4/errors/exception3.py rename to Chapter04/errors/exception3.py diff --git a/chapter4/errors/exception4.py b/Chapter04/errors/exception4.py similarity index 100% rename from chapter4/errors/exception4.py rename to Chapter04/errors/exception4.py diff --git a/chapter4/files/1.txt b/Chapter04/files/1.txt similarity index 100% rename from chapter4/files/1.txt rename to Chapter04/files/1.txt diff --git a/chapter4/files/2.txt b/Chapter04/files/2.txt similarity index 100% rename from chapter4/files/2.txt rename to Chapter04/files/2.txt diff --git a/chapter4/files/contextmgr1.py b/Chapter04/files/contextmgr1.py similarity index 100% rename from chapter4/files/contextmgr1.py rename to Chapter04/files/contextmgr1.py diff --git a/chapter4/files/multifilesread1.py b/Chapter04/files/multifilesread1.py similarity index 100% rename from chapter4/files/multifilesread1.py rename to Chapter04/files/multifilesread1.py diff --git a/chapter4/files/multifilesread2.py b/Chapter04/files/multifilesread2.py similarity index 100% rename from chapter4/files/multifilesread2.py rename to Chapter04/files/multifilesread2.py diff --git a/chapter4/files/multifilesread3.py b/Chapter04/files/multifilesread3.py similarity index 100% rename from chapter4/files/multifilesread3.py rename to Chapter04/files/multifilesread3.py diff --git a/chapter4/files/myfile.txt b/Chapter04/files/myfile.txt similarity index 100% rename from chapter4/files/myfile.txt rename to Chapter04/files/myfile.txt diff --git a/chapter4/files/writereadfile.py b/Chapter04/files/writereadfile.py similarity index 100% rename from chapter4/files/writereadfile.py rename to Chapter04/files/writereadfile.py diff --git a/chapter4/iterators/abc.txt b/Chapter04/iterators/abc.txt similarity index 100% rename from chapter4/iterators/abc.txt rename to Chapter04/iterators/abc.txt diff --git a/chapter4/iterators/generator1.py b/Chapter04/iterators/generator1.py similarity index 100% rename from chapter4/iterators/generator1.py rename to Chapter04/iterators/generator1.py diff --git a/chapter4/iterators/generator2.py b/Chapter04/iterators/generator2.py similarity index 100% rename from chapter4/iterators/generator2.py rename to Chapter04/iterators/generator2.py diff --git a/chapter4/iterators/generator3.py b/Chapter04/iterators/generator3.py similarity index 100% rename from chapter4/iterators/generator3.py rename to Chapter04/iterators/generator3.py diff --git a/chapter4/iterators/generator4.py b/Chapter04/iterators/generator4.py similarity index 100% rename from chapter4/iterators/generator4.py rename to Chapter04/iterators/generator4.py diff --git a/chapter4/iterators/iterator1.py b/Chapter04/iterators/iterator1.py similarity index 100% rename from chapter4/iterators/iterator1.py rename to Chapter04/iterators/iterator1.py diff --git a/chapter4/iterators/iterator2.py b/Chapter04/iterators/iterator2.py similarity index 100% rename from chapter4/iterators/iterator2.py rename to Chapter04/iterators/iterator2.py diff --git a/chapter4/iterators/iterator3.py b/Chapter04/iterators/iterator3.py similarity index 100% rename from chapter4/iterators/iterator3.py rename to Chapter04/iterators/iterator3.py diff --git a/chapter4/iterators/iterator4.py b/Chapter04/iterators/iterator4.py similarity index 100% rename from chapter4/iterators/iterator4.py rename to Chapter04/iterators/iterator4.py diff --git a/chapter4/logging/logging1.py b/Chapter04/logging/logging1.py similarity index 100% rename from chapter4/logging/logging1.py rename to Chapter04/logging/logging1.py diff --git a/chapter4/logging/logging2.py b/Chapter04/logging/logging2.py similarity index 100% rename from chapter4/logging/logging2.py rename to Chapter04/logging/logging2.py diff --git a/chapter4/logging/logging3.py b/Chapter04/logging/logging3.py similarity index 100% rename from chapter4/logging/logging3.py rename to Chapter04/logging/logging3.py diff --git a/chapter4/logging/logging3A.py b/Chapter04/logging/logging3A.py similarity index 100% rename from chapter4/logging/logging3A.py rename to Chapter04/logging/logging3A.py diff --git a/chapter4/logging/logging4.py b/Chapter04/logging/logging4.py similarity index 100% rename from chapter4/logging/logging4.py rename to Chapter04/logging/logging4.py diff --git a/chapter4/logging/logging5.py b/Chapter04/logging/logging5.py similarity index 100% rename from chapter4/logging/logging5.py rename to Chapter04/logging/logging5.py diff --git a/chapter4/logging/logging6.conf.yaml b/Chapter04/logging/logging6.conf.yaml similarity index 100% rename from chapter4/logging/logging6.conf.yaml rename to Chapter04/logging/logging6.conf.yaml diff --git a/chapter4/logging/logging6.py b/Chapter04/logging/logging6.py similarity index 100% rename from chapter4/logging/logging6.py rename to Chapter04/logging/logging6.py diff --git a/chapter4/logging/logs/logging3.log b/Chapter04/logging/logs/logging3.log similarity index 100% rename from chapter4/logging/logs/logging3.log rename to Chapter04/logging/logs/logging3.log diff --git a/chapter4/logging/logs/logging4.log b/Chapter04/logging/logs/logging4.log similarity index 100% rename from chapter4/logging/logs/logging4.log rename to Chapter04/logging/logs/logging4.log diff --git a/chapter4/logging/logs/logging5.log b/Chapter04/logging/logs/logging5.log similarity index 100% rename from chapter4/logging/logs/logging5.log rename to Chapter04/logging/logs/logging5.log diff --git a/chapter4/logging/logs/logging6.log b/Chapter04/logging/logs/logging6.log similarity index 100% rename from chapter4/logging/logs/logging6.log rename to Chapter04/logging/logs/logging6.log diff --git a/Chapter5/mypytest/src/__init__.py b/Chapter05/mypytest/src/__init__.py similarity index 100% rename from Chapter5/mypytest/src/__init__.py rename to Chapter05/mypytest/src/__init__.py diff --git a/Chapter5/mypytest/src/myadd.py b/Chapter05/mypytest/src/myadd.py similarity index 100% rename from Chapter5/mypytest/src/myadd.py rename to Chapter05/mypytest/src/myadd.py diff --git a/Chapter5/mypytest/src/myadd3.py b/Chapter05/mypytest/src/myadd3.py similarity index 100% rename from Chapter5/mypytest/src/myadd3.py rename to Chapter05/mypytest/src/myadd3.py diff --git a/Chapter5/mypytest/src/mycalc.py b/Chapter05/mypytest/src/mycalc.py similarity index 100% rename from Chapter5/mypytest/src/mycalc.py rename to Chapter05/mypytest/src/mycalc.py diff --git a/Chapter5/mypytest/tests/__init__.py b/Chapter05/mypytest/tests/__init__.py similarity index 100% rename from Chapter5/mypytest/tests/__init__.py rename to Chapter05/mypytest/tests/__init__.py diff --git a/Chapter5/mypytest/tests/__init__.pyc b/Chapter05/mypytest/tests/__init__.pyc similarity index 100% rename from Chapter5/mypytest/tests/__init__.pyc rename to Chapter05/mypytest/tests/__init__.pyc diff --git a/Chapter5/mypytest/tests/test_myadd3.py b/Chapter05/mypytest/tests/test_myadd3.py similarity index 100% rename from Chapter5/mypytest/tests/test_myadd3.py rename to Chapter05/mypytest/tests/test_myadd3.py diff --git a/Chapter5/mypytest/tests/test_myadd4.py b/Chapter05/mypytest/tests/test_myadd4.py similarity index 100% rename from Chapter5/mypytest/tests/test_myadd4.py rename to Chapter05/mypytest/tests/test_myadd4.py diff --git a/Chapter5/mypytest/tests/test_myadd5.py b/Chapter05/mypytest/tests/test_myadd5.py similarity index 100% rename from Chapter5/mypytest/tests/test_myadd5.py rename to Chapter05/mypytest/tests/test_myadd5.py diff --git a/Chapter5/mypytest/tests/test_mycalc1.py b/Chapter05/mypytest/tests/test_mycalc1.py similarity index 100% rename from Chapter5/mypytest/tests/test_mycalc1.py rename to Chapter05/mypytest/tests/test_mycalc1.py diff --git a/Chapter5/mypytest/tests/test_mycalc2.py b/Chapter05/mypytest/tests/test_mycalc2.py similarity index 100% rename from Chapter5/mypytest/tests/test_mycalc2.py rename to Chapter05/mypytest/tests/test_mycalc2.py diff --git a/Chapter5/myunittest/src/myadd/__init__.py b/Chapter05/myunittest/src/myadd/__init__.py similarity index 100% rename from Chapter5/myunittest/src/myadd/__init__.py rename to Chapter05/myunittest/src/myadd/__init__.py diff --git a/Chapter5/myunittest/src/myadd/myadd.py b/Chapter05/myunittest/src/myadd/myadd.py similarity index 100% rename from Chapter5/myunittest/src/myadd/myadd.py rename to Chapter05/myunittest/src/myadd/myadd.py diff --git a/Chapter5/myunittest/src/myadd/myadd2.py b/Chapter05/myunittest/src/myadd/myadd2.py similarity index 100% rename from Chapter5/myunittest/src/myadd/myadd2.py rename to Chapter05/myunittest/src/myadd/myadd2.py diff --git a/Chapter5/myunittest/src/mycalc/mycalc.py b/Chapter05/myunittest/src/mycalc/mycalc.py similarity index 100% rename from Chapter5/myunittest/src/mycalc/mycalc.py rename to Chapter05/myunittest/src/mycalc/mycalc.py diff --git a/Chapter5/myunittest/tests/tests_myadd/__init__.py b/Chapter05/myunittest/tests/tests_myadd/__init__.py similarity index 100% rename from Chapter5/myunittest/tests/tests_myadd/__init__.py rename to Chapter05/myunittest/tests/tests_myadd/__init__.py diff --git a/Chapter5/myunittest/tests/tests_myadd/test_myadd1.py b/Chapter05/myunittest/tests/tests_myadd/test_myadd1.py similarity index 100% rename from Chapter5/myunittest/tests/tests_myadd/test_myadd1.py rename to Chapter05/myunittest/tests/tests_myadd/test_myadd1.py diff --git a/Chapter5/myunittest/tests/tests_myadd/test_myadd2.py b/Chapter05/myunittest/tests/tests_myadd/test_myadd2.py similarity index 100% rename from Chapter5/myunittest/tests/tests_myadd/test_myadd2.py rename to Chapter05/myunittest/tests/tests_myadd/test_myadd2.py diff --git a/Chapter5/myunittest/tests/tests_myadd/test_myadd3.py b/Chapter05/myunittest/tests/tests_myadd/test_myadd3.py similarity index 100% rename from Chapter5/myunittest/tests/tests_myadd/test_myadd3.py rename to Chapter05/myunittest/tests/tests_myadd/test_myadd3.py diff --git a/Chapter5/myunittest/tests/tests_mycalc/mycalctestrunner.py b/Chapter05/myunittest/tests/tests_mycalc/mycalctestrunner.py similarity index 100% rename from Chapter5/myunittest/tests/tests_mycalc/mycalctestrunner.py rename to Chapter05/myunittest/tests/tests_mycalc/mycalctestrunner.py diff --git a/Chapter5/myunittest/tests/tests_mycalc/test_mycalc_add.py b/Chapter05/myunittest/tests/tests_mycalc/test_mycalc_add.py similarity index 100% rename from Chapter5/myunittest/tests/tests_mycalc/test_mycalc_add.py rename to Chapter05/myunittest/tests/tests_mycalc/test_mycalc_add.py diff --git a/Chapter5/myunittest/tests/tests_mycalc/test_mycalc_divide.py b/Chapter05/myunittest/tests/tests_mycalc/test_mycalc_divide.py similarity index 100% rename from Chapter5/myunittest/tests/tests_mycalc/test_mycalc_divide.py rename to Chapter05/myunittest/tests/tests_mycalc/test_mycalc_divide.py diff --git a/Chapter5/myunittest/tests/tests_mycalc/test_mycalc_multiply.py b/Chapter05/myunittest/tests/tests_mycalc/test_mycalc_multiply.py similarity index 100% rename from Chapter5/myunittest/tests/tests_mycalc/test_mycalc_multiply.py rename to Chapter05/myunittest/tests/tests_mycalc/test_mycalc_multiply.py diff --git a/Chapter5/myunittest/tests/tests_mycalc/test_mycalc_subtract.py b/Chapter05/myunittest/tests/tests_mycalc/test_mycalc_subtract.py similarity index 100% rename from Chapter5/myunittest/tests/tests_mycalc/test_mycalc_subtract.py rename to Chapter05/myunittest/tests/tests_mycalc/test_mycalc_subtract.py diff --git a/Chapter6/comprehension/dictcomp1.py b/Chapter06/comprehension/dictcomp1.py similarity index 100% rename from Chapter6/comprehension/dictcomp1.py rename to Chapter06/comprehension/dictcomp1.py diff --git a/Chapter6/comprehension/gencomp1.py b/Chapter06/comprehension/gencomp1.py similarity index 100% rename from Chapter6/comprehension/gencomp1.py rename to Chapter06/comprehension/gencomp1.py diff --git a/Chapter6/comprehension/list1.py b/Chapter06/comprehension/list1.py similarity index 100% rename from Chapter6/comprehension/list1.py rename to Chapter06/comprehension/list1.py diff --git a/Chapter6/comprehension/list2.py b/Chapter06/comprehension/list2.py similarity index 100% rename from Chapter6/comprehension/list2.py rename to Chapter06/comprehension/list2.py diff --git a/Chapter6/comprehension/setcomp1.py b/Chapter06/comprehension/setcomp1.py similarity index 100% rename from Chapter6/comprehension/setcomp1.py rename to Chapter06/comprehension/setcomp1.py diff --git a/Chapter6/decorator/decorator0-extra.py b/Chapter06/decorator/decorator0-extra.py similarity index 100% rename from Chapter6/decorator/decorator0-extra.py rename to Chapter06/decorator/decorator0-extra.py diff --git a/Chapter6/decorator/decorator1.py b/Chapter06/decorator/decorator1.py similarity index 100% rename from Chapter6/decorator/decorator1.py rename to Chapter06/decorator/decorator1.py diff --git a/Chapter6/decorator/decorator2.py b/Chapter06/decorator/decorator2.py similarity index 100% rename from Chapter6/decorator/decorator2.py rename to Chapter06/decorator/decorator2.py diff --git a/Chapter6/decorator/decorator3.py b/Chapter06/decorator/decorator3.py similarity index 100% rename from Chapter6/decorator/decorator3.py rename to Chapter06/decorator/decorator3.py diff --git a/Chapter6/decorator/decorator4.py b/Chapter06/decorator/decorator4.py similarity index 100% rename from Chapter6/decorator/decorator4.py rename to Chapter06/decorator/decorator4.py diff --git a/Chapter6/decorator/decorator5.py b/Chapter06/decorator/decorator5.py similarity index 100% rename from Chapter6/decorator/decorator5.py rename to Chapter06/decorator/decorator5.py diff --git a/Chapter6/decorator/decorator6-extra.py b/Chapter06/decorator/decorator6-extra.py similarity index 100% rename from Chapter6/decorator/decorator6-extra.py rename to Chapter06/decorator/decorator6-extra.py diff --git a/Chapter6/decorator/log.txt b/Chapter06/decorator/log.txt similarity index 100% rename from Chapter6/decorator/log.txt rename to Chapter06/decorator/log.txt diff --git a/Chapter6/dictionary/dictionary1.py b/Chapter06/dictionary/dictionary1.py similarity index 100% rename from Chapter6/dictionary/dictionary1.py rename to Chapter06/dictionary/dictionary1.py diff --git a/Chapter6/dictionary/dictionary2.py b/Chapter06/dictionary/dictionary2.py similarity index 100% rename from Chapter6/dictionary/dictionary2.py rename to Chapter06/dictionary/dictionary2.py diff --git a/Chapter6/dictionary/dictionary3.py b/Chapter06/dictionary/dictionary3.py similarity index 100% rename from Chapter6/dictionary/dictionary3.py rename to Chapter06/dictionary/dictionary3.py diff --git a/Chapter6/dictionary/dictionary4.py b/Chapter06/dictionary/dictionary4.py similarity index 100% rename from Chapter6/dictionary/dictionary4.py rename to Chapter06/dictionary/dictionary4.py diff --git a/Chapter6/innerfunction/inner1.py b/Chapter06/innerfunction/inner1.py similarity index 100% rename from Chapter6/innerfunction/inner1.py rename to Chapter06/innerfunction/inner1.py diff --git a/Chapter6/innerfunction/inner2.py b/Chapter06/innerfunction/inner2.py similarity index 100% rename from Chapter6/innerfunction/inner2.py rename to Chapter06/innerfunction/inner2.py diff --git a/Chapter6/iter_util/counter.py b/Chapter06/iter_util/counter.py similarity index 100% rename from Chapter6/iter_util/counter.py rename to Chapter06/iter_util/counter.py diff --git a/Chapter6/iter_util/itertools_accumulate.py b/Chapter06/iter_util/itertools_accumulate.py similarity index 100% rename from Chapter6/iter_util/itertools_accumulate.py rename to Chapter06/iter_util/itertools_accumulate.py diff --git a/Chapter6/iter_util/itertools_chain.py b/Chapter06/iter_util/itertools_chain.py similarity index 100% rename from Chapter6/iter_util/itertools_chain.py rename to Chapter06/iter_util/itertools_chain.py diff --git a/Chapter6/iter_util/itertools_compress.py b/Chapter06/iter_util/itertools_compress.py similarity index 100% rename from Chapter6/iter_util/itertools_compress.py rename to Chapter06/iter_util/itertools_compress.py diff --git a/Chapter6/iter_util/itertools_count.py b/Chapter06/iter_util/itertools_count.py similarity index 100% rename from Chapter6/iter_util/itertools_count.py rename to Chapter06/iter_util/itertools_count.py diff --git a/Chapter6/iter_util/itertools_cycle.py b/Chapter06/iter_util/itertools_cycle.py similarity index 100% rename from Chapter6/iter_util/itertools_cycle.py rename to Chapter06/iter_util/itertools_cycle.py diff --git a/Chapter6/iter_util/itertools_groupby.py b/Chapter06/iter_util/itertools_groupby.py similarity index 100% rename from Chapter6/iter_util/itertools_groupby.py rename to Chapter06/iter_util/itertools_groupby.py diff --git a/Chapter6/iter_util/itertools_repeat.py b/Chapter06/iter_util/itertools_repeat.py similarity index 100% rename from Chapter6/iter_util/itertools_repeat.py rename to Chapter06/iter_util/itertools_repeat.py diff --git a/Chapter6/iter_util/itertools_tee.py b/Chapter06/iter_util/itertools_tee.py similarity index 100% rename from Chapter6/iter_util/itertools_tee.py rename to Chapter06/iter_util/itertools_tee.py diff --git a/Chapter6/iter_util/zip.py b/Chapter06/iter_util/zip.py similarity index 100% rename from Chapter6/iter_util/zip.py rename to Chapter06/iter_util/zip.py diff --git a/Chapter6/lambda/lambda1.py b/Chapter06/lambda/lambda1.py similarity index 100% rename from Chapter6/lambda/lambda1.py rename to Chapter06/lambda/lambda1.py diff --git a/Chapter6/lambda/lambda2.py b/Chapter06/lambda/lambda2.py similarity index 100% rename from Chapter6/lambda/lambda2.py rename to Chapter06/lambda/lambda2.py diff --git a/Chapter6/lambda/lambda3.py b/Chapter06/lambda/lambda3.py similarity index 100% rename from Chapter6/lambda/lambda3.py rename to Chapter06/lambda/lambda3.py diff --git a/Chapter6/mapfilterreduce/filter1.py b/Chapter06/mapfilterreduce/filter1.py similarity index 100% rename from Chapter6/mapfilterreduce/filter1.py rename to Chapter06/mapfilterreduce/filter1.py diff --git a/Chapter6/mapfilterreduce/filter2.py b/Chapter06/mapfilterreduce/filter2.py similarity index 100% rename from Chapter6/mapfilterreduce/filter2.py rename to Chapter06/mapfilterreduce/filter2.py diff --git a/Chapter6/mapfilterreduce/filter3.py b/Chapter06/mapfilterreduce/filter3.py similarity index 100% rename from Chapter6/mapfilterreduce/filter3.py rename to Chapter06/mapfilterreduce/filter3.py diff --git a/Chapter6/mapfilterreduce/map1.py b/Chapter06/mapfilterreduce/map1.py similarity index 100% rename from Chapter6/mapfilterreduce/map1.py rename to Chapter06/mapfilterreduce/map1.py diff --git a/Chapter6/mapfilterreduce/map2.py b/Chapter06/mapfilterreduce/map2.py similarity index 100% rename from Chapter6/mapfilterreduce/map2.py rename to Chapter06/mapfilterreduce/map2.py diff --git a/Chapter6/mapfilterreduce/map3.py b/Chapter06/mapfilterreduce/map3.py similarity index 100% rename from Chapter6/mapfilterreduce/map3.py rename to Chapter06/mapfilterreduce/map3.py diff --git a/Chapter6/mapfilterreduce/reduce1.py b/Chapter06/mapfilterreduce/reduce1.py similarity index 100% rename from Chapter6/mapfilterreduce/reduce1.py rename to Chapter06/mapfilterreduce/reduce1.py diff --git a/Chapter6/mypandas/advance/pandastrick1.py b/Chapter06/mypandas/advance/pandastrick1.py similarity index 100% rename from Chapter6/mypandas/advance/pandastrick1.py rename to Chapter06/mypandas/advance/pandastrick1.py diff --git a/Chapter6/mypandas/advance/pandastrick2.py b/Chapter06/mypandas/advance/pandastrick2.py similarity index 100% rename from Chapter6/mypandas/advance/pandastrick2.py rename to Chapter06/mypandas/advance/pandastrick2.py diff --git a/Chapter6/mypandas/advance/pandastrick3.py b/Chapter06/mypandas/advance/pandastrick3.py similarity index 100% rename from Chapter6/mypandas/advance/pandastrick3.py rename to Chapter06/mypandas/advance/pandastrick3.py diff --git a/Chapter6/mypandas/advance/pandastrick4.py b/Chapter06/mypandas/advance/pandastrick4.py similarity index 100% rename from Chapter6/mypandas/advance/pandastrick4.py rename to Chapter06/mypandas/advance/pandastrick4.py diff --git a/Chapter6/mypandas/advance/pandastrick5.py b/Chapter06/mypandas/advance/pandastrick5.py similarity index 100% rename from Chapter6/mypandas/advance/pandastrick5.py rename to Chapter06/mypandas/advance/pandastrick5.py diff --git a/Chapter6/mypandas/extra1.py b/Chapter06/mypandas/extra1.py similarity index 100% rename from Chapter6/mypandas/extra1.py rename to Chapter06/mypandas/extra1.py diff --git a/Chapter6/mypandas/extra2.py b/Chapter06/mypandas/extra2.py similarity index 100% rename from Chapter6/mypandas/extra2.py rename to Chapter06/mypandas/extra2.py diff --git a/Chapter6/mypandas/operations/pandas1.py b/Chapter06/mypandas/operations/pandas1.py similarity index 100% rename from Chapter6/mypandas/operations/pandas1.py rename to Chapter06/mypandas/operations/pandas1.py diff --git a/Chapter6/mypandas/operations/pandas2.py b/Chapter06/mypandas/operations/pandas2.py similarity index 100% rename from Chapter6/mypandas/operations/pandas2.py rename to Chapter06/mypandas/operations/pandas2.py diff --git a/Chapter6/mypandas/operations/pandas3.py b/Chapter06/mypandas/operations/pandas3.py similarity index 100% rename from Chapter6/mypandas/operations/pandas3.py rename to Chapter06/mypandas/operations/pandas3.py diff --git a/Chapter6/mypandas/operations/pandas4.py b/Chapter06/mypandas/operations/pandas4.py similarity index 100% rename from Chapter6/mypandas/operations/pandas4.py rename to Chapter06/mypandas/operations/pandas4.py diff --git a/Chapter6/mypandas/operations/pandas5.py b/Chapter06/mypandas/operations/pandas5.py similarity index 100% rename from Chapter6/mypandas/operations/pandas5.py rename to Chapter06/mypandas/operations/pandas5.py diff --git a/Chapter6/mypandas/operations/pandas6.py b/Chapter06/mypandas/operations/pandas6.py similarity index 100% rename from Chapter6/mypandas/operations/pandas6.py rename to Chapter06/mypandas/operations/pandas6.py diff --git a/Chapter6/mypandas/operations/pandas7.py b/Chapter06/mypandas/operations/pandas7.py similarity index 100% rename from Chapter6/mypandas/operations/pandas7.py rename to Chapter06/mypandas/operations/pandas7.py diff --git a/Chapter6/mypandas/operations/pandas8.py b/Chapter06/mypandas/operations/pandas8.py similarity index 100% rename from Chapter6/mypandas/operations/pandas8.py rename to Chapter06/mypandas/operations/pandas8.py diff --git a/Chapter6/mypandas/weekly_weather.csv b/Chapter06/mypandas/weekly_weather.csv similarity index 100% rename from Chapter6/mypandas/weekly_weather.csv rename to Chapter06/mypandas/weekly_weather.csv diff --git a/Chapter7/asyncio/asyncio1.py b/Chapter07/asyncio/asyncio1.py similarity index 100% rename from Chapter7/asyncio/asyncio1.py rename to Chapter07/asyncio/asyncio1.py diff --git a/Chapter7/asyncio/asyncio2.py b/Chapter07/asyncio/asyncio2.py similarity index 100% rename from Chapter7/asyncio/asyncio2.py rename to Chapter07/asyncio/asyncio2.py diff --git a/Chapter7/asyncio/asyncio3.py b/Chapter07/asyncio/asyncio3.py similarity index 100% rename from Chapter7/asyncio/asyncio3.py rename to Chapter07/asyncio/asyncio3.py diff --git a/Chapter7/asyncio/asyncio_casestudy.py b/Chapter07/asyncio/asyncio_casestudy.py similarity index 100% rename from Chapter7/asyncio/asyncio_casestudy.py rename to Chapter07/asyncio/asyncio_casestudy.py diff --git a/Chapter7/multiprocessing/process1.py b/Chapter07/multiprocessing/process1.py similarity index 100% rename from Chapter7/multiprocessing/process1.py rename to Chapter07/multiprocessing/process1.py diff --git a/Chapter7/multiprocessing/process2.py b/Chapter07/multiprocessing/process2.py similarity index 100% rename from Chapter7/multiprocessing/process2.py rename to Chapter07/multiprocessing/process2.py diff --git a/Chapter7/multiprocessing/process3.py b/Chapter07/multiprocessing/process3.py similarity index 100% rename from Chapter7/multiprocessing/process3.py rename to Chapter07/multiprocessing/process3.py diff --git a/Chapter7/multiprocessing/process4.py b/Chapter07/multiprocessing/process4.py similarity index 100% rename from Chapter7/multiprocessing/process4.py rename to Chapter07/multiprocessing/process4.py diff --git a/Chapter7/multiprocessing/process5.py b/Chapter07/multiprocessing/process5.py similarity index 100% rename from Chapter7/multiprocessing/process5.py rename to Chapter07/multiprocessing/process5.py diff --git a/Chapter7/multiprocessing/process6.py b/Chapter07/multiprocessing/process6.py similarity index 100% rename from Chapter7/multiprocessing/process6.py rename to Chapter07/multiprocessing/process6.py diff --git a/Chapter7/multiprocessing/process7.py b/Chapter07/multiprocessing/process7.py similarity index 100% rename from Chapter7/multiprocessing/process7.py rename to Chapter07/multiprocessing/process7.py diff --git a/Chapter7/multiprocessing/processes_casestudy.py b/Chapter07/multiprocessing/processes_casestudy.py similarity index 100% rename from Chapter7/multiprocessing/processes_casestudy.py rename to Chapter07/multiprocessing/processes_casestudy.py diff --git a/Chapter7/multithreading/thread1-extra.py b/Chapter07/multithreading/thread1-extra.py similarity index 100% rename from Chapter7/multithreading/thread1-extra.py rename to Chapter07/multithreading/thread1-extra.py diff --git a/Chapter7/multithreading/thread1.py b/Chapter07/multithreading/thread1.py similarity index 100% rename from Chapter7/multithreading/thread1.py rename to Chapter07/multithreading/thread1.py diff --git a/Chapter7/multithreading/thread2.py b/Chapter07/multithreading/thread2.py similarity index 100% rename from Chapter7/multithreading/thread2.py rename to Chapter07/multithreading/thread2.py diff --git a/Chapter7/multithreading/thread3a.py b/Chapter07/multithreading/thread3a.py similarity index 100% rename from Chapter7/multithreading/thread3a.py rename to Chapter07/multithreading/thread3a.py diff --git a/Chapter7/multithreading/thread3b.py b/Chapter07/multithreading/thread3b.py similarity index 100% rename from Chapter7/multithreading/thread3b.py rename to Chapter07/multithreading/thread3b.py diff --git a/Chapter7/multithreading/thread4.py b/Chapter07/multithreading/thread4.py similarity index 100% rename from Chapter7/multithreading/thread4.py rename to Chapter07/multithreading/thread4.py diff --git a/Chapter7/multithreading/thread_casestudy-extra.py b/Chapter07/multithreading/thread_casestudy-extra.py similarity index 100% rename from Chapter7/multithreading/thread_casestudy-extra.py rename to Chapter07/multithreading/thread_casestudy-extra.py diff --git a/Chapter7/multithreading/threads_casestudy.py b/Chapter07/multithreading/threads_casestudy.py similarity index 100% rename from Chapter7/multithreading/threads_casestudy.py rename to Chapter07/multithreading/threads_casestudy.py diff --git a/Chapter8/casestudy/casestudy1.py b/Chapter08/casestudy/casestudy1.py similarity index 100% rename from Chapter8/casestudy/casestudy1.py rename to Chapter08/casestudy/casestudy1.py diff --git a/Chapter8/casestudy/casestudy2.py b/Chapter08/casestudy/casestudy2.py similarity index 100% rename from Chapter8/casestudy/casestudy2.py rename to Chapter08/casestudy/casestudy2.py diff --git a/Chapter8/casestudy/wordcloud.txt b/Chapter08/casestudy/wordcloud.txt similarity index 100% rename from Chapter8/casestudy/wordcloud.txt rename to Chapter08/casestudy/wordcloud.txt diff --git a/Chapter8/dataframe/df2.csv b/Chapter08/dataframe/df2.csv similarity index 100% rename from Chapter8/dataframe/df2.csv rename to Chapter08/dataframe/df2.csv diff --git a/Chapter8/dataframe/dfcreate1.py b/Chapter08/dataframe/dfcreate1.py similarity index 100% rename from Chapter8/dataframe/dfcreate1.py rename to Chapter08/dataframe/dfcreate1.py diff --git a/Chapter8/dataframe/dfcreate2.py b/Chapter08/dataframe/dfcreate2.py similarity index 100% rename from Chapter8/dataframe/dfcreate2.py rename to Chapter08/dataframe/dfcreate2.py diff --git a/Chapter8/dataframe/dfoperations.py b/Chapter08/dataframe/dfoperations.py similarity index 100% rename from Chapter8/dataframe/dfoperations.py rename to Chapter08/dataframe/dfoperations.py diff --git a/Chapter8/rdd/rddaction1.py b/Chapter08/rdd/rddaction1.py similarity index 100% rename from Chapter8/rdd/rddaction1.py rename to Chapter08/rdd/rddaction1.py diff --git a/Chapter8/rdd/rddcreate.py b/Chapter08/rdd/rddcreate.py similarity index 100% rename from Chapter8/rdd/rddcreate.py rename to Chapter08/rdd/rddcreate.py diff --git a/Chapter8/rdd/rddtranform1.py b/Chapter08/rdd/rddtranform1.py similarity index 100% rename from Chapter8/rdd/rddtranform1.py rename to Chapter08/rdd/rddtranform1.py diff --git a/Chapter8/rdd/rddtransform2.py b/Chapter08/rdd/rddtransform2.py similarity index 100% rename from Chapter8/rdd/rddtransform2.py rename to Chapter08/rdd/rddtransform2.py diff --git a/Chapter8/rdd/sample.txt b/Chapter08/rdd/sample.txt similarity index 100% rename from Chapter8/rdd/sample.txt rename to Chapter08/rdd/sample.txt diff --git a/Chapter8/sql/sql1.py b/Chapter08/sql/sql1.py similarity index 100% rename from Chapter8/sql/sql1.py rename to Chapter08/sql/sql1.py diff --git a/Chapter9/dataflow/my_wordcount.py b/Chapter09/dataflow/my_wordcount.py similarity index 100% rename from Chapter9/dataflow/my_wordcount.py rename to Chapter09/dataflow/my_wordcount.py diff --git a/Chapter9/pipeline/pipeline1.py b/Chapter09/pipeline/pipeline1.py similarity index 100% rename from Chapter9/pipeline/pipeline1.py rename to Chapter09/pipeline/pipeline1.py diff --git a/Chapter9/pipeline/pipeline2.py b/Chapter09/pipeline/pipeline2.py similarity index 100% rename from Chapter9/pipeline/pipeline2.py rename to Chapter09/pipeline/pipeline2.py diff --git a/Chapter9/pipeline/pipeline3.py b/Chapter09/pipeline/pipeline3.py similarity index 100% rename from Chapter9/pipeline/pipeline3.py rename to Chapter09/pipeline/pipeline3.py diff --git a/Chapter9/pipeline/pipeline4.py b/Chapter09/pipeline/pipeline4.py similarity index 100% rename from Chapter9/pipeline/pipeline4.py rename to Chapter09/pipeline/pipeline4.py diff --git a/Chapter9/pipeline/sample.txt b/Chapter09/pipeline/sample.txt similarity index 100% rename from Chapter9/pipeline/sample.txt rename to Chapter09/pipeline/sample.txt diff --git a/Chapter9/pipeline/sample1.txt b/Chapter09/pipeline/sample1.txt similarity index 100% rename from Chapter9/pipeline/sample1.txt rename to Chapter09/pipeline/sample1.txt diff --git a/Chapter9/time-wsproj/app.yaml b/Chapter09/time-wsproj/app.yaml similarity index 100% rename from Chapter9/time-wsproj/app.yaml rename to Chapter09/time-wsproj/app.yaml diff --git a/Chapter9/time-wsproj/main.py b/Chapter09/time-wsproj/main.py similarity index 100% rename from Chapter9/time-wsproj/main.py rename to Chapter09/time-wsproj/main.py diff --git a/Chapter9/time-wsproj/requirements.txt b/Chapter09/time-wsproj/requirements.txt similarity index 100% rename from Chapter9/time-wsproj/requirements.txt rename to Chapter09/time-wsproj/requirements.txt