Friday, 25 May 2018

The Holy Grail

Not sure there is one, but always worth looking for that illusive goal.

My adventures in Python started when I realised how mature this language had become. I love OOP and the python implementation is clear and easy to follow. My preference in software development lies in GUI’s and I have experience in Qt, wxWidgets and Kivy the soon to be released PySide2 will allow all of these toolkit’s to be accessible from Python.

No comments:

Post a Comment

Classes

My favourite subject, seriously! A simple class class MyClass(): pass There are two types of class variables, class variables and Inst...