From 416f0839fda8bfb3bb446c09f10bb0ae35e6dd6f Mon Sep 17 00:00:00 2001
From: Jacob <77374574+Eirfire@users.noreply.github.com>
Date: Wed, 5 Oct 2022 10:14:09 +1000
Subject: [PATCH] Update 106-python.md (#1913)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
New free course on Python ( pythonprinciples.com ) . This is where I learnt Python with interactive lessons - while reading what’s going on and giving you practical examples to follow along with and try yourself.
---
.../101-backend/content/103-learn-a-language/106-python.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/content/roadmaps/101-backend/content/103-learn-a-language/106-python.md b/content/roadmaps/101-backend/content/103-learn-a-language/106-python.md
index 1b923f673..0d59f456d 100644
--- a/content/roadmaps/101-backend/content/103-learn-a-language/106-python.md
+++ b/content/roadmaps/101-backend/content/103-learn-a-language/106-python.md
@@ -12,6 +12,7 @@ Python is a well known programming language which is both a strongly typed and a
Python Website
Python Getting Started
Automate the Boring Stuff
+Python principles - Python basics
W3Schools - Python Tutorial
Python Crash Course
Codecademy - Learn Python 2