]> git.za3k.com Git - blog.git/commitdiff
Hack-a-Day 17 Python Challenge
authorZachary Vance <za3k@za3k.com>
Tue, 18 Nov 2025 23:31:16 +0000 (18:31 -0500)
committerZachary Vance <za3k@za3k.com>
Tue, 18 Nov 2025 23:31:19 +0000 (18:31 -0500)
posts/hack2025-17-python-challenges.md [new file with mode: 0644]

diff --git a/posts/hack2025-17-python-challenges.md b/posts/hack2025-17-python-challenges.md
new file mode 100644 (file)
index 0000000..6d89453
--- /dev/null
@@ -0,0 +1,19 @@
+---
+author: admin
+categories:
+- Technical
+date: 2025-11-18
+tags:
+- python
+- programming
+slug: python-challenges
+title: "Hack-a-Day, Day 17: Python Challenge"
+---
+
+Hack-a-Day is a challenge to complete one project a day in November from scratch.
+
+Today's "hack" was a blitz of the [Python Challeng](http://www.pythonchallenge.com/). I didn't finish it -- I got through about 10 of the 33 total levels.
+
+Since the goal is really to practice your python and have fun with riddles, no code shared on this one.
+
+Peace out!