MI-PYT (Pokročilý Python)

Učebna T9:303, 9:15 a 11:45

ČVUT - zimní semestr 2018/2019

Cílem předmětu je naučit se různé pokročilé techniky a postupy programování v jazyce Python. Předmět nepřímo navazuje na Programování v Pythonu (BI-PYT). Předmět je zaměřen prakticky a má pouze cvičení, vše je prezentováno na příkladech. Hodnocení je založeno na práci na cvičeních a semestrální práci. Výuka předmětu probíhá pod vedením pracovníků z firmy Red Hat.

Lekce 1 - Weboví klienti & CLI – Requests a Click (2018-10-03)

Lekce 2 - Webové aplikace – Flask (2018-10-10)

Lekce 3 - Analýza dat – Pandas (2018-10-17)

Lekce 4 - Moduly (2018-10-24)

Lekce 5 - NumPy (2018-10-31)

Lekce 6 - Testování (2018-11-07)

Lekce 7 - Cython (2018-11-14)

Lekce 8 - Dokumentace – Sphinx (2018-11-21)

Lekce 9 - GUI – PyQT (2018-11-28)

Lekce 10 - Generátory a AsyncIO (2018-12-05)

Lekce 11 - Magie (2018-12-12)

Lekce 12 - MicroPython (2018-12-19)

Lekce 13 - Konzultace (2019-01-02)

    {
      "courseId": "2018/mipyt-zima",
      "id": "course:2018/mipyt-zima",
      "title": "MI-PYT (Pokročilý Python)",
      "subtitle": "ČVUT - zimní semestr 2018/2019",
      "timeDescription": "9:15 a 11:45",
      "place": "Učebna T9:303",
      "longDescription": "<p>Cílem předmětu je naučit se různé pokročilé techniky a postupy programování v jazyce Python.\nPředmět nepřímo navazuje na Programování v Pythonu (BI-PYT).\nPředmět je zaměřen prakticky a má pouze cvičení, vše je prezentováno na příkladech.\nHodnocení je založeno na práci na cvičeních a semestrální práci.\nVýuka předmětu probíhá pod vedením pracovníků z firmy Red Hat.</p>",
      "url": "https://naucse.python.cz/2018/mipyt-zima/",
      "apiUrl": "https://naucse.python.cz/v0/2018/mipyt-zima.json",
      "sessions": [
        {
          "id": "session:2018/mipyt-zima:requests-click",
          "serial": "1",
          "title": "Weboví klienti & CLI – Requests a Click",
          "date": "2018-10-03",
          "materials": [
            {
              "type": "lesson",
              "title": "Vytvoření virtuáního prostředí",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/fast-track/install/"
            },
            {
              "type": "lesson",
              "title": "Requests – Weboví klienti",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/requests/"
            },
            {
              "type": "lesson",
              "title": "Click – Rozhraní pro příkazovou řádku",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/click/"
            }
          ]
        },
        {
          "id": "session:2018/mipyt-zima:flask",
          "serial": "2",
          "title": "Webové aplikace – Flask",
          "date": "2018-10-10",
          "materials": [
            {
              "type": "lesson",
              "title": "Flask",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/flask/"
            },
            {
              "type": "lesson",
              "title": "Deployment webových aplikací",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/deployment/"
            }
          ]
        },
        {
          "id": "session:2018/mipyt-zima:pandas",
          "serial": "3",
          "title": "Analýza dat – Pandas",
          "date": "2018-10-17",
          "materials": [
            {
              "type": "lesson",
              "title": "Notebook",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/notebook/"
            },
            {
              "type": "lesson",
              "title": "Pandas",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/pandas/"
            }
          ]
        },
        {
          "id": "session:2018/mipyt-zima:distribution",
          "serial": "4",
          "title": "Moduly",
          "date": "2018-10-24",
          "materials": [
            {
              "type": "lesson",
              "title": "Moduly",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/distribution/"
            }
          ]
        },
        {
          "id": "session:2018/mipyt-zima:numpy",
          "serial": "5",
          "title": "NumPy",
          "date": "2018-10-31",
          "materials": [
            {
              "type": "lesson",
              "title": "NumPy",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/numpy/"
            },
            {
              "type": "cheatsheet",
              "title": "Tahák na NumPy",
              "externalUrl": "https://pyvec.github.io/cheatsheets/numpy/numpy-cs.pdf",
              "internalUrl": null
            }
          ]
        },
        {
          "id": "session:2018/mipyt-zima:testing",
          "serial": "6",
          "title": "Testování",
          "date": "2018-11-07",
          "materials": [
            {
              "type": "lesson",
              "title": "Testování",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/testing/"
            }
          ]
        },
        {
          "id": "session:2018/mipyt-zima:cython",
          "serial": "7",
          "title": "Cython",
          "date": "2018-11-14",
          "materials": [
            {
              "type": "lesson",
              "title": "Cython",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/cython/"
            }
          ]
        },
        {
          "id": "session:2018/mipyt-zima:docs",
          "serial": "8",
          "title": "Dokumentace – Sphinx",
          "date": "2018-11-21",
          "materials": [
            {
              "type": "lesson",
              "title": "Dokumentace",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/docs/"
            }
          ]
        },
        {
          "id": "session:2018/mipyt-zima:qt",
          "serial": "9",
          "title": "GUI – PyQT",
          "date": "2018-11-28",
          "materials": [
            {
              "type": "lesson",
              "title": "GUI v Pythonu",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/pyqt/"
            }
          ]
        },
        {
          "id": "session:2018/mipyt-zima:async",
          "serial": "10",
          "title": "Generátory a AsyncIO",
          "date": "2018-12-05",
          "materials": [
            {
              "type": "lesson",
              "title": "Generátory",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/advanced/generators/"
            },
            {
              "type": "lesson",
              "title": "AsyncIO",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/async/"
            }
          ]
        },
        {
          "id": "session:2018/mipyt-zima:magic",
          "serial": "11",
          "title": "Magie",
          "date": "2018-12-12",
          "materials": [
            {
              "type": "lesson",
              "title": "Magie",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/magic/"
            }
          ]
        },
        {
          "id": "session:2018/mipyt-zima:upy",
          "serial": "12",
          "title": "MicroPython",
          "date": "2018-12-19",
          "materials": [
            {
              "type": "lesson",
              "title": "MicroPython",
              "externalUrl": null,
              "internalUrl": "/2018/mipyt-zima/intro/micropython/"
            }
          ]
        },
        {
          "id": "session:2018/mipyt-zima:extra",
          "serial": "13",
          "title": "Konzultace",
          "date": "2019-01-02",
          "materials": []
        }
      ]
    }