Začátečnický kurz PyLadies

Národní technická knihovna, Technická 2710/6, Praha 6,, 18:00 - 20:00

Praha (NTK) - podzim 2019

Tady najdeš všechny materiály k pražské verzi začátečnického kurzu PyLadies. Stránky samotných PyLadies jsou na http://pyladies.cz. Jednotlivé lekce jsou určeny naprostým začátečnicím. Instrukce jsou uvedeny pro operační systémy Linux, Windows i macOS. Domácí projekty lze odevzdávat na projekty.pyladies.cz.

Lekce 1 - Instalace (2019-09-18)

Lekce 2 - První program (2019-09-25)

Lekce 3 - Cykly (2019-10-02)

Lekce 4 - While & Vlastní funkce (2019-10-09)

Lekce 5 - Řetězce (2019-10-16)

Lekce 6 - Procvičování & soubory (2019-10-23)

  • Procvičíme si vše, co jsme se naučily
  • Soubory

Lekce 7 - Seznamy (2019-10-30)

Lekce 8 - Slovníky (2019-11-06)

Lekce 9 - Výjimky & moduly (2019-11-13)

Lekce 10 - Opakování & Třídy (2019-11-20)

Lekce 11 - Třídy II & Dědičnost (2019-11-27)

Lekce 12 - Grafika (2019-12-04)

Lekce 13 - Závěrečný hackaton (2019-12-07)

    {
      "courseId": "2019/pyladies-praha-podzim-ntk",
      "id": "course:2019/pyladies-praha-podzim-ntk",
      "title": "Začátečnický kurz PyLadies",
      "subtitle": "Praha (NTK) - podzim 2019",
      "timeDescription": "18:00 - 20:00",
      "place": "Národní technická knihovna, Technická 2710/6, Praha 6,",
      "longDescription": "<p>Tady najdeš všechny materiály k pražské verzi začátečnického kurzu PyLadies. Stránky samotných PyLadies jsou na <a href=\"http://pyladies.cz\">http://pyladies.cz</a>. Jednotlivé lekce jsou určeny naprostým začátečnicím. Instrukce jsou uvedeny pro operační systémy Linux, Windows i macOS.\nDomácí projekty lze odevzdávat na projekty.pyladies.cz.</p>",
      "url": "https://naucse.python.cz/2019/pyladies-praha-podzim-ntk/",
      "apiUrl": "https://naucse.python.cz/v0/2019/pyladies-praha-podzim-ntk.json",
      "sessions": [
        {
          "id": "session:2019/pyladies-praha-podzim-ntk:install",
          "serial": "1",
          "title": "Instalace",
          "date": "2019-09-18",
          "materials": [
            {
              "type": "none-link",
              "title": "Úvodní prezentace",
              "externalUrl": "http://pyladies.cz/v1/s001-install/uvod-praha.html",
              "internalUrl": null
            },
            {
              "type": "lesson",
              "title": "Úvod do příkazové řádky",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/cmdline/"
            },
            {
              "type": "lesson",
              "title": "Instalace Pythonu",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/install/"
            },
            {
              "type": "lesson",
              "title": "Nastavení prostředí",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/venv-setup/"
            },
            {
              "type": "lesson",
              "title": "První krůčky",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/first-steps/"
            },
            {
              "type": "lesson",
              "title": "Instalace editoru",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/install-editor/"
            },
            {
              "type": "homework",
              "title": "Domácí projekty",
              "externalUrl": "https://projekty.pyladies.cz/",
              "internalUrl": null
            },
            {
              "type": "cheatsheet",
              "title": "Tahák na klávesnici (PDF)",
              "externalUrl": "https://pyvec.github.io/cheatsheets/keyboard/keyboard-cs.pdf",
              "internalUrl": null
            },
            {
              "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
            }
          ]
        },
        {
          "id": "session:2019/pyladies-praha-podzim-ntk:hello",
          "serial": "2",
          "title": "První program",
          "date": "2019-09-25",
          "materials": [
            {
              "type": "lesson",
              "title": "První program",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/hello-world/"
            },
            {
              "type": "lesson",
              "title": "Print a chybové hlášky",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/print/"
            },
            {
              "type": "lesson",
              "title": "Proměnné",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/variables/"
            },
            {
              "type": "lesson",
              "title": "Porovnávání",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/comparisons/"
            },
            {
              "type": "lesson",
              "title": "*Nebo* anebo *a* (bonus)",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/and-or/"
            }
          ]
        },
        {
          "id": "session:2019/pyladies-praha-podzim-ntk:loops",
          "serial": "3",
          "title": "Cykly",
          "date": "2019-10-02",
          "materials": [
            {
              "type": "lesson",
              "title": "Funkce",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/functions/"
            },
            {
              "type": "lesson",
              "title": "Želva a cykly",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/intro/turtle/"
            },
            {
              "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
            }
          ]
        },
        {
          "id": "session:2019/pyladies-praha-podzim-ntk:while-functions",
          "serial": "4",
          "title": "While & Vlastní funkce",
          "date": "2019-10-09",
          "materials": [
            {
              "type": "lesson",
              "title": "Cyklus While",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/while/"
            },
            {
              "type": "lesson",
              "title": "Vlastní funkce",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/def/"
            }
          ]
        },
        {
          "id": "session:2019/pyladies-praha-podzim-ntk:strings",
          "serial": "5",
          "title": "Řetězce",
          "date": "2019-10-16",
          "materials": [
            {
              "type": "lesson",
              "title": "Řetězce",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/str/"
            },
            {
              "type": "cheatsheet",
              "title": "Řetězcový tahák",
              "externalUrl": "https://pyvec.github.io/cheatsheets/strings/strings-cs.pdf",
              "internalUrl": null
            }
          ]
        },
        {
          "id": "session:2019/pyladies-praha-podzim-ntk:practice",
          "serial": "6",
          "title": "Procvičování & soubory",
          "date": "2019-10-23",
          "materials": [
            {
              "type": "special",
              "title": "Procvičíme si vše, co jsme se naučily",
              "externalUrl": null,
              "internalUrl": null
            },
            {
              "type": "lesson",
              "title": "Soubory",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/files/"
            }
          ]
        },
        {
          "id": "session:2019/pyladies-praha-podzim-ntk:list",
          "serial": "7",
          "title": "Seznamy",
          "date": "2019-10-30",
          "materials": [
            {
              "type": "lesson",
              "title": "Seznamy",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/list/"
            },
            {
              "type": "lesson",
              "title": "N-tice",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/tuple/"
            },
            {
              "type": "cheatsheet",
              "title": "Tahák na seznamy",
              "externalUrl": "https://pyvec.github.io/cheatsheets/lists/lists-cs.pdf",
              "internalUrl": null
            }
          ]
        },
        {
          "id": "session:2019/pyladies-praha-podzim-ntk:dict",
          "serial": "8",
          "title": "Slovníky",
          "date": "2019-11-06",
          "materials": [
            {
              "type": "lesson",
              "title": "Slovníky",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/dict/"
            },
            {
              "type": "cheatsheet",
              "title": "Slovníkový tahák",
              "externalUrl": "https://pyvec.github.io/cheatsheets/dicts/dicts-cs.pdf",
              "internalUrl": null
            }
          ]
        },
        {
          "id": "session:2019/pyladies-praha-podzim-ntk:tests",
          "serial": "9",
          "title": "Výjimky & moduly",
          "date": "2019-11-13",
          "materials": [
            {
              "type": "lesson",
              "title": "Výjimky",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/exceptions/"
            },
            {
              "type": "lesson",
              "title": "Moduly",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/modules/"
            },
            {
              "type": "lesson",
              "title": "Testování",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/testing/"
            },
            {
              "type": "lesson",
              "title": "Cyklické importy",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/circular-imports/"
            },
            {
              "type": "cheatsheet",
              "title": "Výjimkový tahák",
              "externalUrl": "https://pyvec.github.io/cheatsheets/exceptions/exceptions-cs.pdf",
              "internalUrl": null
            }
          ]
        },
        {
          "id": "session:2019/pyladies-praha-podzim-ntk:class",
          "serial": "10",
          "title": "Opakování & Třídy",
          "date": "2019-11-20",
          "materials": [
            {
              "type": "lesson",
              "title": "Třídy",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/class/"
            },
            {
              "type": "cheatsheet",
              "title": "Tahák na třídy",
              "externalUrl": "https://pyvec.github.io/cheatsheets/classes/classes.pdf",
              "internalUrl": null
            }
          ]
        },
        {
          "id": "session:2019/pyladies-praha-podzim-ntk:inheritance",
          "serial": "11",
          "title": "Třídy II & Dědičnost",
          "date": "2019-11-27",
          "materials": [
            {
              "type": "lesson",
              "title": "Dědičnost",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/beginners/inheritance/"
            }
          ]
        },
        {
          "id": "session:2019/pyladies-praha-podzim-ntk:pyglet",
          "serial": "12",
          "title": "Grafika",
          "date": "2019-12-04",
          "materials": [
            {
              "type": "lesson",
              "title": "Grafika",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/intro/pyglet/"
            },
            {
              "type": "lesson",
              "title": "Praktické cvičení: Pong",
              "externalUrl": null,
              "internalUrl": "/2019/pyladies-praha-podzim-ntk/projects/pong/"
            },
            {
              "type": "link",
              "title": "Kód celé hry Pong",
              "externalUrl": "http://pyladies.cz/v1/s012-pyglet/pong.py",
              "internalUrl": null
            },
            {
              "type": "cheatsheet",
              "title": "Tahák na Pyglet",
              "externalUrl": "https://pyvec.github.io/cheatsheets/pyglet/pyglet-basics-cs.pdf",
              "internalUrl": null
            }
          ]
        },
        {
          "id": "session:2019/pyladies-praha-podzim-ntk:hackaton",
          "serial": "13",
          "title": "Závěrečný hackaton",
          "date": "2019-12-07",
          "materials": []
        }
      ]
    }