Python

Python: Simple CRUD Application Using SQLite - Part 1

Submitted by razormist on
In this tutorial we will create a simple CRUD ( Create, Read ) Application using Python/SQLite. Python is a computer programming language that lets work faster and convenient because of its user - friendly environment. Python supports packages and modules, which encourage a developer to program in a modularity and reusable way. By the way this tutorial is consist of two parts, for now we will tackle only about create and read on Python with SQLite database.

Python: How To Connect To MySQL

Submitted by razormist on
In this tutorial we will try to connect Python to a MySQL database server. Python is a widely used advance-level programming language for a general technique to the developer. Beginners find the clean syntax and indentation structure easy to learn because of its less semi colon problem. That's why most of the new developer started to code with python.

Python: Basic GUI Application Dedicated For Beginners

Submitted by razormist on
In this tutorial we will create a simple application using Python basic GUI. Python supports packages and modules, which encourage a developer to program in a modularity and reusable way. Python lets you work more quickly than other programming languages, because of its syntax readability and simplified modules.

Python: A Simple Text File Generator For Beginners

Submitted by razormist on
In this tutorial we create a simple Application using Python. Python lets you work more quickly than other programming languages.It is very easy to learn syntax emphasizes readability and reduces time consuming in developing. So let's now do the coding. Setting up the Python First you will need to download & install the Python IDLE's, here the link for the installer for python https://www.python.org/downloads/ After you installed the Pythons IDLE's, run the IDLE and then click file and then new file.

Simple Calculator Using Python

Submitted by razormist on
In this tutorial we will try to create a Simple Calculator Using Python. Python has a design philosophy which emphasizes code readability. That's why python is very easy to use especially for beginners who just started programming. It is very easy to learn the syntax emphasizes readability and it can reduces time consuming in developing.

Python: A Very Simple Guessing Game Dedicated For Beginners

Submitted by razormist on
In this tutorial we will create a very simple Guessing Game Using Python Programming. Python lets you work more quickly than other programming languages.It is very easy to learn syntax emphasizes readability and reduces time consuming in developing. In Python you don't have to worry about a miss semi colon, because it is not necessarily needed in python. So let now start the coding... Getting

Adventure game in Python (Droid Adventure) - Text Based

Submitted by pdan250 on

Okay, i just finished programing a new droid adventure game. I got source codes from internet, pasted them on python, personalized everything, made a few changes in story, and VOILA! Here it is! Droids adventure game! Just copy the source code to your python shell, then run the module. Hope you have fun!

Simple Python Gui Game

Submitted by shering on

A simple python GUI game Softwares: • Install Python 2.3.5, • Install Pygame 1.6 & • LiveWires 2.0 Installations: Unzip the python game folder into local (C:) /python23/ Click on the python icon named game file to start playing. Its easy to play the game check the installations and user manual on the zip file for help. You may also leave a comment for help.