From 45f09593cfb69fd47924903af1f45c804e15cf9d Mon Sep 17 00:00:00 2001 From: Sofia <19rubisco93@gmail.com> Date: Thu, 27 Feb 2025 14:30:34 +0100 Subject: [PATCH 1/2] Update course-info.yaml --- course-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course-info.yaml b/course-info.yaml index 261c34a..3180ad6 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 the leading language used for data analysis, AI, ML, automation, and more. 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.
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.
From 951e9ed97d6441a7ec21a9ec2f9ac5fb2d4d9b7e Mon Sep 17 00:00:00 2001 From: Sofia <19rubisco93@gmail.com> Date: Thu, 27 Feb 2025 15:17:59 +0100 Subject: [PATCH 2/2] Update course-info.yaml --- course-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course-info.yaml b/course-info.yaml index 3180ad6..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. Python is the leading language used for data analysis, AI, ML, automation, and more. 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.