diff --git a/course-info.yaml b/course-info.yaml index 261c34a..c9fdb8c 100644 --- a/course-info.yaml +++ b/course-info.yaml @@ -2,7 +2,7 @@ type: marketplace title: Introduction to Python language: English summary: |- -

This is an introductory Python course by JetBrains Academy. The presented materials are based on the official Python Documentation. The target audience are the people with little or no experience in programming who would like to start learning Python.

+

This is an introductory Python course by JetBrains Academy. Python is a leading language for data analysis, AI, ML, automation, and more. The presented materials are based on the official Python Documentation. It is designed for individuals with little to no programming experience who want to start learning Python.

In this course, you will learn about the basics, such as variables and operations with them, strings and other data structures, boolean operators, conditions, control flow, and so on. You will try implementing loops, functions, and classes, as well as using parts of your code as imported modules, and working with text files.

Have fun and good luck!

P.S. Want to contribute? Feel free to send a pull request to this course’s git repo.