|
| 1 | +title: Začátečnický kurz v Tieto Czech |
| 2 | +description: Naučte se Python vážně od začátku. Žádné předchozí znalosti nejsou potřeba. |
| 3 | +long_description: | |
| 4 | +
|
| 5 | + Zde najdeš materiály, které se používají na začátečnických kurzech Pythonu v Tieto Czech s.r.o. |
| 6 | +
|
| 7 | + Jednotlivé lekce jsou určeny naprostým začátečníkům, žádné předchozí |
| 8 | + znalosti nejsou nutné. Instrukce jsou uvedeny pro operační systémy Linux, |
| 9 | + Windows i macOS. |
| 10 | +time: 09:00-11:00 |
| 11 | +default_time: |
| 12 | + start: '15:00' |
| 13 | + end: '16:30' |
| 14 | +canonical: false |
| 15 | +vars: |
| 16 | + coach-present: true |
| 17 | +plan: |
| 18 | +- title: Instalace |
| 19 | + slug: install |
| 20 | + date: 2019-03-20 |
| 21 | + materials: |
| 22 | + - lesson: beginners/cmdline |
| 23 | + - lesson: beginners/install |
| 24 | + - lesson: beginners/install-editor |
| 25 | + - lesson: git/install |
| 26 | + - lesson: beginners/instant-hacking |
| 27 | + - lesson: beginners/python2-python3 |
| 28 | + |
| 29 | +- title: Seznamy a N-tice (Lists and Tupples) |
| 30 | + slug: lists-and-tupples |
| 31 | + date: 2019-03-26 |
| 32 | + materials: |
| 33 | + - lesson: beginners/tieto-sequence |
| 34 | + - lesson: beginners/tieto-lists |
| 35 | + - lesson: beginners/tieto-tuples |
| 36 | + |
| 37 | +- title: Práce s řetězci (Working with Strings) |
| 38 | + slug: strings |
| 39 | + date: 2019-03-28 |
| 40 | + materials: |
| 41 | + - lesson: beginners/tieto-strings |
| 42 | + |
| 43 | +- title: Slovníky (Dictionaries) |
| 44 | + slug: dictionaries |
| 45 | + date: 2019-04-02 |
| 46 | + materials: |
| 47 | + - lesson: beginners/tieto-dictionaries |
| 48 | + |
| 49 | +- title: Podmínky a smyčky |
| 50 | + slug: conditionals-loops |
| 51 | + date: 2019-04-04 |
| 52 | + materials: |
| 53 | + - lesson: beginners/tieto-conditionals-loops |
| 54 | + |
| 55 | +- title: Abstrakce - Funkce |
| 56 | + slug: abstraction-functions |
| 57 | + date: 2019-04-09 |
| 58 | + materials: |
| 59 | + - lesson: beginners/tieto-functions |
| 60 | + |
| 61 | +- title: Abstrakce - Třídy |
| 62 | + slug: abstraction-classes |
| 63 | + date: 2019-04-11 |
| 64 | + materials: |
| 65 | + - lesson: beginners/tieto-classes |
| 66 | + |
| 67 | +- title: Moduly, balíly a další |
| 68 | + slug: modules-and-stuff |
| 69 | + date: 2019-04-16 |
| 70 | + materials: |
| 71 | + - lesson: beginners/tieto-modules |
| 72 | + |
| 73 | +- title: Soubory a výjimky |
| 74 | + slug: files-and-exceptions |
| 75 | + date: 2019-04-18 |
| 76 | + materials: |
| 77 | + - lesson: beginners/tieto-files |
| 78 | + - lesson: beginners/tieto-exceptions |
| 79 | + |
| 80 | +- title: Testování |
| 81 | + slug: testing |
| 82 | + date: 2019-04-23 |
| 83 | + materials: |
| 84 | + - lesson: beginners/tieto-testing |
| 85 | + |
| 86 | +- title: Síťové programování |
| 87 | + slug: network-programming |
| 88 | + date: 2019-04-25 |
| 89 | + materials: |
| 90 | + - lesson: beginners/tieto-networking |
| 91 | + |
| 92 | +- title: Regulární výrazy, logování, balíky, Fabric |
| 93 | + slug: regular-expressions |
| 94 | + date: 2019-04-30 |
| 95 | + materials: |
| 96 | + - lesson: beginners/tieto-fabric |
| 97 | + - lesson: beginners/tieto-regular-expressions |
| 98 | + # - lesson: beginners/tieto-logging |
| 99 | + # - lesson: beginners/tieto-packaging |
| 100 | + |
| 101 | +- title: Working with databasis, JSON and Yaml |
| 102 | + slug: databasis-json-yaml |
| 103 | + date: 2019-05-02 |
| 104 | + materials: |
| 105 | + - lesson: beginners/tieto-packaging |
| 106 | + - lesson: beginners/tieto-yaml |
| 107 | + - lesson: beginners/tieto-json |
| 108 | + # - lesson: beginners/tieto-databasis |
| 109 | + |
| 110 | + #- title: Wrapping all up |
| 111 | + # slug: wrapping-all-up |
| 112 | + # date: 2018-10-03 |
| 113 | + # materials: |
| 114 | + # - lesson: beginners/tieto-wrapping-all-up |
0 commit comments