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
128 lines (127 loc) · 3.67 KB
/
info.yml
File metadata and controls
128 lines (127 loc) · 3.67 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
title: Začátečnický kurz PyLadies
subtitle: Praha (NTK) - jaro 2019
time: 18:00 - 20:00
default_time:
start: '18:00'
end: '20:00'
place: Národní technická knihovna, Technická 2710/6, Praha 6,
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](https://projekty.pyladies.cz/).
derives: pyladies
vars:
pyladies: true
coach-present: true
plan:
- base: install
date: 2019-03-07
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/
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-14
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
- base: loops
date: 2019-03-21
materials:
- 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
- slug: while-functions
title: While & Vlastní funkce
date: 2019-03-28
materials:
- lesson: beginners/while
type: lesson
- lesson: beginners/def
type: lesson
- slug: strings
title: Řetězce
date: 2019-04-04
materials:
- lesson: beginners/str
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: 2019-04-11
materials:
- title: Procvičíme si vše, co jsme se naučily
url: null
type: special
- lesson: beginners/files
type: lesson
- base: list
date: 2019-04-18
- base: dict
date: 2019-04-25
materials:
- lesson: beginners/dict
type: lesson
- title: Slovníkový tahák
url: https://pyvec.github.io/cheatsheets/dicts/dicts-cs.pdf
type: cheatsheet
- base: tests
date: 2019-05-02
title: Výjimky, moduly & testování
- base: class
title: Opakování & Třídy
date: 2019-05-09
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 & Dědičnost
date: 2019-05-16
materials:
- lesson: beginners/inheritance
type: lesson
- base: pyglet
date: 2019-05-23
- slug: data
title: Datová analýza
date: 2019-05-30
materials:
- lesson: intro/notebook
- lesson: intro/pandas