Let’s start creating softwares using Python GTK (PyGTK). Python is the easiest programming language ever and If you are coming from other Programming Languages such as PHP, Here is something that you should understand :
- Python doesn’t have semi-colons for closing a code.
- function in PHP is def in Python.
- Spaces from the starting of a line decides the wrapper of the code.
- { in PHP is : in Python.
- There is no closing } in Python.
- Since there is no closing attribute (";"), 2 or more code can’t be placed in a single line.
- Python doesn’t need variables starting with $.
The Browser we are going to create is built using GTK 2. The latest version of GTK is GTK 3.
We are going to use GLADE for designing the interface. If you don’t have GLADE installed, install it using the following command :... [READ MORE]