From 32af876d9e928b6d3a00d9adefa53aa8fc049254 Mon Sep 17 00:00:00 2001
From: Cole <284808524+ColeJacobson@users.noreply.github.com>
Date: Tue, 21 Jul 2026 14:36:41 -0700
Subject: [PATCH] docs: update Python Crash Course link
Updates the Python Crash Course link in README.md to the Third Edition website.
Old: https://ehmatthes.github.io/pcc/
New: https://ehmatthes.github.io/pcc_3e/
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7ea3c06..9b8ab40 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ Here you need to learn basic concepts of programming languages, such as syntax,
- Python:
- [Automate the Boring Stuff with Python book](https://automatetheboringstuff.com/) FREE
- - [Python Crash Course](https://ehmatthes.github.io/pcc/) FREE
+ - [Python Crash Course](https://ehmatthes.github.io/pcc_3e/) FREE
- JavaScript:
- [The Modern JavaScript Tutorial](https://javascript.info/) FREE
- [JavaScript Crash Course For Beginners](https://www.youtube.com/watch?v=hdI2bqOjy3c) FREE