forked from pyvec/naucse-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathostrava2022_python.yml
More file actions
414 lines (308 loc) · 10.7 KB
/
ostrava2022_python.yml
File metadata and controls
414 lines (308 loc) · 10.7 KB
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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
title: Začátečnický kurz Pythonu
subtitle: Ostrava - podzim 2022
time: každou středu od 17:00 do 19:00
default_time:
start: '17:00'
end: '19:00'
timezone: Europe/Prague
place: Tieto Towers, 28. října 3346/91, Moravská Ostrava, Ostrava
description: Naučte se Python vážně od začátku. Žádné předchozí znalosti nejsou potřeba.
long_description: |
Vítáme tě v Začátečnickém kurzu Pythonu od PyLadies Ostrava.
Níže najdeš materiály ke kurzu, který začíná 12. 10. 2022.
Jednotlivé lekce jsou určeny naprostým začátečnicím. Instrukce jsou uvedeny pro operační systémy Linux, Windows i macOS.
Stránky samotných PyLadies najdeš na http://pyladies.cz.
Domácí úkoly k jednotlivým lekcím najdeš na https://projekty.pyladies.cz/.
Zpětnou vazbu na konci každé lekce můžeš zadat na https://zpetnovazebnik.pyladies.cz/.
vars:
pyladies: true
coach-present: true
sessions:
- slug: preparation
serial: 0
title: Příprava před začátkem kurzu
materials:
- lesson: adm/intro
- title: Studijní materiály
- lesson: beginners/cmdline
- lesson: beginners/install
- lesson: beginners/venv-setup
- lesson: beginners/install-editor
- title: Videa ke shlédnutí
- title: (13:50) Příkazová řádka - Linux & macOS - video
url: https://youtu.be/GGMg8O4hE0c
- title: (22:34) Příkazová řádka - Windows - video
url: https://youtu.be/kriVWJmXpZc
- title: (8:15) Instalace Pythonu - Linux - video
url: https://youtu.be/7Qi7cSkoBA0
- title: (4:48) Instalace Pythonu - Windows - video
url: https://youtu.be/Xr6liKJzRGA
- title: (7:48) Nastavení prostředí - video
url: https://youtu.be/AFVvpfQB0V0
- title: (8:01) Instalace editoru - video
url: https://youtu.be/JcXUCuneX04
- title: Další odkazy a materiály
- title: Tahák na klávesnici (PDF)
url: https://pyvec.github.io/cheatsheets/keyboard/keyboard-cs.pdf
type: cheatsheet
- slug: hello_world
title: První program
date: 2022-10-12
materials:
- title: Studijní materiály
- lesson: beginners/first-steps
- lesson: beginners/hello-world
- lesson: beginners/print
- lesson: beginners/variables
- title: Videa ke shlédnutí
- title: (7:23) První krůčky - video
url: https://youtu.be/0Poe25XdKIA
- title: (7:50) První program - video
url: https://youtu.be/9aJcvOfleFs
- title: (12:38) Print a chybové hlášky - video
url: https://youtu.be/14-LVG9Edng
- title: (15:08) Proměnné - video
url: https://youtu.be/-zKws24FmCg
- title: Další odkazy a materiály
- title: Tahák na debuggování (PDF)
url: https://pyvec.github.io/cheatsheets/errors/errors-cs.pdf
type: cheatsheet
- lesson: feedback/fb_ov_lesson1
- slug: conditions
title: Podmínky a funkce
date: 2022-10-19
materials:
- title: Studijní materiály
- lesson: beginners/expressions
- lesson: beginners/comparisons
- lesson: beginners/functions
- lesson: beginners/basic-functions
- lesson: beginners/and-or
- title: Videa ke shlédnutí
- title: (8:32) Vyhodnocování výrazů - video
url: https://youtu.be/nNXDXuN6Smg
- title: (17:27) Porovnání - video
url: https://youtu.be/Q1YJqWzfnck
- title: (17:26) Funkce - video
url: https://youtu.be/w_d8VKS8i48
- title: (15:51) Užitečné funkce - video
url: https://youtu.be/udEOvGIuZrs
- title: (7:58) Nebo anebo a - video
url: https://youtu.be/5Mc-cgoaM10
- title: Další odkazy a materiály
- title: Tahák na užitečné funkce (PDF)
url: https://pyvec.github.io/cheatsheets/basic-functions/basic-functions-cs.pdf
type: cheatsheet
- slug: loops
title: Želva 🐢 a cykly
date: 2022-10-26
materials:
- title: Studijní materiály
- lesson: intro/turtle
- lesson: beginners/while
- lesson: beginners/reassignment
- title: Videa ke shlédnutí
- title: (33:02) Želva a cykly - video
url: https://youtu.be/A__45ibnsnc
- title: (6:57) Cyklus While - video
url: https://youtu.be/I_mkND45dB0
- title: (9:28) Přepisování proměnných - video
url: https://youtu.be/fFh1LiksgdA
- title: Další odkazy a materiály
- lesson: feedback/fb_ov_lesson3
- slug: strings
title: Řetězce
date: 2022-11-02
materials:
- title: Studijní materiály
- lesson: beginners/str
- lesson: beginners/str-index-slice
- lesson: beginners/str-methods
- lesson: beginners/fstring
- title: Videa ke shlédnutí
- title: (19:54) Zápis řetězců - video
url: https://youtu.be/xdZWIvryP20
- title: (16:12) Výběr z řetězců - video
url: https://youtu.be/QOamCtzLPAo
- title: (9:19) Řetězcové funkce a metody - video
url: https://youtu.be/I3CB2YihRh8
- title: (11:52) Šablony (formátovací řetězce) - video
url: https://youtu.be/2-r2e9aM1HU
- title: Další odkazy a materiály
- title: Řetězcový tahák (PDF)
url: https://pyvec.github.io/cheatsheets/strings/strings-cs.pdf
type: cheatsheet
- slug: functions
title: Vlastní funkce
date: 2022-11-09
materials:
- title: Studijní materiály
- lesson: beginners/def
- lesson: beginners/prefer-return
- lesson: beginners/nested-traceback
- lesson: beginners/local-variables
- lesson: beginners/recursion
- title: Videa ke shlédnutí
- title: (17:01) Definice funkcí - video
url: https://youtu.be/6a-RjR9fNBY
- title: (8:54) Vrátit nebo vypsat? - video
url: https://youtu.be/4M6Yq9ZyObs
- title: (3:58) Chybové hlášky ze zanořených funkcí - video
url: https://youtu.be/I_DpjBDQy_k
- title: (14:25) Lokální proměnné - video
url: https://youtu.be/gbjXnMmuAxw
- title: (12:23) Rekurze - video
url: https://youtu.be/Vu6_jK8OiAI
- title: Další odkazy a materiály
- slug: exceptions
title: Chyby a moduly
date: 2022-11-16
materials:
- title: Studijní materiály
- lesson: beginners/exceptions
- lesson: beginners/modules
- lesson: beginners/circular-imports
- title: Videa ke shlédnutí
- title: (17:11) Výjimky - video
url: https://youtu.be/s-P5mBjUJBw
- title: (10:32) Moduly - video
url: https://youtu.be/LFp_x7OgCBU
- title: (5:56) Cyklické importy - video
url: https://youtu.be/bZ4iiSDe_4g
- title: Další odkazy a materiály
- title: Výjimkový tahák (PDF)
url: https://pyvec.github.io/cheatsheets/exceptions/exceptions-cs.pdf
type: cheatsheet
- slug: test
title: Rozhraní a testy
date: 2022-11-23
materials:
- title: Studijní materiály
- lesson: beginners/interfaces
- lesson: beginners/testing
- lesson: beginners/main-module
- title: Videa ke shlédnutí
- title: (6:51) Rozhraní - video
url: https://youtu.be/xQ7J_R8VAJQ
- title: (15:25) Testování - video
url: https://youtu.be/-KS_VRerZQ0
- title: (10:12) Spouštěcí moduly - video
url: https://youtu.be/S6HyFIUyPTw
- title: (3:53) Negativní testy - video
url: https://youtu.be/s-KPxX5ZcMs
- title: Další odkazy a materiály
- slug: list
title: Seznamy a n-tice
date: 2022-11-30
materials:
- title: Studijní materiály
- lesson: beginners/list
- lesson: beginners/tuple
- lesson: beginners/nested-list
- title: Videa ke shlédnutí
- title: (11:10) Seznamy - Úvod - video
url: https://youtu.be/abIMJjb9Nxw
- title: (32:52) Co všechno umí seznamy - video
url: https://youtu.be/-gINX_pOtQo
- title: (9:51) N-tice - video
url: https://youtu.be/dObtA75Ouzk
- title: Další odkazy a materiály
- lesson: beginners/vscode
- slug: file
title: Sekvence a soubory
date: 2022-12-07
materials:
- title: Studijní materiály
- lesson: beginners/range
- lesson: beginners/zip-enumerate
- lesson: beginners/files
- lesson: beginners/with
- title: Videa ke shlédnutí
- title: (5:02) Range - video
url: https://youtu.be/UtyIKgsnLmk
- title: (16:39) Iterátory n-tic (enum & zip) - video
url: https://youtu.be/JUCb7iiGsW4
- title: (13:17) Soubory - video
url: https://youtu.be/1X4TU_thg7s
- title: Další odkazy a materiály
- slug: dict
title: Slovníky
date: 2022-12-14
materials:
- title: Studijní materiály
- lesson: beginners/dict
- lesson: beginners/dict-with-list-values
- lesson: intro/json
- title: Ukázka jednoduchého API
type: lesson
url: http://pyladies.cz/v1/s011-dicts/simple-api.html
- title: Videa ke shlédnutí
- title: (19:23) Slovníky - video
url: https://youtu.be/OVnUhWwd2C0
- title: (4:42) Více hodnot v jednom záznamu slovníku - video
url: https://youtu.be/pQ268T2IZCo
- title: (12:54) Kódování dat - JSON - video
url: https://youtu.be/nPUSH7gSI4o
- title: Další odkazy a materiály
- title: Slovníkový tahák (PDF)
url: https://pyvec.github.io/cheatsheets/dicts/dicts-cs.pdf
type: cheatsheet
- slug: class
title: Třídy a dědičnost
date: 2022-12-21
materials:
- title: Studijní materiály
- lesson: beginners/class
- lesson: beginners/inheritance
- title: Videa ke shlédnutí
- title: (22:26) Třídy - video
url: https://youtu.be/x4iJDPOSv4A
- title: (12:58) Dědičnost - video
url: https://youtu.be/mqxMmSFiASw
- title: Další odkazy a materiály
- slug: questions
title: Opakování
description: V této lekci bude prostor zopakovat si vše, co není jasné a odpovědět na vaše dotazy.
date: 2023-01-04
materials:
- title: Studijní materiály
- lesson: adm/refresh
- slug: pyglet
title: Grafika
date: 2023-01-11
materials:
- title: Studijní materiály
- lesson: intro/pyglet
- title: "Praktické cvičení: Pong - mimo kurz navíc"
- lesson: projects/pong
- title: Kód celé hry Pong
url: http://pyladies.cz/v1/s012-pyglet/pong.py
- title: Další odkazy a materiály
- title: Tahák na Pyglet
url: https://pyvec.github.io/cheatsheets/pyglet/pyglet-basics-cs.pdf
type: cheatsheet
- slug: final_projects
title: Závěrečný projekt
date: 2023-01-18
materials:
- title: Studijní materiály
- lesson: projects/asteroids
- lesson: projects/snake
- lesson: klondike/cards
- lesson: klondike/decks
- lesson: klondike/game
- title: Další odkazy a materiály
- title: Tahák na geometrii a fyziku 2D her
url: https://pyvec.github.io/cheatsheets/game-physics/game-physics-cs.pdf
type: cheatsheet
- title: Množinový tahák
url: https://pyvec.github.io/cheatsheets/sets/sets-cs.pdf
type: cheatsheet
- slug: final_projects_2
title: Pokračování závěrečného projektu
description: V této lekci budeme pokračovat v dalších fázích závěrečného projektu.
date: 2023-01-25
- slug: end
title: Závěrečná hodina
description: Během závěrečné hodiny si předáme diplomy a seznámíme se s možnostmi pokračování studia
date: 2023-02-01