Začátečnický kurz PyLadies

Přírodovědecká fakulta Univerzita Hradec Králové (Hradecká 1285), 18:00–20:00

Hradec Králové - podzim 2018

Jednotlivé lekce jsou určeny naprostým začátečníkům. Instrukce jsou uvedeny pro operační systémy Linux, Windows i macOS.

Lekce 1 - Kontrola instalací a první program (2018-11-01)

Lekce 2 - Cykly (2018-11-08)

Lekce 3 - Funkce & Řetězce (2018-11-15)

Lekce 4 - Procvičování a soubory (2018-11-22)

Lekce 5 - Seznamy a N-tice (2018-11-29)

Lekce 6 - Slovníky (2018-12-06)

Lekce 7 - Výjimky, moduly, importy (2018-12-13)

Lekce 8 - Opakování (2018-12-20)

    {
      "courseId": "2018/pyladies-hradec-podzim",
      "id": "course:2018/pyladies-hradec-podzim",
      "title": "Začátečnický kurz PyLadies",
      "subtitle": "Hradec Králové - podzim 2018",
      "timeDescription": "18:00–20:00",
      "place": "Přírodovědecká fakulta Univerzita Hradec Králové (Hradecká 1285)",
      "longDescription": "<p>Jednotlivé lekce jsou určeny naprostým začátečníkům. Instrukce jsou uvedeny pro operační systémy Linux, Windows i macOS.</p>",
      "url": "https://naucse.python.cz/2018/pyladies-hradec-podzim/",
      "apiUrl": "https://naucse.python.cz/v0/2018/pyladies-hradec-podzim.json",
      "sessions": [
        {
          "id": "session:2018/pyladies-hradec-podzim:hello-world",
          "serial": "1",
          "title": "Kontrola instalací a první program",
          "date": "2018-11-01",
          "materials": [
            {
              "type": "lesson",
              "title": "Úvod do příkazové řádky",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/cmdline/"
            },
            {
              "type": "lesson",
              "title": "Nastavení prostředí",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/venv-setup/"
            },
            {
              "type": "lesson",
              "title": "První krůčky",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/first-steps/"
            },
            {
              "type": "lesson",
              "title": "První program",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/hello-world/"
            },
            {
              "type": "lesson",
              "title": "Print a chybové hlášky",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/print/"
            },
            {
              "type": "lesson",
              "title": "Proměnné",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/variables/"
            },
            {
              "type": "lesson",
              "title": "Porovnávání",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/comparisons/"
            },
            {
              "type": "lesson",
              "title": "Nebo anebo a",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/and-or/"
            },
            {
              "type": "cheatsheet",
              "title": "Tahák na příkazovou řádku a první kroky v Pythonu (PDF)",
              "externalUrl": "https://s3-eu-west-1.amazonaws.com/messa-shared-files/2017/09/pyladies_2_lekce_tahak.pdf",
              "internalUrl": null
            },
            {
              "type": "homework",
              "title": "Domácí projekty (a) (PDF)",
              "externalUrl": "https://pyladies.cz/v1/s001-install/handout/handout.pdf",
              "internalUrl": null
            },
            {
              "type": "homework",
              "title": "Domácí projekty (b) (PDF)",
              "externalUrl": "http://pyladies.cz/v1/s002-hello-world/handout/handout2.pdf",
              "internalUrl": null
            }
          ]
        },
        {
          "id": "session:2018/pyladies-hradec-podzim:loops",
          "serial": "2",
          "title": "Cykly",
          "date": "2018-11-08",
          "materials": [
            {
              "type": "lesson",
              "title": "Funkce",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/functions/"
            },
            {
              "type": "lesson",
              "title": "Želva a cykly",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/intro/turtle/"
            },
            {
              "type": "lesson",
              "title": "Cyklus While",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/while/"
            },
            {
              "type": "cheatsheet",
              "title": "Tahák s užitečnými funkcemi",
              "externalUrl": "https://pyvec.github.io/cheatsheets/basic-functions/basic-functions-cs.pdf",
              "internalUrl": null
            },
            {
              "type": "homework",
              "title": "Domácí projekty (a) (PDF)",
              "externalUrl": "http://pyladies.cz/v1/s003-looping/handout/handout3a.pdf",
              "internalUrl": null
            },
            {
              "type": "homework",
              "title": "Domácí projekty (b) (PDF)",
              "externalUrl": "http://pyladies.cz/v1/s003-looping/handout/handout3b.pdf",
              "internalUrl": null
            }
          ]
        },
        {
          "id": "session:2018/pyladies-hradec-podzim:def-str",
          "serial": "3",
          "title": "Funkce & Řetězce",
          "date": "2018-11-15",
          "materials": [
            {
              "type": "lesson",
              "title": "Vlastní funkce",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/def/"
            },
            {
              "type": "lesson",
              "title": "Řetězce",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/str/"
            },
            {
              "type": "cheatsheet",
              "title": "Řetězcový tahák",
              "externalUrl": "https://pyvec.github.io/cheatsheets/strings/strings-cs.pdf",
              "internalUrl": null
            },
            {
              "type": "homework",
              "title": "Domácí projekty (PDF)",
              "externalUrl": "http://pyladies.cz/v1/s004-strings/handout/handout4.pdf",
              "internalUrl": null
            }
          ]
        },
        {
          "id": "session:2018/pyladies-hradec-podzim:exrcs_fio",
          "serial": "4",
          "title": "Procvičování a soubory",
          "date": "2018-11-22",
          "materials": [
            {
              "type": "lesson",
              "title": "Soubory",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/files/"
            },
            {
              "type": "homework",
              "title": "Domácí projekty (PDF)",
              "externalUrl": "https://ufenixe.cz/wp-content/uploads/handout7.pdf",
              "internalUrl": null
            },
            {
              "type": "link",
              "title": "Odkaz k domácím projektům – hiragana",
              "externalUrl": "http://pyladies.cz/v1/s006-lists/resources/hiragana.txt",
              "internalUrl": null
            },
            {
              "type": "link",
              "title": "Odkaz k domácím projektům – katakana",
              "externalUrl": "http://pyladies.cz/v1/s006-lists/resources/katakana.txt",
              "internalUrl": null
            },
            {
              "type": "link",
              "title": "Odkaz k domácím projektům – „日本語の表記体系” na japonské Wikipedii",
              "externalUrl": "http://ja.wikipedia.org/wiki/%E6%97%A5%E6%9C%AC%E8%AA%9E%E3%81%AE%E8%A1%A8%E8%A8%98%E4%BD%93%E7%B3%BB",
              "internalUrl": null
            }
          ]
        },
        {
          "id": "session:2018/pyladies-hradec-podzim:list",
          "serial": "5",
          "title": "Seznamy a N-tice",
          "date": "2018-11-29",
          "materials": [
            {
              "type": "lesson",
              "title": "Seznamy",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/list/"
            },
            {
              "type": "lesson",
              "title": "N-tice",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/tuple/"
            },
            {
              "type": "cheatsheet",
              "title": "Tahák na seznamy",
              "externalUrl": "https://pyvec.github.io/cheatsheets/lists/lists-cs.pdf",
              "internalUrl": null
            },
            {
              "type": "homework",
              "title": "Domácí projekty (PDF)",
              "externalUrl": "http://pyladies.cz/v1/s006-lists/handout/handout6.pdf",
              "internalUrl": null
            }
          ]
        },
        {
          "id": "session:2018/pyladies-hradec-podzim:dict",
          "serial": "6",
          "title": "Slovníky",
          "date": "2018-12-06",
          "materials": [
            {
              "type": "lesson",
              "title": "Slovníky",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/dict/"
            },
            {
              "type": "lesson",
              "title": "JSON",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/intro/json/"
            },
            {
              "type": "lesson",
              "title": "Web API",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/projects/github-api/"
            },
            {
              "type": "cheatsheet",
              "title": "Slovníkový tahák (PDF)",
              "externalUrl": "https://pyvec.github.io/cheatsheets/dicts/dicts-cs.pdf",
              "internalUrl": null
            },
            {
              "type": "homework",
              "title": "Domácí projekty (PDF)",
              "externalUrl": "http://pyladies.cz/v1/s011-dicts/handout/handout9.pdf",
              "internalUrl": null
            },
            {
              "type": "homework",
              "title": "Bonusové úkoly (TXT)",
              "externalUrl": "http://home.zcu.cz/~zitkat/08_slovniky_du.txt",
              "internalUrl": null
            }
          ]
        },
        {
          "id": "session:2018/pyladies-hradec-podzim:modules",
          "serial": "7",
          "title": "Výjimky, moduly, importy",
          "date": "2018-12-13",
          "materials": [
            {
              "type": "lesson",
              "title": "Výjimky",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/exceptions/"
            },
            {
              "type": "lesson",
              "title": "Moduly",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/modules/"
            },
            {
              "type": "lesson",
              "title": "Cyklické importy",
              "externalUrl": null,
              "internalUrl": "/2018/pyladies-hradec-podzim/beginners/circular-imports/"
            }
          ]
        },
        {
          "id": "session:2018/pyladies-hradec-podzim:review",
          "serial": "8",
          "title": "Opakování",
          "date": "2018-12-20",
          "materials": []
        }
      ]
    }