From addabc4beaf4a8a35e3d3e8f59b45061aafa1cd5 Mon Sep 17 00:00:00 2001 From: andran777 <86196800+andran777@users.noreply.github.com> Date: Wed, 17 Aug 2022 02:31:36 +0530 Subject: [PATCH] Link python roadmap in devops roadmap(#1532) --- .../roadmaps/102-devops/content/100-language/100-python.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/roadmaps/102-devops/content/100-language/100-python.md b/content/roadmaps/102-devops/content/100-language/100-python.md index 5889630f2..0c08d3256 100644 --- a/content/roadmaps/102-devops/content/100-language/100-python.md +++ b/content/roadmaps/102-devops/content/100-language/100-python.md @@ -1,3 +1,9 @@ + + # Python Python is a multi-paradigm language. Being an interpreted language, code is executed as soon as it is written and the Python syntax allows for writing code in functional, procedural or object-oriented programmatic ways. Python is frequently recommended as the first language new coders should learn, because of its focus on readability, consistency, and ease of use. This comes with some downsides, as the language is not especially performant in most production tasks.