TicTacToe Game in Python GUI

Submitted by donbermoy on
About the Project The TicTacToe GUI game starts with a GUI board. First, the player has to click on any box to start the game. It contains the Minimax algorithm, which is a decision rule used for a two-player game. You can also see the score of the players at the bottom of the board. A simple 2D GUI is provided for comfortable gameplay. The gameplay design is so simple that users won’t find it

NumPy Where Function

Submitted by moazkhan on

In this tutorial you will learn:

  • What is array search?
  • NumPy where() function
  • Python Syntax

Array Search

Array search is carried out to check whether a specific element (alphabet / word / number) exist in an array or not. Generally all the searching algorithms return index of the number being searched and procedure involves iterating through each element of the array. There are two methods in NumPy for searching the array

Flappy Bird Game Using Pygame

Submitted by razormist on
Flappy Bird Game with Source Code is a Python program that is a single-player arcade game that is similar to the ones from Android and IOS system. This program was developed using Python language. The program is very simple, the player can control the bird by clicking the screen with left click in order to move the bird upward. The player must survive until the end to get higher score than anyone

Simple File Management System

Submitted by razormist on
Simple File Management System with Source Code is a C++ program that can dynamically manipulate a file inside a folder. This application was developed with the use of C++ language. The system is very straightforward, the user must enter a certain key in order to access all the functions within the system. The use can create new file, display the list of file, estimate the actual file size, and

NumPy Stack

Submitted by moazkhan on

In this tutorial you will learn:

  • What is NumPy Stack function and its uses?
  • Results of hstack on 1D, 2D and 3D arrays
  • Results of vstack on 1D, 2D and 3D arrays
  • Results of dstack on 1D, 2D and 3D arrays

NumPy Stack Function

Student Management System

Submitted by Kabir M. Alhasan on
This is an Online Student Management System that will surely help a school in managing and keep track with the information of every students. Compared to manual that needs a lot of time in managing the information in a spreadsheet, this system can save you a lot of time and it will do all the work for you. It is a user-friendly system that school staff and admin can easily learn all the features