Skip to content

Latest commit

 

History

History

python-4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Python 4

Sraz 4.1

  • thread/process
  • IPC (queue, lock, shm, event, value...)

Sraz 4.2

  • asyncio

Sraz 4.3

  • collections, itertools (oboje jen zběžně - pro přehled)
  • logging
  • argparse
  • datetime (jen krátce)

Sraz 4.4

  • PyQT (signal/slot, předávání parent obj., pyqt5, pyside, ruční kompilace)
  • vlastní balíčky (setuptools)
  • .py -> .exe
  • (C binding do pythonu)