Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 396 Bytes

File metadata and controls

10 lines (9 loc) · 396 Bytes

Python introductions

My learning while programming in Python.

OOP -> Person: a simple employee management program
GUI -> working in tkinter module
PyLADIES -> special meeting about basic Python in Poznan University of Technology
SCRABBLE -> My algorithm to checks words in Polish Language dictionary, when user typing string of characters.
UnitTEST -> introduction to writing test