IPython

How to Read File Word by Word in Python

Submitted by razormist on

In this tutorial, we will program 'How to Read a File Word by Word in Python.' We will learn how to open and read a text file in the application. The objective is to instantly open the text file and display its content. I will provide a sample program to demonstrate the actual coding process in this tutorial.

How to Find Sum of Odd Factors from a Given Number in Python

Submitted by razormist on

In this tutorial, we will program 'How to Find the Sum of Odd Factors of a Given Number in Python.' We will learn how to find and calculate the sum of all odd factors based on the given number. The objective is to automatically calculate the sum of the odd factors of the given number. I will provide a sample program to demonstrate the actual coding process in this tutorial.

Blast Off Balloon Game using Pygame in Python with Source Code

Submitted by razormist on
Blast Off Balloon Game using Pygame in Python with Source Code - A Python game application that uses the Pygame library to create a balloon shooter. The game title, 'Blast Off Balloon Game,' reflects the gameplay, where your objective is to shoot balloons to score points. Python Source Code.

Wall Breaker Game in Python with Source Code

Submitted by razormist on
Wall Breaker Game in Python with Source Code - Wall Breaker Game in Python with Source Code - A simple Python game application that use tkinter library to display the game with GUI visual. The game is very simple and fun to play you need to hit the ball toward the wall to break and gain score from it. Python Source Code.

Apple Catcher Game using Pygame in Python with Source Code

Submitted by razormist on
Apple Catcher Game using Pygame in Python with Source Code - A simple python application that use pygame library to create this GUI game app. This application is simple and very fun to play with, you just only need to catch apple that dropped in the sky. Python Source Code.

Typing Test App using Tkinter in Python with Source Code

Submitted by razormist on
Typing Test App using Tkinter in Python with Source Code - A simple Python application that use tkinter library to create this typing test application. This application can provide you a better way to measure your typing speed by entering the word in the text box. Python Source Code.