Skip to content

Commit b4de5fb

Browse files
ivetumhroncok
authored andcommitted
Doplněné jarní pražské kurzy PyLadies (#329)
#329
1 parent 76c1dc9 commit b4de5fb

File tree

2 files changed

+226
-0
lines changed

2 files changed

+226
-0
lines changed
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
title: Začátečnický kurz PyLadies
2+
subtitle: Praha (CZ.NIC) - jaro 2018
3+
time: 18:00–20:00
4+
place: CZ.NIC, hotel Olšanka, Táboritská 23/1000, Praha 3
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 pražské 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+
- base: install
23+
date: 2018-03-08
24+
materials:
25+
- title: Úvodní prezentace
26+
url: http://pyladies.cz/v1/s001-install/uvod-praha.html
27+
- +merge
28+
- title: Instrukce a domácí projekty (PDF)
29+
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s001-install/handout/handout.pdf
30+
type: homework
31+
- base: hello
32+
slug: hello-world
33+
date: 2018-03-15
34+
materials:
35+
- lesson: beginners/hello-world
36+
type: lesson
37+
- lesson: beginners/print
38+
type: lesson
39+
- lesson: beginners/variables
40+
type: lesson
41+
- lesson: beginners/comparisons
42+
type: lesson
43+
- title: Domácí projekty (PDF)
44+
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s002-hello-world/handout/handout2.pdf
45+
type: homework
46+
- title: "*Nebo* anebo *a* (bonus)"
47+
lesson: beginners/and-or
48+
vars:
49+
bonus: true
50+
- base: loops
51+
date: 2018-03-22
52+
materials:
53+
- +merge
54+
- title: Domácí projekty (PDF)
55+
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3a.pdf
56+
type: homework
57+
- base: def-str
58+
date: 2018-03-29
59+
materials:
60+
- +merge
61+
- title: Domácí projekty (PDF)
62+
url: http://pyladies.cz/v1/s004-strings/handout/handout4.pdf
63+
type: homework
64+
- title: Procvičování a soubory
65+
date: 2018-04-05
66+
slug: exercises
67+
materials:
68+
- title: Soubory
69+
lesson: beginners/files
70+
- title: Spolupráce a Open-Source - Git
71+
slug: vcs
72+
date: 2018-04-12
73+
materials:
74+
- lesson: git/git-collaboration-2in1
75+
type: lesson
76+
- title: Gitový tahák
77+
url: https://pyvec.github.io/cheatsheets/basic-git/basic-git-cs.pdf
78+
type: cheatsheet
79+
- title: Domácí projekty (PDF)
80+
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3b.pdf
81+
type: homework
82+
- base: list
83+
date: 2018-04-19
84+
materials:
85+
- +merge
86+
- title: Domácí projekty (PDF)
87+
url: http://pyladies.cz/v1/s006-lists/handout/handout6.pdf
88+
type: homework
89+
- base: dict
90+
date: 2018-04-26
91+
materials:
92+
- +merge
93+
- title: Domácí projekty (PDF)
94+
url: http://pyladies.cz/v1/s011-dicts/handout/handout9.pdf
95+
type: homework
96+
- base: tests
97+
slug: testing
98+
date: 2018-05-03
99+
materials:
100+
- +merge
101+
- title: Domácí projekty (PDF)
102+
url: http://pyladies.cz/v1/s005-modules/handout/handout5.pdf
103+
type: homework
104+
- base: pyglet
105+
date: 2018-05-10
106+
- base: class
107+
date: 2018-05-17
108+
- base: asteroids
109+
date: 2018-05-24
110+
- title: Závěrečná procvičovací hodina
111+
slug: final
112+
date: 2018-05-31
113+
materials: []
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
title: Začátečnický kurz PyLadies
2+
subtitle: Praha (NTK) - jaro 2018
3+
time: 18:00–20:00
4+
place: Národní technická knihovna, Technická 2710/6, Praha 6
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 brněnské 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+
- base: install
23+
date: 2018-03-07
24+
materials:
25+
- title: Úvodní prezentace
26+
url: http://pyladies.cz/v1/s001-install/uvod-praha.html
27+
- +merge
28+
- title: Instrukce a domácí projekty (PDF)
29+
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s001-install/handout/handout.pdf
30+
type: homework
31+
- base: hello
32+
slug: hello-world
33+
date: 2018-03-14
34+
materials:
35+
- lesson: beginners/hello-world
36+
type: lesson
37+
- lesson: beginners/print
38+
type: lesson
39+
- lesson: beginners/variables
40+
type: lesson
41+
- lesson: beginners/comparisons
42+
type: lesson
43+
- title: Domácí projekty (PDF)
44+
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s002-hello-world/handout/handout2.pdf
45+
type: homework
46+
- title: "*Nebo* anebo *a* (bonus)"
47+
lesson: beginners/and-or
48+
vars:
49+
bonus: true
50+
- base: loops
51+
date: 2018-03-21
52+
materials:
53+
- +merge
54+
- title: Domácí projekty (PDF)
55+
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3a.pdf
56+
type: homework
57+
- base: def-str
58+
date: 2018-03-28
59+
materials:
60+
- +merge
61+
- title: Domácí projekty (PDF)
62+
url: http://pyladies.cz/v1/s004-strings/handout/handout4.pdf
63+
type: homework
64+
- title: Procvičování a soubory
65+
date: 2018-04-04
66+
slug: exercises
67+
materials:
68+
- title: Soubory
69+
lesson: beginners/files
70+
- title: Spolupráce a Open-Source - Git
71+
slug: vcs
72+
date: 2018-04-11
73+
materials:
74+
- lesson: git/git-collaboration-2in1
75+
type: lesson
76+
- title: Gitový tahák
77+
url: https://pyvec.github.io/cheatsheets/basic-git/basic-git-cs.pdf
78+
type: cheatsheet
79+
- title: Domácí projekty (PDF)
80+
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3b.pdf
81+
type: homework
82+
- base: list
83+
date: 2018-04-18
84+
materials:
85+
- +merge
86+
- title: Domácí projekty (PDF)
87+
url: http://pyladies.cz/v1/s006-lists/handout/handout6.pdf
88+
type: homework
89+
- base: dict
90+
date: 2018-04-25
91+
materials:
92+
- +merge
93+
- title: Domácí projekty (PDF)
94+
url: http://pyladies.cz/v1/s011-dicts/handout/handout9.pdf
95+
type: homework
96+
- base: tests
97+
slug: testing
98+
date: 2018-05-02
99+
materials:
100+
- +merge
101+
- title: Domácí projekty (PDF)
102+
url: http://pyladies.cz/v1/s005-modules/handout/handout5.pdf
103+
type: homework
104+
- base: pyglet
105+
date: 2018-05-09
106+
- base: class
107+
date: 2018-05-16
108+
- base: asteroids
109+
date: 2018-05-23
110+
- title: Závěrečná procvičovací hodina
111+
slug: final
112+
date: 2018-05-30
113+
materials: []

0 commit comments

Comments
 (0)