From b169138257a6c3f116689cd73adb5b75abf9ec05 Mon Sep 17 00:00:00 2001 From: Brian H Miller <41061953+SmokingPuffin@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:43:50 -0800 Subject: [PATCH] Moving files to satisfy JupyterLite --- 00_about_me.ipynb => content/00_about_me.ipynb | 0 .../00_about_the_course.ipynb | 0 00_index.ipynb => content/00_index.ipynb | 0 .../01_python_basic_overview.ipynb | 0 .../02_memory_management_in_python.ipynb | 0 .../03_function_parameters_and_arguments.ipynb | 0 .../04_namespaces_scopes_and_closures.ipynb | 0 .../05_other_functions_concepts.ipynb | 0 .../06_sequence_iterators_and_generators.ipynb | 0 .../07_context_managers.ipynb | 0 08_argparse.ipynb => content/08_argparse.ipynb | 0 .../08_argparse}/09_argparse_end.py | 0 .../08_argparse}/09_argparse_start.py | 0 {08_argparse => content/08_argparse}/git_cli.py | 0 {08_argparse => content/08_argparse}/vm_cli.py | 0 09_unittest.ipynb => content/09_unittest.ipynb | 0 .../10_concurrency.ipynb | 0 .../11_virtual_environment.ipynb | 0 12_packaging.ipynb => content/12_packaging.ipynb | 0 .../hello-world/hello_world/__init__.py | 0 .../12_packaging}/hello-world/hello_world/main.py | 0 .../12_packaging}/hello-world/setup.cfg | 0 .../12_packaging}/hello-world/setup.py | 0 .../12_packaging}/hello-world/tests/__init__.py | 0 .../12_packaging}/hello-world/tests/test_hello.py | 0 13_debugging.ipynb => content/13_debugging.ipynb | 0 .../14_python_builtin_cli.ipynb | 0 .../15_python_toolkit.ipynb | 0 {example => content/example}/convert_to_pdf.py | 0 {example => content/example}/debug_example.py | 0 {example => content/example}/identifier_example.py | 0 {example => content/example}/main.py | 0 {example => content/example}/scope.py | 0 {example => content/example}/swap_number.py | 0 {example => content/example}/test_example.py | 0 .../save_and_exec_magic.py | 0 .../static}/01/C_Memory_Management.png | Bin .../static}/01/Python_Memory_Management.png | Bin {static => content/static}/builtins.png | Bin {static => content/static}/contextlib_help.txt | 0 {static => content/static}/file1.txt | 0 {static => content/static}/file2.txt | 0 {static => content/static}/global_local_scope.py | 0 {static => content/static}/header_footer.py | 0 {static => content/static}/listing_package_pip.png | Bin {static => content/static}/namespace_scope1.png | Bin {static => content/static}/packaging-install.png | Bin {static => content/static}/packaging.png | Bin {static => content/static}/pass_by_reference.png | Bin {static => content/static}/pip_install.png | Bin {static => content/static}/pip_show.png | Bin {static => content/static}/py_launcher.png | Bin .../static}/python_launcher_linux.png | Bin {static => content/static}/use_jupyterlite.gif | Bin {static => content/static}/virtual_env.png | Bin {static => content/static}/virtual_env_environ.png | Bin {static => content/static}/virtual_env_linux.png | Bin {static => content/static}/virtual_env_pip.png | Bin tmp.py => content/tmp.py | 0 59 files changed, 0 insertions(+), 0 deletions(-) rename 00_about_me.ipynb => content/00_about_me.ipynb (100%) rename 00_about_the_course.ipynb => content/00_about_the_course.ipynb (100%) rename 00_index.ipynb => content/00_index.ipynb (100%) rename 01_python_basic_overview.ipynb => content/01_python_basic_overview.ipynb (100%) rename 02_memory_management_in_python.ipynb => content/02_memory_management_in_python.ipynb (100%) rename 03_function_parameters_and_arguments.ipynb => content/03_function_parameters_and_arguments.ipynb (100%) rename 04_namespaces_scopes_and_closures.ipynb => content/04_namespaces_scopes_and_closures.ipynb (100%) rename 05_other_functions_concepts.ipynb => content/05_other_functions_concepts.ipynb (100%) rename 06_sequence_iterators_and_generators.ipynb => content/06_sequence_iterators_and_generators.ipynb (100%) rename 07_context_managers.ipynb => content/07_context_managers.ipynb (100%) rename 08_argparse.ipynb => content/08_argparse.ipynb (100%) rename {08_argparse => content/08_argparse}/09_argparse_end.py (100%) rename {08_argparse => content/08_argparse}/09_argparse_start.py (100%) rename {08_argparse => content/08_argparse}/git_cli.py (100%) rename {08_argparse => content/08_argparse}/vm_cli.py (100%) rename 09_unittest.ipynb => content/09_unittest.ipynb (100%) rename 10_concurrency.ipynb => content/10_concurrency.ipynb (100%) rename 11_virtual_environment.ipynb => content/11_virtual_environment.ipynb (100%) rename 12_packaging.ipynb => content/12_packaging.ipynb (100%) rename {12_packaging => content/12_packaging}/hello-world/hello_world/__init__.py (100%) rename {12_packaging => content/12_packaging}/hello-world/hello_world/main.py (100%) rename {12_packaging => content/12_packaging}/hello-world/setup.cfg (100%) rename {12_packaging => content/12_packaging}/hello-world/setup.py (100%) rename {12_packaging => content/12_packaging}/hello-world/tests/__init__.py (100%) rename {12_packaging => content/12_packaging}/hello-world/tests/test_hello.py (100%) rename 13_debugging.ipynb => content/13_debugging.ipynb (100%) rename 14_python_builtin_cli.ipynb => content/14_python_builtin_cli.ipynb (100%) rename 15_python_toolkit.ipynb => content/15_python_toolkit.ipynb (100%) rename {example => content/example}/convert_to_pdf.py (100%) rename {example => content/example}/debug_example.py (100%) rename {example => content/example}/identifier_example.py (100%) rename {example => content/example}/main.py (100%) rename {example => content/example}/scope.py (100%) rename {example => content/example}/swap_number.py (100%) rename {example => content/example}/test_example.py (100%) rename save_and_exec_magic.py => content/save_and_exec_magic.py (100%) rename {static => content/static}/01/C_Memory_Management.png (100%) rename {static => content/static}/01/Python_Memory_Management.png (100%) rename {static => content/static}/builtins.png (100%) rename {static => content/static}/contextlib_help.txt (100%) rename {static => content/static}/file1.txt (100%) rename {static => content/static}/file2.txt (100%) rename {static => content/static}/global_local_scope.py (100%) rename {static => content/static}/header_footer.py (100%) rename {static => content/static}/listing_package_pip.png (100%) rename {static => content/static}/namespace_scope1.png (100%) rename {static => content/static}/packaging-install.png (100%) rename {static => content/static}/packaging.png (100%) rename {static => content/static}/pass_by_reference.png (100%) rename {static => content/static}/pip_install.png (100%) rename {static => content/static}/pip_show.png (100%) rename {static => content/static}/py_launcher.png (100%) rename {static => content/static}/python_launcher_linux.png (100%) rename {static => content/static}/use_jupyterlite.gif (100%) rename {static => content/static}/virtual_env.png (100%) rename {static => content/static}/virtual_env_environ.png (100%) rename {static => content/static}/virtual_env_linux.png (100%) rename {static => content/static}/virtual_env_pip.png (100%) rename tmp.py => content/tmp.py (100%) diff --git a/00_about_me.ipynb b/content/00_about_me.ipynb similarity index 100% rename from 00_about_me.ipynb rename to content/00_about_me.ipynb diff --git a/00_about_the_course.ipynb b/content/00_about_the_course.ipynb similarity index 100% rename from 00_about_the_course.ipynb rename to content/00_about_the_course.ipynb diff --git a/00_index.ipynb b/content/00_index.ipynb similarity index 100% rename from 00_index.ipynb rename to content/00_index.ipynb diff --git a/01_python_basic_overview.ipynb b/content/01_python_basic_overview.ipynb similarity index 100% rename from 01_python_basic_overview.ipynb rename to content/01_python_basic_overview.ipynb diff --git a/02_memory_management_in_python.ipynb b/content/02_memory_management_in_python.ipynb similarity index 100% rename from 02_memory_management_in_python.ipynb rename to content/02_memory_management_in_python.ipynb diff --git a/03_function_parameters_and_arguments.ipynb b/content/03_function_parameters_and_arguments.ipynb similarity index 100% rename from 03_function_parameters_and_arguments.ipynb rename to content/03_function_parameters_and_arguments.ipynb diff --git a/04_namespaces_scopes_and_closures.ipynb b/content/04_namespaces_scopes_and_closures.ipynb similarity index 100% rename from 04_namespaces_scopes_and_closures.ipynb rename to content/04_namespaces_scopes_and_closures.ipynb diff --git a/05_other_functions_concepts.ipynb b/content/05_other_functions_concepts.ipynb similarity index 100% rename from 05_other_functions_concepts.ipynb rename to content/05_other_functions_concepts.ipynb diff --git a/06_sequence_iterators_and_generators.ipynb b/content/06_sequence_iterators_and_generators.ipynb similarity index 100% rename from 06_sequence_iterators_and_generators.ipynb rename to content/06_sequence_iterators_and_generators.ipynb diff --git a/07_context_managers.ipynb b/content/07_context_managers.ipynb similarity index 100% rename from 07_context_managers.ipynb rename to content/07_context_managers.ipynb diff --git a/08_argparse.ipynb b/content/08_argparse.ipynb similarity index 100% rename from 08_argparse.ipynb rename to content/08_argparse.ipynb diff --git a/08_argparse/09_argparse_end.py b/content/08_argparse/09_argparse_end.py similarity index 100% rename from 08_argparse/09_argparse_end.py rename to content/08_argparse/09_argparse_end.py diff --git a/08_argparse/09_argparse_start.py b/content/08_argparse/09_argparse_start.py similarity index 100% rename from 08_argparse/09_argparse_start.py rename to content/08_argparse/09_argparse_start.py diff --git a/08_argparse/git_cli.py b/content/08_argparse/git_cli.py similarity index 100% rename from 08_argparse/git_cli.py rename to content/08_argparse/git_cli.py diff --git a/08_argparse/vm_cli.py b/content/08_argparse/vm_cli.py similarity index 100% rename from 08_argparse/vm_cli.py rename to content/08_argparse/vm_cli.py diff --git a/09_unittest.ipynb b/content/09_unittest.ipynb similarity index 100% rename from 09_unittest.ipynb rename to content/09_unittest.ipynb diff --git a/10_concurrency.ipynb b/content/10_concurrency.ipynb similarity index 100% rename from 10_concurrency.ipynb rename to content/10_concurrency.ipynb diff --git a/11_virtual_environment.ipynb b/content/11_virtual_environment.ipynb similarity index 100% rename from 11_virtual_environment.ipynb rename to content/11_virtual_environment.ipynb diff --git a/12_packaging.ipynb b/content/12_packaging.ipynb similarity index 100% rename from 12_packaging.ipynb rename to content/12_packaging.ipynb diff --git a/12_packaging/hello-world/hello_world/__init__.py b/content/12_packaging/hello-world/hello_world/__init__.py similarity index 100% rename from 12_packaging/hello-world/hello_world/__init__.py rename to content/12_packaging/hello-world/hello_world/__init__.py diff --git a/12_packaging/hello-world/hello_world/main.py b/content/12_packaging/hello-world/hello_world/main.py similarity index 100% rename from 12_packaging/hello-world/hello_world/main.py rename to content/12_packaging/hello-world/hello_world/main.py diff --git a/12_packaging/hello-world/setup.cfg b/content/12_packaging/hello-world/setup.cfg similarity index 100% rename from 12_packaging/hello-world/setup.cfg rename to content/12_packaging/hello-world/setup.cfg diff --git a/12_packaging/hello-world/setup.py b/content/12_packaging/hello-world/setup.py similarity index 100% rename from 12_packaging/hello-world/setup.py rename to content/12_packaging/hello-world/setup.py diff --git a/12_packaging/hello-world/tests/__init__.py b/content/12_packaging/hello-world/tests/__init__.py similarity index 100% rename from 12_packaging/hello-world/tests/__init__.py rename to content/12_packaging/hello-world/tests/__init__.py diff --git a/12_packaging/hello-world/tests/test_hello.py b/content/12_packaging/hello-world/tests/test_hello.py similarity index 100% rename from 12_packaging/hello-world/tests/test_hello.py rename to content/12_packaging/hello-world/tests/test_hello.py diff --git a/13_debugging.ipynb b/content/13_debugging.ipynb similarity index 100% rename from 13_debugging.ipynb rename to content/13_debugging.ipynb diff --git a/14_python_builtin_cli.ipynb b/content/14_python_builtin_cli.ipynb similarity index 100% rename from 14_python_builtin_cli.ipynb rename to content/14_python_builtin_cli.ipynb diff --git a/15_python_toolkit.ipynb b/content/15_python_toolkit.ipynb similarity index 100% rename from 15_python_toolkit.ipynb rename to content/15_python_toolkit.ipynb diff --git a/example/convert_to_pdf.py b/content/example/convert_to_pdf.py similarity index 100% rename from example/convert_to_pdf.py rename to content/example/convert_to_pdf.py diff --git a/example/debug_example.py b/content/example/debug_example.py similarity index 100% rename from example/debug_example.py rename to content/example/debug_example.py diff --git a/example/identifier_example.py b/content/example/identifier_example.py similarity index 100% rename from example/identifier_example.py rename to content/example/identifier_example.py diff --git a/example/main.py b/content/example/main.py similarity index 100% rename from example/main.py rename to content/example/main.py diff --git a/example/scope.py b/content/example/scope.py similarity index 100% rename from example/scope.py rename to content/example/scope.py diff --git a/example/swap_number.py b/content/example/swap_number.py similarity index 100% rename from example/swap_number.py rename to content/example/swap_number.py diff --git a/example/test_example.py b/content/example/test_example.py similarity index 100% rename from example/test_example.py rename to content/example/test_example.py diff --git a/save_and_exec_magic.py b/content/save_and_exec_magic.py similarity index 100% rename from save_and_exec_magic.py rename to content/save_and_exec_magic.py diff --git a/static/01/C_Memory_Management.png b/content/static/01/C_Memory_Management.png similarity index 100% rename from static/01/C_Memory_Management.png rename to content/static/01/C_Memory_Management.png diff --git a/static/01/Python_Memory_Management.png b/content/static/01/Python_Memory_Management.png similarity index 100% rename from static/01/Python_Memory_Management.png rename to content/static/01/Python_Memory_Management.png diff --git a/static/builtins.png b/content/static/builtins.png similarity index 100% rename from static/builtins.png rename to content/static/builtins.png diff --git a/static/contextlib_help.txt b/content/static/contextlib_help.txt similarity index 100% rename from static/contextlib_help.txt rename to content/static/contextlib_help.txt diff --git a/static/file1.txt b/content/static/file1.txt similarity index 100% rename from static/file1.txt rename to content/static/file1.txt diff --git a/static/file2.txt b/content/static/file2.txt similarity index 100% rename from static/file2.txt rename to content/static/file2.txt diff --git a/static/global_local_scope.py b/content/static/global_local_scope.py similarity index 100% rename from static/global_local_scope.py rename to content/static/global_local_scope.py diff --git a/static/header_footer.py b/content/static/header_footer.py similarity index 100% rename from static/header_footer.py rename to content/static/header_footer.py diff --git a/static/listing_package_pip.png b/content/static/listing_package_pip.png similarity index 100% rename from static/listing_package_pip.png rename to content/static/listing_package_pip.png diff --git a/static/namespace_scope1.png b/content/static/namespace_scope1.png similarity index 100% rename from static/namespace_scope1.png rename to content/static/namespace_scope1.png diff --git a/static/packaging-install.png b/content/static/packaging-install.png similarity index 100% rename from static/packaging-install.png rename to content/static/packaging-install.png diff --git a/static/packaging.png b/content/static/packaging.png similarity index 100% rename from static/packaging.png rename to content/static/packaging.png diff --git a/static/pass_by_reference.png b/content/static/pass_by_reference.png similarity index 100% rename from static/pass_by_reference.png rename to content/static/pass_by_reference.png diff --git a/static/pip_install.png b/content/static/pip_install.png similarity index 100% rename from static/pip_install.png rename to content/static/pip_install.png diff --git a/static/pip_show.png b/content/static/pip_show.png similarity index 100% rename from static/pip_show.png rename to content/static/pip_show.png diff --git a/static/py_launcher.png b/content/static/py_launcher.png similarity index 100% rename from static/py_launcher.png rename to content/static/py_launcher.png diff --git a/static/python_launcher_linux.png b/content/static/python_launcher_linux.png similarity index 100% rename from static/python_launcher_linux.png rename to content/static/python_launcher_linux.png diff --git a/static/use_jupyterlite.gif b/content/static/use_jupyterlite.gif similarity index 100% rename from static/use_jupyterlite.gif rename to content/static/use_jupyterlite.gif diff --git a/static/virtual_env.png b/content/static/virtual_env.png similarity index 100% rename from static/virtual_env.png rename to content/static/virtual_env.png diff --git a/static/virtual_env_environ.png b/content/static/virtual_env_environ.png similarity index 100% rename from static/virtual_env_environ.png rename to content/static/virtual_env_environ.png diff --git a/static/virtual_env_linux.png b/content/static/virtual_env_linux.png similarity index 100% rename from static/virtual_env_linux.png rename to content/static/virtual_env_linux.png diff --git a/static/virtual_env_pip.png b/content/static/virtual_env_pip.png similarity index 100% rename from static/virtual_env_pip.png rename to content/static/virtual_env_pip.png diff --git a/tmp.py b/content/tmp.py similarity index 100% rename from tmp.py rename to content/tmp.py