summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..46afe90
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# automateBoringstuffPython
+Automate the Boring Stuff With Python Practice and Project Repository
+
+They may or may not be correct, complete, or the simplest "Pythonic" way, but these are the projects I practiced and solutions I found for some of the practice questions in the book **"Automate the Boring Stuff with Python"** by [Al Sweigart](https://automatetheboringstuff.com/)
+
+**UPDATE 9/16:**
+Finally completed both the book and online [Udemy course](https://www.udemy.com/automate/). This was a great way to learn the foundations of the Python programming language. It also introduced me to using git for version control of just about everything.
+
+**UPDATE 2/17:**
+Had a few remaining practice problems that I could not solve originally, but after several additional months of diving into using Python I was able to return to these practice problems and get them resolved. This repository is now finalized!