-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse-remote-info.yaml
270 lines (270 loc) · 6.19 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
hyperskill_project:
id: 94
ide_files: https://stepik.org/media/attachments/lesson/303588/additional_files.json
is_template_based: false
use_ide: true
update_date: Sun, 14 Aug 2022 07:51:46 UTC
stages:
- id: 519
step: 8598
is_completed: true
- id: 520
step: 8599
is_completed: true
- id: 521
step: 8600
is_completed: true
- id: 522
step: 8601
is_completed: true
- id: 523
step: 8602
is_completed: true
topics:
0:
- title: IDE
theory_id: 10996
- title: Introduction to Operating systems
theory_id: 9704
- title: Immutability
theory_id: 7929
- title: World Wide Web
theory_id: 6633
- title: HyperText Transfer Protocol
theory_id: 6569
- title: Introduction to Django
theory_id: 6277
- title: The concept of patterns
theory_id: 3611
- title: Django MVC
theory_id: 15548
- title: Django project structure
theory_id: 6285
- title: Django ORM
theory_id: 6832
- title: Computer programming
theory_id: 8739
- title: Introduction to OOP
theory_id: 3614
- 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: Taking input
theory_id: 5913
- title: Naming variables
theory_id: 5885
- title: Program with numbers
theory_id: 5872
- title: If statement
theory_id: 5953
- title: Else statement
theory_id: 5932
- title: Load module
theory_id: 6019
- title: Create module
theory_id: 6057
- title: Packages
theory_id: 6384
- title: Class
theory_id: 6661
- title: Class instances
theory_id: 6669
- title: For loop
theory_id: 6065
- title: Methods
theory_id: 6931
- title: Methods and attributes
theory_id: 6981
- title: Magic methods
theory_id: 7139
- title: Elif statement
theory_id: 5926
- title: Command line overview
theory_id: 8977
- title: Parameters and Options
theory_id: 9746
- title: Pip
theory_id: 6230
- title: Virtual Environment
theory_id: 13923
- title: PyCharm basics
theory_id: 6193
- title: Web development
theory_id: 13931
- title: Libraries
theory_id: 8504
- title: Frameworks
theory_id: 6701
- title: Program execution
theory_id: 6047
- title: Errors
theory_id: 6052
- title: Exceptions
theory_id: 6042
- title: Running Python applications in PyCharm
theory_id: 19153
- title: Introduction to databases
theory_id: 8497
- title: What is SQL
theory_id: 7054
- title: Datetime module
theory_id: 7324
- title: Inheritance
theory_id: 9844
- title: Inheritance in Python
theory_id: 7235
- title: XML
theory_id: 6901
- title: Polymorphism
theory_id: 10027
- title: Method overriding
theory_id: 7629
- title: How to read the documentation
theory_id: 12125
- title: Introduction to software architecture
theory_id: 15368
- title: JSON
theory_id: 6854
- title: Data and object mapping
theory_id: 8262
- title: Object-Relational Mapping (ORM)
theory_id: 8312
- title: Intro to computational thinking
theory_id: 8742
- title: Components of computational thinking
theory_id: 8745
- title: Basic data types
theory_id: 5852
- title: Variables
theory_id: 5859
- title: Invoking a function
theory_id: 5891
- title: Integer arithmetic
theory_id: 5865
- title: Declaring a function
theory_id: 5900
- title: Scopes
theory_id: 6322
- title: List
theory_id: 5979
- title: Boolean logic
theory_id: 6025
- title: Comparisons
theory_id: 5920
- title: Quotes and multi-line strings
theory_id: 5814
- title: String formatting
theory_id: 6037
- title: Arguments
theory_id: 7248
- title: Indexes
theory_id: 6189
- title: Identity testing
theory_id: 8077
- title: Basic string methods
theory_id: 6842
- title: Objects in Python
theory_id: 9262
- title: Escape sequences
theory_id: 7130
- title: Split and join
theory_id: 6972
- title: Dictionary
theory_id: 6481
- title: Dictionary methods
theory_id: 9008
- title: Operations with dictionary
theory_id: 11096
- title: Operations with list
theory_id: 6031
- title: Default arguments
theory_id: 10295
- title: Tuple
theory_id: 7462
- title: Args
theory_id: 8560
- title: Kwargs
theory_id: 9544
- title: MVC
theory_id: 17197
- title: Functional decomposition
theory_id: 9571
1:
- title: HTTP URL
theory_id: 6740
- title: Inline elements
theory_id: 7518
- title: HTTP messages
theory_id: 6752
- title: Starting a project
theory_id: 15547
- title: File types
theory_id: 13017
- title: Launching web server
theory_id: 6651
- title: Processing requests
theory_id: 6472
- title: Django template language
theory_id: 6391
- title: Rendering templates
theory_id: 8754
- title: HTML basics
theory_id: 6434
- title: Tags and Attributes
theory_id: 7536
- title: HTML page structure
theory_id: 6491
- title: Regexps basics
theory_id: 7580
- title: Introduction to Python shell
theory_id: 8133
- title: Experiments with Python shell
theory_id: 8238
- title: What is a bug
theory_id: 5504
- title: Debugging in shell
theory_id: 8244
2:
- title: Block-level elements
theory_id: 7271
- title: What is CSS
theory_id: 7678
- title: HTML attributes id and class
theory_id: 7527
- title: Intro to HTML forms
theory_id: 6560
- title: Queries and filters
theory_id: 7005
- title: Audio
theory_id: 7493
- title: Using models with templates
theory_id: 7637
- title: Built-in exceptions
theory_id: 11680
- title: Exception handling
theory_id: 6270
- title: How to read a traceback
theory_id: 11710
- title: Design principles
theory_id: 8956
3:
- title: Template tags
theory_id: 9998
- title: Domains
theory_id: 6911
- title: Submitting data
theory_id: 7332
- title: Forms and validation
theory_id: 7647
- title: Registration and authentication
theory_id: 7752
4:
- title: Object modification with ORM
theory_id: 7101