Začátečnický kurz v Tieto Czech

, 09:00-11:00

Zde najdeš materiály, které se používají na začátečnických kurzech Pythonu v Tieto Czech s.r.o.

Jednotlivé lekce jsou určeny naprostým začátečníkům, žádné předchozí znalosti nejsou nutné. Instrukce jsou uvedeny pro operační systémy Linux, Windows i macOS.

Lekce 1 - Instalace (2018-08-27)

Lekce 2 - Seznamy a N-tice (Lists and Tupples) (2018-08-29)

Lekce 3 - Práce s řetězci (Working with Strings) (2018-08-31)

Lekce 4 - Slovníky (Dictionaries) (2018-09-03)

Lekce 5 - Podmínky a smyčky (2018-09-05)

Lekce 6 - Abstrakce - Funkce (2018-09-07)

Lekce 7 - Abstrakce - Třídy (2018-09-10)

Lekce 8 - Moduly, balíly a další (2018-09-12)

Lekce 9 - Soubory a výjimky (2018-09-14)

Lekce 10 - Testování (2018-09-17)

Lekce 11 - Síťové programování (2018-09-21)

Lekce 12 - Regulární výrazy, logování, balíky, Fabric (2018-09-26)

Lekce 13 - Working with databasis, JSON and Yaml (2018-10-01)

{
  "courseId": "2018/tieto",
  "id": "course:2018/tieto",
  "title": "Začátečnický kurz v Tieto Czech",
  "subtitle": null,
  "timeDescription": "09:00-11:00",
  "place": null,
  "longDescription": "<p>Zde najdeš materiály, které se používají na začátečnických kurzech Pythonu v Tieto Czech s.r.o.</p>\n<p>Jednotlivé lekce jsou určeny naprostým začátečníkům, žádné předchozí\nznalosti nejsou nutné. Instrukce jsou uvedeny pro operační systémy Linux,\nWindows i macOS.</p>",
  "url": "https://naucse.python.cz/2018/tieto/",
  "apiUrl": "https://naucse.python.cz/v0/2018/tieto.json",
  "sessions": [
    {
      "id": "session:2018/tieto:install",
      "serial": "1",
      "title": "Instalace",
      "date": "2018-08-27",
      "materials": [
        {
          "type": "lesson",
          "title": "Úvod do příkazové řádky",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/cmdline/"
        },
        {
          "type": "lesson",
          "title": "Instalace Pythonu",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/install/"
        },
        {
          "type": "lesson",
          "title": "Instalace editoru",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/install-editor/"
        },
        {
          "type": "lesson",
          "title": "Instalace Gitu",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/git/install/"
        },
        {
          "type": "lesson",
          "title": "Interaktivní příkazová řádka Pythonu",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/instant-hacking/"
        },
        {
          "type": "lesson",
          "title": "Základní rozdíly mezi Python 2 a Python 3",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/python2-python3/"
        }
      ]
    },
    {
      "id": "session:2018/tieto:lists-and-tupples",
      "serial": "2",
      "title": "Seznamy a N-tice (Lists and Tupples)",
      "date": "2018-08-29",
      "materials": [
        {
          "type": "lesson",
          "title": "Sekvence (Sequence)",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-sequence/"
        },
        {
          "type": "lesson",
          "title": "Seznamy (Lists)",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-lists/"
        },
        {
          "type": "lesson",
          "title": "N-tice (Tuples)",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-tuples/"
        }
      ]
    },
    {
      "id": "session:2018/tieto:strings",
      "serial": "3",
      "title": "Práce s řetězci (Working with Strings)",
      "date": "2018-08-31",
      "materials": [
        {
          "type": "lesson",
          "title": "Řetězce (Strings)",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-strings/"
        }
      ]
    },
    {
      "id": "session:2018/tieto:dictionaries",
      "serial": "4",
      "title": "Slovníky (Dictionaries)",
      "date": "2018-09-03",
      "materials": [
        {
          "type": "lesson",
          "title": "Dictionaries",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-dictionaries/"
        }
      ]
    },
    {
      "id": "session:2018/tieto:conditionals-loops",
      "serial": "5",
      "title": "Podmínky a smyčky",
      "date": "2018-09-05",
      "materials": [
        {
          "type": "lesson",
          "title": "Conditionals, Loops",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-conditionals-loops/"
        }
      ]
    },
    {
      "id": "session:2018/tieto:abstraction-functions",
      "serial": "6",
      "title": "Abstrakce - Funkce",
      "date": "2018-09-07",
      "materials": [
        {
          "type": "lesson",
          "title": "Abstraction - Functions",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-functions/"
        }
      ]
    },
    {
      "id": "session:2018/tieto:abstraction-classes",
      "serial": "7",
      "title": "Abstrakce - Třídy",
      "date": "2018-09-10",
      "materials": [
        {
          "type": "lesson",
          "title": "Abstraction - Classes",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-classes/"
        }
      ]
    },
    {
      "id": "session:2018/tieto:modules-and-stuff",
      "serial": "8",
      "title": "Moduly, balíly a další",
      "date": "2018-09-12",
      "materials": [
        {
          "type": "lesson",
          "title": "Modules, packages and others",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-modules/"
        }
      ]
    },
    {
      "id": "session:2018/tieto:files-and-exceptions",
      "serial": "9",
      "title": "Soubory a výjimky",
      "date": "2018-09-14",
      "materials": [
        {
          "type": "lesson",
          "title": "Files",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-files/"
        },
        {
          "type": "lesson",
          "title": "Exceptions",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-exceptions/"
        }
      ]
    },
    {
      "id": "session:2018/tieto:testing",
      "serial": "10",
      "title": "Testování",
      "date": "2018-09-17",
      "materials": [
        {
          "type": "lesson",
          "title": "Testing",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-testing/"
        }
      ]
    },
    {
      "id": "session:2018/tieto:network-programming",
      "serial": "11",
      "title": "Síťové programování",
      "date": "2018-09-21",
      "materials": [
        {
          "type": "lesson",
          "title": "Network programming",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-networking/"
        }
      ]
    },
    {
      "id": "session:2018/tieto:regular-expressions",
      "serial": "12",
      "title": "Regulární výrazy, logování, balíky, Fabric",
      "date": "2018-09-26",
      "materials": [
        {
          "type": "lesson",
          "title": "Paramiko, Netmiko and Fabric",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-fabric/"
        },
        {
          "type": "lesson",
          "title": "Regular expressions",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-regular-expressions/"
        }
      ]
    },
    {
      "id": "session:2018/tieto:databasis-json-yaml",
      "serial": "13",
      "title": "Working with databasis, JSON and Yaml",
      "date": "2018-10-01",
      "materials": [
        {
          "type": "lesson",
          "title": "Packaging",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-packaging/"
        },
        {
          "type": "lesson",
          "title": "YAML",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-yaml/"
        },
        {
          "type": "lesson",
          "title": "JSON",
          "externalUrl": null,
          "internalUrl": "/2018/tieto/beginners/tieto-json/"
        }
      ]
    }
  ]
}