forked from pyvec/naucse.python.cz
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathinfo.yml
More file actions
183 lines (182 loc) · 6 KB
/
info.yml
File metadata and controls
183 lines (182 loc) · 6 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
title: Začátečnický kurz PyLadies
subtitle: Praha (Olšanka) - jaro 2019
time: 18:00 - 20:00
default_time:
start: '18:00'
end: '20:00'
place: cz.nic, hotel Olšanka, Táboritská 23/1000, Praha 3
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 http://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.
derives: pyladies
vars:
pyladies: true
coach-present: true
plan:
- base: install
date: 2019-03-05
materials:
- title: Úvodní prezentace
url: http://pyladies.cz/v1/s001-install/uvod-praha.html
- lesson: beginners/cmdline
type: lesson
- lesson: beginners/install
type: lesson
- lesson: beginners/venv-setup
type: lesson
- lesson: beginners/first-steps
type: lesson
- lesson: beginners/install-editor
type: lesson
- title: Domácí projekty
url: https://projekty.pyladies.cz/session?course=pyladies-2019-praha-jaro-olsanka&session=install
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
- base: hello
date: 2019-03-12
materials:
- lesson: beginners/hello-world
type: lesson
- lesson: beginners/print
type: lesson
- lesson: beginners/variables
type: lesson
- lesson: beginners/comparisons
type: lesson
- title: "*Nebo* anebo *a* (bonus)"
lesson: beginners/and-or
vars:
bonus: true
- title: Domácí projekty
url: https://projekty.pyladies.cz/session?course=pyladies-2019-praha-jaro-olsanka&session=hello
type: homework
- base: loops
date: 2019-03-19
materils:
- lesson: beginners/functions
type: lesson
- lesson: intro/turtle
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
- title: Domácí projekty
url: https://projekty.pyladies.cz/session?course=pyladies-2019-praha-jaro-olsanka&session=loops
type: homework
- slug: while-functions
title: While & Vlastní funkce
date: 2019-03-26
materials:
- lesson: beginners/while
type: lesson
- lesson: beginners/def
type: lesson
- title: Domácí projekty
url: https://projekty.pyladies.cz/session?course=pyladies-2019-praha-jaro-olsanka&session=while-functions
type: homework
- slug: strings
title: Řetězce
date: 2019-04-02
materials:
- lesson: beginners/str
type: lesson
- title: Řetězcový tahák
url: https://pyvec.github.io/cheatsheets/strings/strings-cs.pdf
type: cheatsheet
- title: Domácí projekty
url: https://projekty.pyladies.cz/session?course=pyladies-2019-praha-jaro-olsanka&session=strings
type: homework
- slug: practice
title: Procvičování & soubory
date: 2019-04-09
materials:
- title: Procvičíme si vše, co jsme se naučily
url: null
type: special
- lesson: beginners/files
type: lesson
- title: Domácí projekty
url: https://projekty.pyladies.cz/session?course=pyladies-2019-praha-jaro-olsanka&session=practice
type: homework
- slug: list
title: Seznamy
date: 2019-04-16
materials:
- lesson: beginners/list
- lesson: beginners/tuple
- title: Tahák na seznamy
url: https://pyvec.github.io/cheatsheets/lists/lists-cs.pdf
type: cheatsheet
- title: Domácí projekty
url: https://projekty.pyladies.cz/session?course=pyladies-2019-praha-jaro-olsanka&session=list
type: homework
- base: dict
date: 2019-04-23
materials:
- lesson: beginners/dict
type: lesson
- title: slovníkový tahák
url: https://pyvec.github.io/cheatsheets/dicts/dicts-cs.pdf
type: cheatsheet
- title: Domácí projekty
url: https://projekty.pyladies.cz/session?course=pyladies-2019-praha-jaro-olsanka&session=dict
type: homework
- slug: tests
title: Výjimky, moduly & testování
date: 2019-04-30
materials:
- lesson: beginners/exceptions
- lesson: beginners/modules
- lesson: beginners/testing
- lesson: beginners/circular-imports
- title: Výjimkový tahák
url: https://pyvec.github.io/cheatsheets/exceptions/exceptions-cs.pdf
type: cheatsheet
- title: Domácí projekty
url: https://projekty.pyladies.cz/session?course=pyladies-2019-praha-jaro-olsanka&session=tests
type: homework
- base: class
title: Opakování & Třídy
date: 2019-05-07
materials:
- lesson: beginners/class
type: lesson
- title: Tahák na třídy
url: https://pyvec.github.io/cheatsheets/classes/classes.pdf
type: cheatsheet
- title: Domácí projekty
url: https://projekty.pyladies.cz/session?course=pyladies-2019-praha-jaro-olsanka&session=class
type: homework
- slug: inheritance
title: Třídy & Dědičnost
date: 2019-05-14
materials:
- lesson: beginners/inheritance
type: lesson
- slug: pyglet
title: Grafika
date: 2019-05-21
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
- title: Domácí projekty
url: https://projekty.pyladies.cz/session?course=pyladies-2019-praha-jaro-olsanka&session=pyglet
type: homework
- slug: data
title: Datová analýza
date: 2019-05-28
materials:
- lesson: intro/notebook
- lesson: intro/pandas