This folder provides the code examples for the article Python and PyQt: Building a GUI Desktop Calculator.
The current folder, pyqt-calculator-tutorial/, hosts two subfolders:
examples/contains the source file of every example in the tutorial.pycalc/stores the code and related resources for your PyQt Calculator app.