forked from pyvec/naucse-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyladies.yml
More file actions
196 lines (181 loc) · 5.26 KB
/
pyladies.yml
File metadata and controls
196 lines (181 loc) · 5.26 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
title: Začátečnický kurz PyLadies
subtitle: Praha - jaro 2025
time: 18:00 - 20:00
default_time:
start: '18:00'
end: '20:00'
timezone: Europe/Prague
place: Praha
description: Naučte se Python vážně od začátku. Žádné předchozí znalosti nejsou potřeba.
long_description: |
Tady najdeš všechny materiály k pražské verzi začátečnického kurzu PyLadies. Stránky samotných PyLadies jsou na https://pyladies.cz. Jednotlivé lekce jsou určeny naprostým začátečnicím. Instrukce jsou uvedeny pro operační systémy Linux, Windows i MacOS.
Domácí projekty lze odevzdávat na projekty.pyladies.cz.
vars:
user-gender: f
pyladies: true
coach-present: true
sessions:
- slug: install
title: Instalace (domácí příprava)
serial: 0
materials:
- lesson: beginners/install
type: lesson
- lesson: beginners/install-editor
type: lesson
- title: První program
slug: first-program
date: 2025-03-19
materials:
- title: Úvodní prezentace
url: http://pyladies.cz/v1/s001-install/uvod-praha.html
- lesson: beginners/cmdline
type: lesson
- lesson: beginners/venv-setup
type: lesson
- lesson: beginners/first-steps
type: lesson
- lesson: beginners/hello-world
type: lesson
- title: Domácí projekty
url: https://projekty.pyladies.cz/
type: homework
- title: Tahák na klávesnici (PDF)
url: https://pyvec.github.io/cheatsheets/keyboard/keyboard-cs.pdf
type: cheatsheet
- title: Tahák na příkazovou řádku a první kroky v Pythonu (PDF)
url: https://s3-eu-west-1.amazonaws.com/messa-shared-files/2017/09/pyladies_2_lekce_tahak.pdf
type: cheatsheet
- title: Proměnné a podmínky
slug: variables-ifs
date: 2025-03-26
materials:
- lesson: beginners/print
type: lesson
- lesson: beginners/variables
type: lesson
- lesson: beginners/comparisons
type: lesson
- title: "*Nebo* anebo *a*"
lesson: beginners/and-or
vars:
bonus: true
- title: Tahák na běžné chyby a chybové hlášky (PDF)
url: https://pyvec.github.io/cheatsheets/errors/errors-cs.pdf
type: cheatsheet
- slug: loops
title: Funkce a cyklus For
date: 2025-04-02
materials:
- lesson: beginners/functions
type: lesson
- lesson: beginners/basic-functions
type: lesson
- lesson: intro/turtle
title: Cyklus For
type: lesson
- title: Tahák s užitečnými funkcemi
url: https://pyvec.github.io/cheatsheets/basic-functions/basic-functions-cs.pdf
type: cheatsheet
- slug: while-functions
title: While & Opakování cyklů
date: 2025-04-09
materials:
- lesson: beginners/while
type: lesson
- slug: def
title: Vlastní funkce
date: 2025-04-16
materials:
- lesson: beginners/def
type: lesson
- slug: strings
title: Řetězce
date: 2025-04-23
materials:
- lesson: beginners/str
type: lesson
- lesson: beginners/fstring
type: lesson
- title: Řetězcový tahák
url: https://pyvec.github.io/cheatsheets/strings/strings-cs.pdf
type: cheatsheet
- slug: practice
title: Procvičování & soubory
date: 2025-04-30
materials:
- title: Procvičíme si vše, co jsme se naučily
url: null
type: special
- lesson: beginners/files
type: lesson
- lesson: training/middle
type: lesson
- slug: list
title: Seznamy
date: 2025-05-07
materials:
- lesson: beginners/list
- lesson: beginners/tuple
- title: Tahák na seznamy
url: https://pyvec.github.io/cheatsheets/lists/lists-cs.pdf
type: cheatsheet
- slug: dict
title: Slovníky
date: 2025-05-14
materials:
- lesson: beginners/dict
type: lesson
- title: Slovníkový tahák
url: https://pyvec.github.io/cheatsheets/dicts/dicts-cs.pdf
type: cheatsheet
- slug: exceptions
title: Výjimky, moduly
date: 2025-05-21
materials:
- lesson: beginners/exceptions
- lesson: beginners/modules
- lesson: beginners/circular-imports
- title: Výjimkový tahák
url: https://pyvec.github.io/cheatsheets/exceptions/exceptions-cs.pdf
type: cheatsheet
- slug: class
title: Opakování & Třídy I
date: 2025-05-28
materials:
- lesson: beginners/class
type: lesson
- title: Tahák na třídy
url: https://pyvec.github.io/cheatsheets/classes/classes.pdf
type: cheatsheet
- slug: inheritance
title: Třídy II & Dědičnost
date: 2025-06-04
materials:
- lesson: beginners/inheritance
type: lesson
- slug: pyglet
title: Grafika
date: 2025-06-11
materials:
- lesson: intro/pyglet
- lesson: projects/pong
- title: Kód celé hry Pong
type: link
url: http://pyladies.cz/v1/s012-pyglet/pong.py
- title: Tahák na Pyglet
url: https://pyvec.github.io/cheatsheets/pyglet/pyglet-basics-cs.pdf
type: cheatsheet
- slug: hackaton
title: Závěrečný projekt
materials:
- lesson: projects/asteroids
type: lesson
- lesson: projects/snake
type: lesson
- title: Množinový tahák
url: https://pyvec.github.io/cheatsheets/sets/sets-cs.pdf
type: cheatsheet
- title: Tahák na geometrii a fyziku 2D her
url: https://pyvec.github.io/cheatsheets/game-physics/game-physics-cs.pdf
type: cheatsheet