|
| 1 | +title: Digitální akademie Czechitas - přípravka Pythonu |
| 2 | +subtitle: Ostrava - jaro 2018 |
| 3 | +time: 17:00–20:00 |
| 4 | +place: VŠB – TUO, 17. listopadu 15/2172 708 33 Ostrava – Poruba |
| 5 | +description: Naučte se Python vážně od začátku. Žádné předchozí znalosti nejsou potřeba. |
| 6 | +long_description: | |
| 7 | + Tento kurz obsahuje podpurné materiály pro přípravku Pythonu v rámci Digitální akademie |
| 8 | + Czechitas v Ostravě. |
| 9 | +
|
| 10 | + [Czechitas]: https://www.czechitas.cz/cs/ |
| 11 | +derives: pyladies |
| 12 | +vars: |
| 13 | + user-gender: f |
| 14 | + pyladies: true |
| 15 | + coach-present: true |
| 16 | +plan: |
| 17 | +- title: První program |
| 18 | + slug: hello-world |
| 19 | + date: 2018-02-06 |
| 20 | + materials: |
| 21 | + - lesson: beginners/cmdline |
| 22 | + type: lesson |
| 23 | + - lesson: beginners/first-steps |
| 24 | + type: lesson |
| 25 | + - lesson: beginners/hello-world |
| 26 | + type: lesson |
| 27 | + - lesson: beginners/print |
| 28 | + type: lesson |
| 29 | + - lesson: beginners/variables |
| 30 | + type: lesson |
| 31 | + - lesson: beginners/comparisons |
| 32 | + type: lesson |
| 33 | +- title: Cykly |
| 34 | + slug: loops |
| 35 | + date: 2018-02-08 |
| 36 | + materials: |
| 37 | + - title: "*Nebo* anebo *a* (bonus)" |
| 38 | + lesson: beginners/and-or |
| 39 | + - lesson: beginners/functions |
| 40 | + type: lesson |
| 41 | + - lesson: intro/turtle |
| 42 | + type: lesson |
| 43 | + - lesson: beginners/while |
| 44 | + type: lesson |
| 45 | +- title: Funkce, řetězce, seznamy |
| 46 | + slug: def-str-list |
| 47 | + date: 2018-02-13 |
| 48 | + materials: |
| 49 | + - lesson: beginners/def |
| 50 | + type: lesson |
| 51 | + - lesson: beginners/str |
| 52 | + type: lesson |
| 53 | + - lesson: beginners/list |
| 54 | + type: lesson |
| 55 | + - lesson: beginners/tuple |
| 56 | + type: lesson |
| 57 | +- title: Slovníky, soubory, JSON |
| 58 | + slug: dict-files |
| 59 | + date: 2018-02-15 |
| 60 | + materials: |
| 61 | + - lesson: beginners/dict |
| 62 | + type: lesson |
| 63 | + - lesson: beginners/files |
| 64 | + type: lesson |
| 65 | + - lesson: intro/json |
| 66 | + type: lesson |
| 67 | +- title: Moduly a výjimky |
| 68 | + slug: modules |
| 69 | + date: 2018-02-20 |
| 70 | + materials: |
| 71 | + - lesson: beginners/exceptions |
| 72 | + type: lesson |
| 73 | + - lesson: beginners/modules |
| 74 | + type: lesson |
| 75 | + - lesson: beginners/circular-imports |
| 76 | + type: lesson |
0 commit comments