Python

Simple Calculator App using Tkinter in Python Free Source Code

Submitted by razormist on
Simple Calculator App using Tkinter in Python Free Source Code - A simple Python program that imitate the actual functionality of the real calculator. This application can work same as the original calculator that can solve simple such as addition, subtraction, etc. Python Free Source Code.

Classic Snake Game using Turtle in Python Free Source Code

Submitted by razormist on
Classic Snake Game using Turtle in Python Free Source Code - A Classic Snake Game where it clone the original and also have the same mechanic for the gameplay. The game is very easy and fun to play with all you have to do is to eat the food that appear randomly. JavaScript Free Source Code.

Simple Language Translator App using Tkinter in Python Free Source Code

Submitted by razormist on
Simple Language Translator App using Tkinter in Python Free Source Code - A simple Python program that can translate the word you entered into the language you selected. This application include only a limited languages such as Spanish, French, Korean, Chinese, etc. Python Free Source Code.

Multiple File Upload in Django Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn to Iterate Request Files and Upload Multiple Files at once using Django in Python. This tutorial aims to provide students and beginners with a reference for learning to develop a dynamic website using Django. Here, I will be giving some steps for creating a simple web application that results in an App that allows users to upload multiple files at once.

Getting Started

Before we start the coding part, please download and install Python and Django on your local machine first.