From 75a42ec54dbf721caa659ddf02c1f46fc2cb4bef Mon Sep 17 00:00:00 2001 From: mlot Date: Fri, 6 Jun 2025 13:40:57 -0400 Subject: initial commit for archiving --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') 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! -- cgit