diff --git a/python/1-py-variables/README.md b/python/1-py-variables/README.md
index 74673aa..934c8b6 100644
--- a/python/1-py-variables/README.md
+++ b/python/1-py-variables/README.md
@@ -17,5 +17,5 @@ byteAcademy - School
instructors - Armen, Chris, Greg
students - Adolfo, Benny, Billy, Brendan
```
-Look into iterating over dictionaries in Python.
+
Check out [.format](https://infohost.nmt.edu/tcc/help/pubs/python/web/new-str-format.html)
diff --git a/python/2-py-objects/README.md b/python/2-py-objects/README.md
index 43a121e..d970deb 100644
--- a/python/2-py-objects/README.md
+++ b/python/2-py-objects/README.md
@@ -1,6 +1,7 @@
-###Javascript Objects In Depth
+Python Dictionaries In Depth
+=======================
-Model these people as objects:
+Model these people as dictionaries:
Name: Michaela
Gender: Female
@@ -17,4 +18,4 @@ Nickname: The Cow
Friends: Stephen, Stephanie, Stefan
Jobs: Graphic Designer at Acme Corp, Bartender at Banter
-Write them to the "printout" div similarly to how they are listed above.
\ No newline at end of file
+Print out the keys and values of each person object. Look into iterating over dictionaries in Python
diff --git a/python/2-py-objects/index.html b/python/2-py-objects/index.html
deleted file mode 100644
index a9c0268..0000000
--- a/python/2-py-objects/index.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-