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 (2019-03-20)

Lekce 2 - Seznamy a N-tice (Lists and Tupples) (2019-03-26)

Lekce 3 - Práce s řetězci (Working with Strings) (2019-03-28)

Lekce 4 - Slovníky (Dictionaries) (2019-04-02)

Lekce 5 - Podmínky a smyčky (2019-04-04)

Lekce 6 - Abstrakce - Funkce (2019-04-09)

Lekce 7 - Abstrakce - Třídy (2019-04-11)

Lekce 8 - Moduly, balíky a další (2019-04-16)

Lekce 9 - Soubory a výjimky (2019-04-18)

Lekce 10 - Testování (2019-04-23)

Lekce 11 - Síťové programování (2019-04-25)

Lekce 12 - Regulární výrazy, balíky, Fabric (2019-04-30)

Lekce 13 - Working with databasis, logging, JSON and Yaml (2019-05-02)

{
  "courseId": "2019/tieto-ostrava-jaro",
  "id": "course:2019/tieto-ostrava-jaro",
  "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/2019/tieto-ostrava-jaro/",
  "apiUrl": "https://naucse.python.cz/v0/2019/tieto-ostrava-jaro.json",
  "sessions": [
    {
      "id": "session:2019/tieto-ostrava-jaro:install",
      "serial": "1",
      "title": "Instalace",
      "date": "2019-03-20",
      "materials": [
        {
          "type": "lesson",
          "title": "Úvod do příkazové řádky",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/cmdline/"
        },
        {
          "type": "lesson",
          "title": "Instalace Pythonu",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/install/"
        },
        {
          "type": "lesson",
          "title": "Instalace editoru",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/install-editor/"
        },
        {
          "type": "lesson",
          "title": "Instalace Gitu",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/git/install/"
        },
        {
          "type": "lesson",
          "title": "Interaktivní příkazová řádka Pythonu",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/instant-hacking/"
        },
        {
          "type": "lesson",
          "title": "Základní rozdíly mezi Python 2 a Python 3",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/python2-python3/"
        }
      ]
    },
    {
      "id": "session:2019/tieto-ostrava-jaro:lists-and-tupples",
      "serial": "2",
      "title": "Seznamy a N-tice (Lists and Tupples)",
      "date": "2019-03-26",
      "materials": [
        {
          "type": "lesson",
          "title": "Sekvence (Sequence)",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-sequence/"
        },
        {
          "type": "lesson",
          "title": "Seznamy (Lists)",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-lists/"
        },
        {
          "type": "lesson",
          "title": "N-tice (Tuples)",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-tuples/"
        }
      ]
    },
    {
      "id": "session:2019/tieto-ostrava-jaro:strings",
      "serial": "3",
      "title": "Práce s řetězci (Working with Strings)",
      "date": "2019-03-28",
      "materials": [
        {
          "type": "lesson",
          "title": "Řetězce (Strings)",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-strings/"
        }
      ]
    },
    {
      "id": "session:2019/tieto-ostrava-jaro:dictionaries",
      "serial": "4",
      "title": "Slovníky (Dictionaries)",
      "date": "2019-04-02",
      "materials": [
        {
          "type": "lesson",
          "title": "Dictionaries",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-dictionaries/"
        }
      ]
    },
    {
      "id": "session:2019/tieto-ostrava-jaro:conditionals-loops",
      "serial": "5",
      "title": "Podmínky a smyčky",
      "date": "2019-04-04",
      "materials": [
        {
          "type": "lesson",
          "title": "Conditionals, Loops",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-conditionals-loops/"
        }
      ]
    },
    {
      "id": "session:2019/tieto-ostrava-jaro:abstraction-functions",
      "serial": "6",
      "title": "Abstrakce - Funkce",
      "date": "2019-04-09",
      "materials": [
        {
          "type": "lesson",
          "title": "Abstraction - Functions",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-functions/"
        }
      ]
    },
    {
      "id": "session:2019/tieto-ostrava-jaro:abstraction-classes",
      "serial": "7",
      "title": "Abstrakce - Třídy",
      "date": "2019-04-11",
      "materials": [
        {
          "type": "lesson",
          "title": "Abstraction - Classes",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-classes/"
        }
      ]
    },
    {
      "id": "session:2019/tieto-ostrava-jaro:modules-and-stuff",
      "serial": "8",
      "title": "Moduly, balíky a další",
      "date": "2019-04-16",
      "materials": [
        {
          "type": "lesson",
          "title": "Modules, packages and others",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-modules/"
        }
      ]
    },
    {
      "id": "session:2019/tieto-ostrava-jaro:files-and-exceptions",
      "serial": "9",
      "title": "Soubory a výjimky",
      "date": "2019-04-18",
      "materials": [
        {
          "type": "lesson",
          "title": "Files",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-files/"
        },
        {
          "type": "lesson",
          "title": "Exceptions",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-exceptions/"
        }
      ]
    },
    {
      "id": "session:2019/tieto-ostrava-jaro:testing",
      "serial": "10",
      "title": "Testování",
      "date": "2019-04-23",
      "materials": [
        {
          "type": "lesson",
          "title": "Testing",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-testing/"
        }
      ]
    },
    {
      "id": "session:2019/tieto-ostrava-jaro:network-programming",
      "serial": "11",
      "title": "Síťové programování",
      "date": "2019-04-25",
      "materials": [
        {
          "type": "lesson",
          "title": "Network programming",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-networking/"
        }
      ]
    },
    {
      "id": "session:2019/tieto-ostrava-jaro:regular-expressions",
      "serial": "12",
      "title": "Regulární výrazy, balíky, Fabric",
      "date": "2019-04-30",
      "materials": [
        {
          "type": "lesson",
          "title": "Paramiko, Netmiko and Fabric",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-fabric/"
        },
        {
          "type": "lesson",
          "title": "Regular expressions",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-regular-expressions/"
        },
        {
          "type": "lesson",
          "title": "Final Assignment",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-final-assignment/"
        }
      ]
    },
    {
      "id": "session:2019/tieto-ostrava-jaro:databasis-json-yaml",
      "serial": "13",
      "title": "Working with databasis, logging, JSON and Yaml",
      "date": "2019-05-02",
      "materials": [
        {
          "type": "lesson",
          "title": "Packaging",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-packaging/"
        },
        {
          "type": "lesson",
          "title": "YAML",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-yaml/"
        },
        {
          "type": "lesson",
          "title": "JSON",
          "externalUrl": null,
          "internalUrl": "/2019/tieto-ostrava-jaro/beginners/tieto-json/"
        }
      ]
    }
  ]
}