From 893d2fb514ddaea053f561533b0e44278e0d453c Mon Sep 17 00:00:00 2001 From: pelibby16 <pelibby16@earlham.edu> Date: Wed, 8 Jan 2025 16:50:31 -0500 Subject: [PATCH] update readmes --- README.md | 6 ++++-- topical-units/env-python/README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c767644..e357b95 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,9 @@ Each student must complete one topical unit as part of enrolling in CS266. Click * R Terminal console * ggplot -### [Programming Environments - Python](topical-units/env-python) (Under Construction) +### [Programming Environments - Python](topical-units/env-python) +* Jupyterhub +* Programming basics * Not applicable if you have taken CS128 at Earlham ### [Programming Environments - Java](topical-units/env-java) @@ -71,7 +73,7 @@ Each student must complete one topical unit as part of enrolling in CS266. Click * Sensors and values * LCDs and Display -### [Programming Environments - C++](topical-units/env-cpp) (Under Construction) +### [Programming Environments - C](topical-units/env-cpp) (Under Construction) ### [Programming Environments - OpenMP](topical-units/env-openmp) (Under Construction) diff --git a/topical-units/env-python/README.md b/topical-units/env-python/README.md index 770ae0d..707ae3c 100644 --- a/topical-units/env-python/README.md +++ b/topical-units/env-python/README.md @@ -1,4 +1,4 @@ -# <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) +# <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 **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. -- GitLab