Začátečnický kurz PyLadies

budova CZ.NIC, Milešovská 5, Praha 3, 18:00–20:00

Praha - jaro 2017

Tady najdeš všechny materiály k brněnské 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.

Lekce 1 - Instalace (2017-03-14)

Lekce 2 - První program (2017-03-21)

Lekce 3 - Cykly (2017-03-28)

Lekce 4 - Spolupráce a Opensource - Git (2017-04-04)

Lekce 5 - Funkce a řetězce (2017-04-11)

Lekce 6 - Procvičování (2017-04-18)

    Lekce 7 - Testování (2017-04-25)

    Lekce 8 - Seznamy (2017-05-02)

    Lekce 9 - Slovníky (2017-05-09)

    Lekce 10 - Grafika (2017-05-16)

    Lekce 11 - Třídy (2017-05-23)

    Lekce 12 - Závěrečný projekt (2017-05-30)

    Lekce 13 - Závěrečná procvičovací hodina (2017-06-06)

      {
        "courseId": "2017/pyladies-praha-jaro",
        "id": "course:2017/pyladies-praha-jaro",
        "title": "Začátečnický kurz PyLadies",
        "subtitle": "Praha - jaro 2017",
        "timeDescription": "18:00–20:00",
        "place": "budova CZ.NIC, Milešovská 5, Praha 3",
        "longDescription": "<p>Tady najdeš všechny materiály k brněnské verzi začátečnického kurzu\nPyLadies.</p>\n<p>Stránky samotných PyLadies jsou na <a href=\"http://pyladies.cz/\">http://pyladies.cz</a>.</p>\n<p>Jednotlivé lekce jsou určeny naprostým začátečnicím.\nInstrukce jsou uvedeny pro operační systémy Linux, Windows i macOS.</p>",
        "url": "https://naucse.python.cz/2017/pyladies-praha-jaro/",
        "apiUrl": "https://naucse.python.cz/v0/2017/pyladies-praha-jaro.json",
        "sessions": [
          {
            "id": "session:2017/pyladies-praha-jaro:install",
            "serial": "1",
            "title": "Instalace",
            "date": "2017-03-14",
            "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": "/2017/pyladies-praha-jaro/beginners/cmdline/"
              },
              {
                "type": "lesson",
                "title": "Instalace Pythonu",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/install/"
              },
              {
                "type": "lesson",
                "title": "První krůčky",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/first-steps/"
              },
              {
                "type": "lesson",
                "title": "Instalace editoru",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/install-editor/"
              },
              {
                "type": "lesson",
                "title": "Instalace gitu",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/git/install/"
              },
              {
                "type": "cheatsheet",
                "title": "Tahák na klávesnici (PDF)",
                "externalUrl": "https://pyvec.github.io/cheatsheets/keyboard/keyboard-cs.pdf",
                "internalUrl": null
              },
              {
                "type": "homework",
                "title": "Instrukce a domácí projekty (PDF)",
                "externalUrl": "https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s001-install/handout/handout.pdf",
                "internalUrl": null
              }
            ]
          },
          {
            "id": "session:2017/pyladies-praha-jaro:hello-world",
            "serial": "2",
            "title": "První program",
            "date": "2017-03-21",
            "materials": [
              {
                "type": "lesson",
                "title": "První program",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/hello-world/"
              },
              {
                "type": "lesson",
                "title": "Print a chybové hlášky",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/print/"
              },
              {
                "type": "lesson",
                "title": "Proměnné",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/variables/"
              },
              {
                "type": "lesson",
                "title": "Porovnávání",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/comparisons/"
              },
              {
                "type": "homework",
                "title": "Domácí projekty (PDF)",
                "externalUrl": "https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s002-hello-world/handout/handout2.pdf",
                "internalUrl": null
              },
              {
                "type": "lesson",
                "title": "*Nebo* anebo *a* (bonus)",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/and-or/"
              }
            ]
          },
          {
            "id": "session:2017/pyladies-praha-jaro:loops",
            "serial": "3",
            "title": "Cykly",
            "date": "2017-03-28",
            "materials": [
              {
                "type": "lesson",
                "title": "Funkce",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/functions/"
              },
              {
                "type": "lesson",
                "title": "Želva a cykly",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/intro/turtle/"
              },
              {
                "type": "lesson",
                "title": "Cyklus While",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/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 (PDF)",
                "externalUrl": "https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3a.pdf",
                "internalUrl": null
              }
            ]
          },
          {
            "id": "session:2017/pyladies-praha-jaro:vcs",
            "serial": "4",
            "title": "Spolupráce a Opensource - Git",
            "date": "2017-04-04",
            "materials": [
              {
                "type": "lesson",
                "title": "Spolupráce a Git",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/git/git-collaboration-2in1/"
              },
              {
                "type": "cheatsheet",
                "title": "Gitový tahák",
                "externalUrl": "https://pyvec.github.io/cheatsheets/basic-git/basic-git-cs.pdf",
                "internalUrl": null
              },
              {
                "type": "homework",
                "title": "Domácí projekty (PDF)",
                "externalUrl": "https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3b.pdf",
                "internalUrl": null
              }
            ]
          },
          {
            "id": "session:2017/pyladies-praha-jaro:def-str",
            "serial": "5",
            "title": "Funkce a řetězce",
            "date": "2017-04-11",
            "materials": [
              {
                "type": "lesson",
                "title": "Vlastní funkce",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/def/"
              },
              {
                "type": "lesson",
                "title": "Řetězce",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/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:2017/pyladies-praha-jaro:exercises",
            "serial": "6",
            "title": "Procvičování",
            "date": "2017-04-18",
            "materials": []
          },
          {
            "id": "session:2017/pyladies-praha-jaro:testing",
            "serial": "7",
            "title": "Testování",
            "date": "2017-04-25",
            "materials": [
              {
                "type": "lesson",
                "title": "Výjimky",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/exceptions/"
              },
              {
                "type": "lesson",
                "title": "Moduly",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/modules/"
              },
              {
                "type": "lesson",
                "title": "Testování",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/testing/"
              },
              {
                "type": "lesson",
                "title": "Poznámka o importování",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/circular-imports/"
              },
              {
                "type": "homework",
                "title": "Domácí projekty (PDF)",
                "externalUrl": "http://pyladies.cz/v1/s005-modules/handout/handout5.pdf",
                "internalUrl": null
              }
            ]
          },
          {
            "id": "session:2017/pyladies-praha-jaro:list",
            "serial": "8",
            "title": "Seznamy",
            "date": "2017-05-02",
            "materials": [
              {
                "type": "lesson",
                "title": "Seznamy",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/list/"
              },
              {
                "type": "lesson",
                "title": "N-tice",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/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-ostrava/handout6.pdf",
                "internalUrl": null
              }
            ]
          },
          {
            "id": "session:2017/pyladies-praha-jaro:dict",
            "serial": "9",
            "title": "Slovníky",
            "date": "2017-05-09",
            "materials": [
              {
                "type": "lesson",
                "title": "Slovníky",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/dict/"
              },
              {
                "type": "lesson",
                "title": "JSON",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/intro/json/"
              },
              {
                "type": "lesson",
                "title": "Github API",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/projects/github-api/"
              },
              {
                "type": "cheatsheet",
                "title": "Slovníkový tahák",
                "externalUrl": "https://pyvec.github.io/cheatsheets/dicts/dicts-cs.pdf",
                "internalUrl": null
              }
            ]
          },
          {
            "id": "session:2017/pyladies-praha-jaro:pyglet",
            "serial": "10",
            "title": "Grafika",
            "date": "2017-05-16",
            "materials": [
              {
                "type": "lesson",
                "title": "Grafika",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/intro/pyglet/"
              },
              {
                "type": "lesson",
                "title": "Praktické cvičení: Pong - mimo kurz navíc",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/projects/pong/"
              },
              {
                "type": "none-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:2017/pyladies-praha-jaro:class",
            "serial": "11",
            "title": "Třídy",
            "date": "2017-05-23",
            "materials": [
              {
                "type": "lesson",
                "title": "Třídy",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/class/"
              },
              {
                "type": "lesson",
                "title": "Dědičnost",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/beginners/inheritance/"
              }
            ]
          },
          {
            "id": "session:2017/pyladies-praha-jaro:asteroids",
            "serial": "12",
            "title": "Závěrečný projekt",
            "date": "2017-05-30",
            "materials": [
              {
                "type": "lesson",
                "title": "Asteroids",
                "externalUrl": null,
                "internalUrl": "/2017/pyladies-praha-jaro/projects/asteroids/"
              },
              {
                "type": "cheatsheet",
                "title": "Množinový tahák",
                "externalUrl": "https://pyvec.github.io/cheatsheets/sets/sets-cs.pdf",
                "internalUrl": null
              },
              {
                "type": "cheatsheet",
                "title": "Tahák na geometrii a fyziku 2D her",
                "externalUrl": "https://pyvec.github.io/cheatsheets/game-physics/game-physics-cs.pdf",
                "internalUrl": null
              }
            ]
          },
          {
            "id": "session:2017/pyladies-praha-jaro:final",
            "serial": "13",
            "title": "Závěrečná procvičovací hodina",
            "date": "2017-06-06",
            "materials": []
          }
        ]
      }