Python

Simple Tetris Game using Pygame in Python Free Source Code

Submitted by razormist on
Simple Tetris Game using Pygame in Python Free Source Code - A simple puzzle style game where your goal is to line the block in horizontal to get a score. The game is very classic to play with and very fun, try to gain more score as you can in order to become the top scorer. Python Free Source Code.

How To Write and Call Function in Python

Submitted by admin on

Functions are blocks of reusable code in Python that perform a specific task. They take inputs, process them, and return outputs. Functions can be called from anywhere in your code, allowing you to avoid duplicating the same code in multiple places. Functions make code more modular, easier to read and maintain, and allow for better code organization.

How To Write A Function

Here is an example of a simple Python function that takes in two arguments and returns their sum:

Simple Contact Management System with SQLite in Python Free Source Code

Submitted by razormist on
Simple Contact Management System with SQLite in Python Free Source Code - A simple contact manage system that tends to secure all your contact information. This system uses CRUD to modify the contact record by adding new record, deleting existing record, updating current record, etc. Python Free Source Code.