Skip to content

Commit 780c1b7

Browse files
authored
Merge pull request #301 – New course Ostrava 2018-1
#301
2 parents 058a683 + 2dd9199 commit 780c1b7

1 file changed

Lines changed: 200 additions & 0 deletions

File tree

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
title: Začátečnický kurz PyLadies
2+
subtitle: Ostrava - jaro 2018
3+
time: 17:00–19:00
4+
place: Tieto Towers, 28.října 3346/91, Ostrava
5+
description: Naučte se Python vážně od začátku. Žádné předchozí znalosti nejsou potřeba.
6+
long_description: |
7+
Tady najdeš všechny materiály k ostravské verzi začátečnického kurzu
8+
PyLadies.
9+
10+
Stránky samotných PyLadies jsou na [http://pyladies.cz][PyLadies].
11+
12+
Jednotlivé lekce jsou určeny naprostým začátečnicím.
13+
Instrukce jsou uvedeny pro operační systémy Linux, Windows i macOS.
14+
15+
[PyLadies]: http://pyladies.cz/
16+
derives: pyladies
17+
vars:
18+
user-gender: f
19+
pyladies: true
20+
coach-present: true
21+
plan:
22+
- title: Instalace
23+
slug: install
24+
date: 2018-02-07
25+
materials:
26+
- url: http://pyladies.cz/v1/s001-install/uvod.html
27+
title: Úvodní prezentace
28+
- lesson: beginners/cmdline
29+
type: lesson
30+
- lesson: beginners/install
31+
type: lesson
32+
- lesson: beginners/first-steps
33+
type: lesson
34+
- lesson: beginners/install-editor
35+
type: lesson
36+
- title: Tahák na klávesnici (PDF)
37+
url: https://github.com/pyvec/cheatsheets/raw/master/keyboard/keyboard-cs.pdf
38+
type: cheatsheet
39+
- title: Instrukce a domácí projekty (PDF)
40+
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s001-install/handout/handout.pdf
41+
type: homework
42+
- title: První program
43+
slug: hello-world
44+
date: 2018-02-14
45+
materials:
46+
- lesson: beginners/hello-world
47+
type: lesson
48+
- lesson: beginners/print
49+
type: lesson
50+
- lesson: beginners/variables
51+
type: lesson
52+
- lesson: beginners/comparisons
53+
type: lesson
54+
- title: Domácí projekty (PDF)
55+
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s002-hello-world/handout/handout2.pdf
56+
type: homework
57+
- title: "*Nebo* anebo *a* (bonus)"
58+
lesson: beginners/and-or
59+
vars:
60+
bonus: true
61+
- title: Cykly
62+
slug: loops
63+
date: 2018-02-21
64+
materials:
65+
- lesson: beginners/functions
66+
type: lesson
67+
- lesson: intro/turtle
68+
type: lesson
69+
- title: Tahák s užitečnými funkcemi
70+
url: https://github.com/pyvec/cheatsheets/raw/master/basic-functions/basic-functions-cs.pdf
71+
type: cheatsheet
72+
- title: Domácí projekty (PDF)
73+
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3a.pdf
74+
type: homework
75+
- title: Jeden nový cyklus a procvičování
76+
slug: while
77+
date: 2018-02-28
78+
materials:
79+
- lesson: beginners/while
80+
type: lesson
81+
- title: Domácí projekty (PDF)
82+
type: homework
83+
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3b.pdf
84+
- title: Funkce a řetězce
85+
slug: def-str
86+
date: 2018-03-07
87+
materials:
88+
- lesson: beginners/def
89+
type: lesson
90+
- lesson: beginners/str
91+
type: lesson
92+
- title: Řetězcový tahák
93+
url: https://github.com/pyvec/cheatsheets/raw/master/strings/strings-cs.pdf
94+
type: cheatsheet
95+
- title: Domácí projekty (PDF)
96+
url: http://pyladies.cz/v1/s004-strings/handout/handout4.pdf
97+
type: homework
98+
- title: Soubory
99+
slug: file
100+
date: 2018-03-14
101+
materials:
102+
- lesson: beginners/files
103+
type: lesson
104+
- title: Domácí projekty (PDF)
105+
url: http://pyladies.cz/v1/s005-modules/handout/handout7.pdf
106+
type: homework
107+
- title: odkaz k domácím projektům – hiragana
108+
url: http://pyladies.cz/v1/s006-lists/resources/hiragana.txt
109+
type: link
110+
- title: odkaz k domácím projektům – katakana
111+
url: http://pyladies.cz/v1/s006-lists/resources/katakana.txt
112+
type: link
113+
- title: odkaz k domácím projektům – „日本語の表記体系” na japonské Wikipedii
114+
url: http://ja.wikipedia.org/wiki/%E6%97%A5%E6%9C%AC%E8%AA%9E%E3%81%AE%E8%A1%A8%E8%A8%98%E4%BD%93%E7%B3%BB
115+
type: link
116+
- title: Seznamy
117+
slug: list
118+
date: 2018-03-21
119+
materials:
120+
- lesson: beginners/list
121+
type: lesson
122+
- lesson: beginners/tuple
123+
type: lesson
124+
- title: Tahák na seznamy
125+
url: https://github.com/pyvec/cheatsheets/raw/master/lists/lists-cs.pdf
126+
type: cheatsheet
127+
- title: Domácí projekty (PDF)
128+
url: http://pyladies.cz/v1/s006-lists/handout/handout6.pdf
129+
type: homework
130+
- title: Slovníky
131+
slug: dict
132+
date: 2018-03-28
133+
materials:
134+
- lesson: beginners/dict
135+
type: lesson
136+
- lesson: intro/json
137+
type: lesson
138+
- title: Slovníkový tahák
139+
url: https://github.com/pyvec/cheatsheets/raw/master/dicts/dicts-cs.pdf
140+
type: cheatsheet
141+
- title: Moduly a výjimky
142+
slug: modules
143+
date: 2018-04-04
144+
materials:
145+
- lesson: beginners/exceptions
146+
type: lesson
147+
- lesson: beginners/modules
148+
type: lesson
149+
- lesson: beginners/circular-imports
150+
type: lesson
151+
- title: Domácí projekty (PDF)
152+
url: http://pyladies.cz/v1/s005-modules/handout/handout5.pdf
153+
type: homework
154+
- title: Testování a procvičování
155+
slug: testing
156+
date: 2018-04-11
157+
materials:
158+
- lesson: beginners/testing
159+
type: lesson
160+
- title: Grafika
161+
slug: pyglet
162+
date: 2018-04-18
163+
materials:
164+
- lesson: intro/pyglet
165+
type: lesson
166+
- title: "Praktické cvičení: Pong - mimo kurz navíc"
167+
lesson: projects/pong
168+
- title: Kód celé hry Pong
169+
url: http://pyladies.cz/v1/s012-pyglet/pong.py
170+
- title: Tahák na Pyglet
171+
url: https://github.com/pyvec/cheatsheets/raw/master/pyglet/pyglet-basics-cs.pdf
172+
type: cheatsheet
173+
- title: Třídy
174+
slug: class
175+
date: 2018-04-25
176+
materials:
177+
- lesson: beginners/class
178+
type: lesson
179+
- lesson: beginners/inheritance
180+
type: lesson
181+
- title: Závěrečný projekt
182+
slug: asteroids
183+
date: 2018-05-02
184+
materials:
185+
- lesson: projects/asteroids
186+
type: lesson
187+
- title: Množinový tahák
188+
url: https://github.com/pyvec/cheatsheets/raw/master/sets/sets-cs.pdf
189+
type: cheatsheet
190+
- title: Tahák na geometrii a fyziku 2D her
191+
url: https://github.com/pyvec/cheatsheets/raw/master/game-physics/game-physics-cs.pdf
192+
type: cheatsheet
193+
- title: Pokračování závěrečného projektu
194+
slug: asteroids2
195+
date: 2018-05-09
196+
materials: []
197+
- title: Závěrečná hodina
198+
slug: asteroids3
199+
date: 2018-05-16
200+
materials: []

0 commit comments

Comments
 (0)