diff --git a/README.md b/README.md
index c767644d8087bdff92abad7897d7d85f3e596584..e357b9563dbea2f771a671393168524b2abe12eb 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 770ae0d2c2de066fbaab20ea29e84c7d55243a9e..707ae3c6fb031f16ec157b1c8084386b04b72730 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.