Link python roadmap in devops roadmap(#1532)

pull/1657/head
andran777 2 years ago committed by GitHub
parent 98e10f950f
commit addabc4bea
  1. 6
      content/roadmaps/102-devops/content/100-language/100-python.md

@ -1,3 +1,9 @@
<DedicatedRoadmap
href='/python'
title='Python Roadmap'
description='Click to check the detailed Python Roadmap.'
/>
# 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.

Loading…
Cancel
Save