Python

Python Source Code

Free Python Source Code. Download from a vast collections of free Python source code below. Games are also available like Rock Paper Scissors Game and a lot more.

Using Android Fingerprint API for User Login and Registration

Submitted by Inducesmile on
If you want to use Android Fingerprint API in your android app for user login, this source code will help you achieve it. You have the option of using only Fingerprint or double authentication which requires both Fingerprint and password. You can read and learn more from Android Fingerprint tutorial on inducesmile.com

Simple CRUD Operation Using AngularJS - Part 1

Submitted by razormist on
In this tutorial, we will create a Simple CRUD(create, read) Operations Using AngularJS. AngularJS is a structural framework for dynamic web apps. It is a kind of template that extends HTML to a new level of coding techniques. This time we will try to see how angularjs can create a simple CRUD operation. By the way this tutorial is consist of two parts. The one we will be doing now is on how to

CRUD operation using Servlet, JSP & MySQL

Submitted by arukumar on
I have created simple CRUD (Create, Delete, Update, Insert) operations. I have used Bootstrap, HTML, Servlet, JSP and MySQL. This is very helpful for beginners. It's Maven project. You can download entire source code from the link below: https://github.com/arungithub123/CRUDUsingJSPServletMYSQL I advise you download from github repository because I am updating project time to time.

Lottery Game

Submitted by Wisdom Agbenu on
This is a lottery game made in vb.net where a user can predict three consecutive number using numberic UpDown control. For example, a user can enter 2-2-2 or 7-7-7 then click on the start button. The in built random function will loop through a number in-memory and compare it with the numbers entered by the user. When there is a match, then the user emerged the winner. username = wisdom password =