diff --git a/curriculum/challenges/english/blocks/lecture-introduction-to-python/67fe81c9c6fd3714343a45ad.md b/curriculum/challenges/english/blocks/lecture-introduction-to-python/67fe81c9c6fd3714343a45ad.md index 6439048d8b6..f553bbee1bb 100644 --- a/curriculum/challenges/english/blocks/lecture-introduction-to-python/67fe81c9c6fd3714343a45ad.md +++ b/curriculum/challenges/english/blocks/lecture-introduction-to-python/67fe81c9c6fd3714343a45ad.md @@ -7,7 +7,7 @@ dashedName: what-is-python-and-what-are-some-common-uses-in-the-industry # --description-- -Python is a general-purpose programming language known for its simplicity and ease of use. This ease of use has made Python the most popular programming language in modern times. In 2024, Python officially surpassed JavaScript as the most popular language on GitHub. +Python is a general-purpose programming language known for its simplicity and ease of use. This ease of use has made Python the most popular programming language in modern times. Python is used in many fields like data science and machine learning, web development, scripting and automation, embedded systems, IoT, and much more. @@ -19,6 +19,10 @@ Cybersecurity professionals and ethical hackers use Python to detect vulnerabili Python runs well on microcomputers like the Raspberry Pi and MicroPython-compatible boards, so you can build all kinds of IoT projects like smart home devices, weather monitoring stations, and more. +Python is widely used in DevOps for writing CI/CD scripts and managing infrastructure across development pipelines. It is also commonly used to build backend services and internal APIs. + +In software testing, Python tools such as pytest are used to create reliable test suites, while system administrators rely on Python for server monitoring, log management, and system-level tasks. + Finally, one of Python's biggest strengths is automation. You can write simple scripts to help you with repetitive tasks like extracting data from spreadsheets, sending emails, and working with files on your local machine. Libraries like Selenium and BeautifulSoup also make it easy to interact with websites, so you can scrape public data, automate tasks through a web UI, and even manage cloud deployments for your projects.