-
Notifications
You must be signed in to change notification settings - Fork 0
/
course-remote-info.yaml
174 lines (174 loc) · 4.37 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
hyperskill_project:
id: 134
ide_files: https://cogniterra.org/media/attachments/lesson/25194/additional_files.json
is_template_based: false
use_ide: true
environment: unittest
update_date: "Sat, 06 Jul 2024 00:59:30 UTC"
stages:
- id: 714
step: 11139
is_completed: true
- id: 715
step: 11140
is_completed: true
- id: 716
step: 11141
is_completed: true
- id: 717
step: 11142
is_completed: true
- id: 718
step: 11143
is_completed: true
- id: 719
step: 11144
is_completed: true
topics:
0:
- title: Operating systems
theory_id: 9704
- title: Command line overview
theory_id: 8977
- title: Parameters and options
theory_id: 9746
- title: Working with file modes and permissions
theory_id: 13961
- title: Introduction to Python
theory_id: 47352
- title: Multi-line programs
theory_id: 47555
- title: "PEP 8: Coding style guide"
theory_id: 47499
- title: Taking user's input
theory_id: 47680
- title: Program with numbers
theory_id: 47734
- title: If statement
theory_id: 5953
- title: Else statement
theory_id: 5932
- title: For loop
theory_id: 6065
- title: Importing modules
theory_id: 6019
- title: Creating modules
theory_id: 6057
- title: Multiple modules. Package
theory_id: 6384
- title: Installing packages with pip
theory_id: 6230
- title: PyCharm basics
theory_id: 6193
- title: While loop
theory_id: 5940
- title: "Loop control: break, continue, pass"
theory_id: 6302
- title: Running Python applications in PyCharm
theory_id: 19153
- title: Files
theory_id: 13025
- title: File types
theory_id: 13017
- title: Regexps in Python
theory_id: 9468
- title: Escaping in regexps
theory_id: 9754
- title: Regexp sets and ranges
theory_id: 10035
- title: Shorthands
theory_id: 10142
- title: Regexp quantifiers
theory_id: 10355
- title: File modes and permissions
theory_id: 13953
- title: Files in Python
theory_id: 8691
- title: Reading files
theory_id: 8139
- title: Natural language processing
theory_id: 9157
- title: Introduction to NLTK
theory_id: 31188
- title: Tokenization
theory_id: 10363
- title: Basic data types
theory_id: 47516
- title: Variables
theory_id: 47536
- title: "Integer arithmetic: basic operations"
theory_id: 47564
- title: "Integer arithmetic: special operations"
theory_id: 47917
- title: Invoking functions
theory_id: 5891
- title: Boolean type and operations. True and false
theory_id: 6025
- title: Comparisons
theory_id: 5920
- title: List
theory_id: 5979
- title: Indexes
theory_id: 6189
- title: Declaring functions
theory_id: 5900
- title: Identity testing
theory_id: 8077
- title: "Working with strings: basic methods"
theory_id: 6842
- title: Quotes and multi-line strings
theory_id: 5814
- title: Set
theory_id: 6643
- title: Escape sequences
theory_id: 7130
- title: Splitting strings and joining lists
theory_id: 6972
- title: Regular expression
theory_id: 7580
1:
- title: POS tagging
theory_id: 22449
- title: N-gram model
theory_id: 29111
- title: Class
theory_id: 6661
- title: Class instances
theory_id: 6669
- title: Methods
theory_id: 6931
- title: Lemmatization
theory_id: 31378
- title: Stemming
theory_id: 31367
- title: Global vs local. Scopes
theory_id: 6322
- title: "Function, arguments and parameters"
theory_id: 7248
- title: Operations with list
theory_id: 6031
- title: Tuple
theory_id: 7462
- title: String formatting
theory_id: 6037
- title: List comprehension
theory_id: 6315
- title: Nested lists
theory_id: 6938
2:
- title: Slicing
theory_id: 6177
- title: Dictionary
theory_id: 6481
- title: Dictionary methods
theory_id: 9008
- title: Operations with dictionary
theory_id: 11096
- title: Defaultdict and Counter
theory_id: 7989
3:
- title: Random module
theory_id: 6263
4:
- title: Search in a string
theory_id: 9558