Pygame
Pygame , frequently typed as pygame, is a cross-module set of Python module to create video games. This post reviews some aspects of Pygame. What is Pygame? Pygame is a Python implementation of the SDL library which is written in…
Pygame , frequently typed as pygame, is a cross-module set of Python module to create video games. This post reviews some aspects of Pygame. What is Pygame? Pygame is a Python implementation of the SDL library which is written in…
This post is an introduction to the programming language Python. Understanding Python What is Python? Python is a high-level, object-oriented, dynamically typed and interpreted programming language. It is “interpreted” in the sense that there is no additional step required to…
This post summarizes and describes very briefly the most popular programming languages, and also reviews the characteristics that make a programming language different to other. Characteristics of programming languages When comparing different programming language, there are certain characteristics that must…
Eclipse is a free and open source IDE (Integrated Development Environment). One of its characteristics is its compatibility with multiple programming languages. Some of them (like Java, C++ or PHP) are integrated by default in Eclipse but other require additional…
This post explains how to create a Python project in Eclipse, using plugin PyDev. It assumes you have followed already the installation and configuration steps for Python on Eclipse on the relevant posts, either on Windows 10/11 or Ubuntu. Step-by-step…
Eclipse is a free and open source IDE (Integrated Development Environment). One of its characteristics is its modular design that enables compatibility with multiple programming languages. Some of them (like Java, C++ or PHP) are integrated by default in Eclipse…