-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse-remote-info.yaml
92 lines (92 loc) · 1.98 KB
/
course-remote-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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
hyperskill_project:
id: 90
ide_files: https://stepik.org/media/attachments/lesson/279920/additional_files.json
is_template_based: false
use_ide: true
update_date: Mon, 03 Jan 2022 15:04:39 UTC
stages:
- id: 500
step: 8002
is_completed: true
- id: 501
step: 8003
is_completed: true
- id: 502
step: 8004
is_completed: true
- id: 503
step: 8005
is_completed: false
topics:
0:
- title: Introduction to Python
theory_id: 5204
- title: Overview of the basic program
theory_id: 5208
- title: Multi-line programs
theory_id: 5233
- title: PEP 8
theory_id: 5879
- title: Comments
theory_id: 6081
- title: Naming variables
theory_id: 5885
- title: Basic data types
theory_id: 5852
- title: Variables
theory_id: 5859
1:
- title: Taking input
theory_id: 5913
- title: Program with numbers
theory_id: 5872
- title: If statement
theory_id: 5953
- title: Else statement
theory_id: 5932
- title: Elif statement
theory_id: 5926
- title: Integer arithmetic
theory_id: 5865
- title: Quotes and multi-line strings
theory_id: 5814
- title: Boolean logic
theory_id: 6025
- title: Comparisons
theory_id: 5920
2:
- title: Load module
theory_id: 6019
- title: Math functions
theory_id: 6256
- title: String formatting
theory_id: 6037
- title: Invoking a function
theory_id: 5891
3:
- title: Introduction to operating systems
theory_id: 9704
- title: Program execution
theory_id: 6047
- title: While loop
theory_id: 5940
- title: For loop
theory_id: 6065
- title: Errors
theory_id: 6052
- title: Command line overview
theory_id: 8977
- title: Parameters and options
theory_id: 9746
- title: Command line arguments
theory_id: 7981
- title: Argparse module
theory_id: 11389
- title: Type casting
theory_id: 6224
- title: List
theory_id: 5979
- title: Indexes
theory_id: 6189
- title: Declaring a function
theory_id: 5900