Skip to content

Commit 951e9ed

Browse files
authored
Update course-info.yaml
1 parent 45f0959 commit 951e9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type: marketplace
22
title: Introduction to Python
33
language: English
44
summary: |-
5-
<p>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 <a href="https://docs.python.org/3/">Python Documentation</a>. The target audience are the people with little or no experience in programming who would like to start learning Python.</p>
5+
<p>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 <a href="https://docs.python.org/3/">Python Documentation</a>. It is designed for individuals with little to no programming experience who want to start learning Python.</p>
66
<p>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.</p>
77
<p>Have fun and good luck!</p>
88
<p>P.S. Want to contribute? Feel free to send a pull request to this course’s <a href="https://github.com/jetbrains-academy/introduction_to_python">git repo</a>.</p>

0 commit comments

Comments
 (0)