You can define class variables multiple ways in Python, but they also work differently. Underscore is used for "private" or "protected" variables, altough there are no such definitions in Python....

24 Dec, 2014
How to display an image in Python. Using PyQt5 application window.

24 Dec, 2014
To set window title in Python PyQt5 you must have first created a window for your application.

22 Dec, 2014
Create an application window using PyQt5 in Python. People at G+ suggested PyQt over Tkinter. So I am going to dig into that. I found a lot of tutorials about this process. Most of them included OOP...

20 Dec, 2014
Create a menu to your Python Tkinter application window. Create a simple pulldown / dropdown menu using TK in Python.

20 Dec, 2014
Create an application window using Python's Tkinter. Window is the bases of every program, even full screen is actually a window.

6 Aug, 2014
For loop in Python loops through a sequence of statements and iterates the code with current variable.

23 Feb, 2013
How to get current mouse position coordinates? You can create a simple script that shows a message box with coordinates on key-press.

6 May, 2012
The simplest way to parse csv files. I am using external library that does the magic for you. Csv file should be separated by commas and strings with double quotes.

4 May, 2012
How to create file browser dialogue in Microsoft Visual C#.

18 Mar, 2012
Simple tutorial that shows you how to create GUI button in Unity using Javascript.