From ac0b6725a8208381d6a93cb684865e480cdfa714 Mon Sep 17 00:00:00 2001 From: pelibby16 <pelibby16@earlham.edu> Date: Wed, 8 Jan 2025 16:43:20 -0500 Subject: [PATCH] move items to supplimental --- .../env-python => supplimental-material}/JUPYTER.md | 0 {cs-fundamentals => supplimental-material}/batch-computing.md | 0 .../build-and-install.md | 0 topical-units/env-python/README.md | 4 ++-- 4 files changed, 2 insertions(+), 2 deletions(-) rename {topical-units/env-python => supplimental-material}/JUPYTER.md (100%) rename {cs-fundamentals => supplimental-material}/batch-computing.md (100%) rename {cs-fundamentals => supplimental-material}/build-and-install.md (100%) diff --git a/topical-units/env-python/JUPYTER.md b/supplimental-material/JUPYTER.md similarity index 100% rename from topical-units/env-python/JUPYTER.md rename to supplimental-material/JUPYTER.md diff --git a/cs-fundamentals/batch-computing.md b/supplimental-material/batch-computing.md similarity index 100% rename from cs-fundamentals/batch-computing.md rename to supplimental-material/batch-computing.md diff --git a/cs-fundamentals/build-and-install.md b/supplimental-material/build-and-install.md similarity index 100% rename from cs-fundamentals/build-and-install.md rename to supplimental-material/build-and-install.md diff --git a/topical-units/env-python/README.md b/topical-units/env-python/README.md index 4c00729..770ae0d 100644 --- a/topical-units/env-python/README.md +++ b/topical-units/env-python/README.md @@ -1,4 +1,4 @@ -# <img width=30px height=30px style='margin-right: 10px; margin-bottom: -3px;' src="https://seeklogo.com/images/P/python-logo-A32636CAA3-seeklogo.com.png"> Python Topical Unit (Under Construction) +# <img width=25px height=30px style='margin-right: 10px; margin-bottom: -6px;' src="https://s3.dualstack.us-east-2.amazonaws.com/pythondotorg-assets/media/community/logos/python-logo-only.png"> Python Topical Unit (Under Construction) **Note: This module is not applicable if you have taken CS128 at Earlham** Python is a widely-used, interpreted, object-oriented, high level programming language. It is very popular, particularly among domain scientists such as biologists. This language unit is designed for people that have not taken CS128 at Earlham. If you are in a major other than CS, or have previous programming experience in a language other than Python, this module might be perfect for you. @@ -6,7 +6,7 @@ Python is a widely-used, interpreted, object-oriented, high level programming la This course emphasizes learn-by-doing, so to learn Python you will write programs in Python. The way to learn a programming language is to read and write code in that language. ## Resources (and additional READMEs) -- [Using Jupyterhub README](JUPYTER.md) +- [Using Jupyterhub README](../../supplimental-material/JUPYTER.md) - [Python Basics README](BASICS.md) - [Codingbat Python Practice](https://codingbat.com/python) - [W3Schools Python](https://www.w3schools.com/python/python_intro.asp) -- GitLab