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