From f68840ee35f6294ce61485d91fecb9ed68dc21c3 Mon Sep 17 00:00:00 2001 From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com> Date: Sat, 22 Jan 2022 04:30:45 -0500 Subject: [PATCH] Add python resources * Update 106-python.md Python additions * Update 106-python.md Co-authored-by: Kamran Ahmed --- .../content/103-learn-a-language/106-python.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 92106a828..72d9e196e 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 @@ -1 +1,11 @@ -# Python \ No newline at end of file +# Python + +Python is a well known programming language which is both a strongly typed and a dynamically typed language. Being an interpreted language, code is executed as soon as it is written and the Python syntax allows for writing code in functional, procedureal or object-oriented programmatic ways. + +Free Content +Python Website +Python Getting Started +W3Schools - Python Tutorial +Python Crash Course +Automate the Boring Stuff +Codecademy - Learn Python 2