Tag archives for Python

Python

Creating the Classical Pong Game in Python with a Tkinter UI

To kick off the year 2024 on SSaurel's Blog, what better way than to code the classic game of Pong in Python? That's what I suggest you do in this step-by-step tutorial, using the Tkinter library for the user interface. This will show you how to program a simple game in Python and manage user interaction. Let's start by designing…
Continue Reading
Python

Creating a Flipping Bits Game in Python With Tkinter

After having proposed a tutorial showing you how to develop a program to create a Sitemap generator in Python, I continue my comeback to the Python language with the creation of a little game. The goal here is to show you how to use the Tkinter GUI library that comes standard with Python. The game I have chosen is not…
Continue Reading
Android

Java vs Python: Which Programming Language Should an Android App Developer Use?

From start to finish, developing a mobile app on Android requires an immense amount of planning, work and testing. But in order to learn how to create an Android app, you’ll first need to learn a compatible programming language to script your app with. Currently, two of the most preferred languages for Android app development are Java and Python. These…
Continue Reading