From 0fe8bfe0d36976239bfc499fec61fbff21b6f8f0 Mon Sep 17 00:00:00 2001 From: Paul Wright Date: Fri, 10 May 2024 21:45:32 +0100 Subject: [PATCH] Replace python 2 with 3 in resources (#4639) --- .../roadmaps/backend/content/103-learn-a-language/106-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/backend/content/103-learn-a-language/106-python.md b/src/data/roadmaps/backend/content/103-learn-a-language/106-python.md index 122f8fccf..01948ac7e 100644 --- a/src/data/roadmaps/backend/content/103-learn-a-language/106-python.md +++ b/src/data/roadmaps/backend/content/103-learn-a-language/106-python.md @@ -12,7 +12,7 @@ Visit the following resources to learn more: - [Python principles - Python basics](https://pythonprinciples.com/) - [W3Schools - Python Tutorial ](https://www.w3schools.com/python/) - [Python Crash Course](https://ehmatthes.github.io/pcc/) -- [Codecademy - Learn Python 2](https://www.codecademy.com/learn/learn-python) +- [Codecademy - Learn Python](https://www.codecademy.com/learn/learn-python-3) - [An Introduction to Python for Non-Programmers](https://thenewstack.io/an-introduction-to-python-for-non-programmers/) - [Getting Started with Python and InfluxDB](https://thenewstack.io/getting-started-with-python-and-influxdb/) - [Python for Beginners - Learn Python in 1 Hour](https://www.youtube.com/watch?v=kqtD5dpn9C8&ab_channel=ProgrammingwithMosh)