-
Notifications
You must be signed in to change notification settings - Fork 29
/
course-info.yaml
27 lines (27 loc) · 1.25 KB
/
course-info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
type: marketplace
title: Introduction to Python
language: English
summary: |-
<p>This is an introductory Python course by JetBrains Academy. 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>
<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>
<p>Have fun and good luck!</p>
<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>
vendor:
name: JetBrains
email: support@jetbrains.com
url: https://www.jetbrains.com/
programming_language: Python
environment: unittest
content:
- Introduction
- Variables
- Strings
- Data structures
- Condition expressions
- Loops
- Functions
- Classes and objects
- Modules and packages
- File input output
tags:
- Beginner-friendly