|
| 1 | +title: Začátečnický kurz PyLadies |
| 2 | +subtitle: Brno - podzim 2020 - pondělí |
| 3 | +place: Mendelova univerzita v Brně + online |
| 4 | +time: 18:00–20:00 |
| 5 | +default_time: |
| 6 | + start: '18:00' |
| 7 | + end: '20:00' |
| 8 | +description: Naučte se Python pěkně od začátku. Žádné předchozí znalosti nejsou potřeba. |
| 9 | +long_description: | |
| 10 | + Začátečnický kurz PyLadies. |
| 11 | +
|
| 12 | + Stránky samotných PyLadies jsou na [http://pyladies.cz][PyLadies]. |
| 13 | + Organizační informace hledej tam. |
| 14 | +
|
| 15 | + Jednotlivé lekce budou určeny naprostým začátečnicím. |
| 16 | + Instrukce jsou uvedeny pro operační systémy Linux, Windows i macOS. |
| 17 | +
|
| 18 | + Materiály jsou stále v přípravě, plán se bude v průběhu kurzu měnit. |
| 19 | +
|
| 20 | + Kvůli opatřením ohledně setkávání lidí budou videa z kurzu nahrávána |
| 21 | + [na Youtube]. Jestli se to povede, tak i v přímém přenosu. |
| 22 | +
|
| 23 | + [PyLadies]: http://pyladies.cz/ |
| 24 | + [na Youtube]: https://www.youtube.com/playlist?list=PLFt-PM7J_H3ELiR5V3uQgUspihxvnCVwX |
| 25 | +
|
| 26 | +derives: pyladies |
| 27 | +vars: |
| 28 | + user-gender: f |
| 29 | + pyladies: true |
| 30 | + coach-present: true |
| 31 | + |
| 32 | +plan: |
| 33 | +- slug: preparation |
| 34 | + title: 'Hadí workshop nebo domácí příprava' |
| 35 | + serial: 0 |
| 36 | + materials: |
| 37 | + - lesson: beginners/cmdline |
| 38 | + - lesson: beginners/install |
| 39 | + - lesson: beginners/install-editor |
| 40 | + - title: Tahák na klávesnici (PDF) |
| 41 | + url: https://pyvec.github.io/cheatsheets/keyboard/keyboard-cs.pdf |
| 42 | + type: cheatsheet |
| 43 | + |
| 44 | +- slug: expressions |
| 45 | + title: 'Výrazy a podmínky' |
| 46 | + date: 2020-10-05 |
| 47 | + materials: |
| 48 | + - title: Úvodní prezentace |
| 49 | + url: https://docs.google.com/presentation/d/1iTn0_AfKGxMhPQzoZNoqDFd4ceawToJWBjkZA1UDDLQ/edit?usp=sharing |
| 50 | + - lesson: beginners/venv-setup |
| 51 | + - lesson: beginners/first-steps |
| 52 | + - lesson: beginners/hello-world |
| 53 | + - lesson: beginners/print |
| 54 | + - lesson: beginners/variables |
| 55 | + - lesson: beginners/comparisons |
| 56 | + - title: 'Úkoly (✊✌✋)' |
| 57 | + url: null |
| 58 | + |
| 59 | + |
| 60 | +- slug: loops |
| 61 | + title: 'Funkce a cykly' |
| 62 | + date: 2020-10-12 |
| 63 | + materials: |
| 64 | + - lesson: beginners/expressions |
| 65 | + - lesson: beginners/and-or |
| 66 | + - lesson: beginners/functions |
| 67 | + - lesson: beginners/basic-functions |
| 68 | + - lesson: intro/turtle |
| 69 | + - lesson: beginners/while |
| 70 | + - lesson: beginners/reassignment |
| 71 | + - title: Tahák na užitečné funkce (PDF) |
| 72 | + url: https://pyvec.github.io/cheatsheets/basic-functions/basic-functions-cs.pdf |
| 73 | + type: cheatsheet |
| 74 | + - title: "Úkol (\U0001f422 \U0001f0b2\U0001f0b1)" |
| 75 | + url: null |
| 76 | + |
| 77 | + |
| 78 | +- slug: str |
| 79 | + title: 'Řetězce' |
| 80 | + date: 2020-10-19 |
| 81 | + materials: |
| 82 | + - lesson: beginners/str |
| 83 | + - lesson: beginners/str-index-slice |
| 84 | + - lesson: beginners/str-methods |
| 85 | + - lesson: beginners/fstring |
| 86 | + - title: Řetězcový tahák (PDF) |
| 87 | + url: https://pyvec.github.io/cheatsheets/strings/strings-cs.pdf |
| 88 | + type: cheatsheet |
| 89 | + - title: "Úkol (|‾)" |
| 90 | + url: null |
| 91 | + |
| 92 | + |
| 93 | +- slug: def |
| 94 | + title: 'Vlastní funkce' |
| 95 | + date: 2020-10-26 |
| 96 | + materials: |
| 97 | + - lesson: beginners/def |
| 98 | + - lesson: beginners/local-variables |
| 99 | + - lesson: beginners/nested-traceback |
| 100 | + - lesson: beginners/recursion |
| 101 | + - title: Python Tutor |
| 102 | + url: http://pythontutor.com/visualize.html#mode=edit |
| 103 | + - title: "Úkol (⚁⚃⚅)" |
| 104 | + url: null |
| 105 | + |
| 106 | + |
| 107 | +- slug: import |
| 108 | + title: 'Chyby a moduly' |
| 109 | + date: 2020-11-02 |
| 110 | + materials: |
| 111 | + - lesson: beginners/exceptions |
| 112 | + - lesson: beginners/modules |
| 113 | + - title: Výjimkový tahák (PDF) |
| 114 | + url: https://pyvec.github.io/cheatsheets/exceptions/exceptions-cs.pdf |
| 115 | + type: cheatsheet |
| 116 | + - title: "Úkol (×○×○)" |
| 117 | + url: null |
| 118 | + |
| 119 | + |
| 120 | +- slug: review |
| 121 | + title: 'Rozhraní a testy' |
| 122 | + date: 2020-11-09 |
| 123 | + materials: |
| 124 | + - lesson: beginners/interfaces |
| 125 | + - lesson: beginners/testing |
| 126 | + - lesson: beginners/circular-imports |
| 127 | + - title: "Úkol (✕✕✕)" |
| 128 | + url: null |
| 129 | + |
| 130 | + |
| 131 | +- slug: list |
| 132 | + title: 'Seznamy a n-tice' |
| 133 | + date: 2020-11-16 |
| 134 | + materials: |
| 135 | + - lesson: beginners/list |
| 136 | + - lesson: beginners/tuple |
| 137 | + - lesson: beginners/nested-list |
| 138 | + - title: Tahák na seznamy (PDF) |
| 139 | + url: https://pyvec.github.io/cheatsheets/lists/lists-cs.pdf |
| 140 | + type: cheatsheet |
| 141 | + - title: "Úkol – [\U0001f436\U0001f431\U0001f430\U0001f40d]" |
| 142 | + url: null |
| 143 | + |
| 144 | + |
| 145 | +- slug: dict |
| 146 | + title: 'Sekvence a soubory' |
| 147 | + date: 2020-11-23 |
| 148 | + materials: |
| 149 | + - lesson: beginners/range |
| 150 | + - lesson: beginners/zip-enumerate |
| 151 | + - lesson: beginners/files |
| 152 | + - title: Úkol (⚔️) |
| 153 | + url: null |
| 154 | + |
| 155 | + |
| 156 | +- slug: file |
| 157 | + title: 'Slovníky' |
| 158 | + date: 2020-11-30 |
| 159 | + materials: |
| 160 | + - lesson: beginners/dict |
| 161 | + - lesson: intro/json |
| 162 | + - title: Slovníkový tahák (PDF) |
| 163 | + url: https://pyvec.github.io/cheatsheets/dicts/dicts-cs.pdf |
| 164 | + type: cheatsheet |
| 165 | + - title: "Úkol (💾)" |
| 166 | + url: null |
| 167 | + |
| 168 | + |
| 169 | +- slug: klondike |
| 170 | + title: 'Projekt' |
| 171 | + date: 2020-12-07 |
| 172 | + materials: |
| 173 | + - title: Turnaj v piškvorkách |
| 174 | + url: null |
| 175 | + - lesson: klondike/cards |
| 176 | + - lesson: klondike/decks |
| 177 | + - lesson: klondike/game |
| 178 | + - title: "Nepovinný úkol (🂱)" |
| 179 | + url: null |
| 180 | + |
| 181 | + - title: Cvičebnice Pythonu z FI MUNI |
| 182 | + url: https://www.fi.muni.cz/IB111/sbirka/ |
| 183 | + |
| 184 | +- slug: class |
| 185 | + title: 'Třídy a dědičnost' |
| 186 | + date: 2020-12-14 |
| 187 | + materials: |
| 188 | + - lesson: beginners/class |
| 189 | + - lesson: beginners/inheritance |
| 190 | + - title: "Úkol (♟♚)" |
| 191 | + url: null |
| 192 | + |
0 commit comments