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.

Creating Tabs in jQuery

Submitted by Yorkiebar on
Introduction: This tutorial is going to be teaching you how to create basic tabs using Javascript in HTML. Why Tabs? Tabs are very handy for professional looking websites, and allow you bunch a load of information in to a small space. A common use for javascript tabs is in control panels of user accounts, with different setting topics such as; Overview Billing Settings HTML: First we need the

Weekly Work Schedule Excel spreadsheet

Submitted by nostradamus1566 on
Microsoft Excel VBA (Visual Basic for Applications) This Excel spreadsheet is a weekly work schedule for 5 employees working in a hostel to help them to keep track of their weekly hours. In Microsoft Excel You need to set your security level to low to allow the VBA code to run. Two special features this spreadsheet has are 1. If you enter the ISO week number it will automatically calculate the

Linear Matrix Solver Using Elimination and Determinant Method

Submitted by sminuwa on
This program is based on matrix solving. It performs two function. First is linear using elimination method and secondly determinant using cramer's rule. The application will generate the report for linear elimination method for all the steps it follows to get the final answer. For more, download the file, unzip it and run the setup to see how it works. Thanks! ''''''''''''''''''''''''''''''''''''

Simple Program with SQL Insert and Delete Function

Submitted by sminuwa on
Hello, guys. This is a program that will help you to use insert delete with a very simple ways using access database 2003 version in your project. I hope you'll enjoy it. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

Uakari File Uploader

Submitted by kingjpm on
HTML5 Multiple File Uploader API allows you to upload multiple files with drag and drop into any folder of your choice. The code can be modified to work with a database or any other need. See examples. Demo and Download working examples here: http://www.jpmalloy.com/upload/