Tag archives for 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…
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…
Learn to Create a Sitemap File Generator in Python
I've been wanting to get back into Python for a while now, but I couldn't find any ideas for small projects to get back into the language. I used to develop frequently in Python more than 15 years ago, but as time went by, I abandoned this language in my projects. So to put an end to this regret, I…
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…