Python

Programming Games in Python

Although not the most famous facet of Python, Python is a language with enough possibilities for programming games in python. On the one hand, it combines the depth and resources of using C / C ++ libraries, and on the other the ease of using Flash, with an average performance between the two. So many …

Programming Games in Python Read More »

Python Game Development

Object Orientation in Python

As already discussed in Introduction to Python post, Python is a multi-paradigm language which could work as structured programming, object-oriented programming or functional programming. Object Oriented Programming (OOP according to its acronym) is a programming paradigm in which concepts relevant to our problem real world are modeled through classes and objects, and in which our program …

Object Orientation in Python Read More »

OOP in Python
Scroll to Top