User-submitted Python Projects

39
1423 reads
sarath_nambiar's picture

Submitted by

sarath_nambiar
Tags:

mousegame
Its a simple game in python... You need to install all the necessary modules (pygame) before running it.... I will publish the modified version later...
Run It Now!
49
2338 reads
wm_anwar's picture

Submitted by

wm_anwar
LRTTicketingSystem
LRT Ticketing System. Select & Purchase !
LRTTicketingSystem

Run It Now!
27
1437 reads
ProgramSearchesAStringUsingTheRegularExpressionModule
Program searches a string using the regular expression module.
Run It Now!
55
1285 reads
bharaththiruveedula's picture

Submitted by

bharaththiruveedula
Tags:

PyUrlShortener
It is program which shortens your URL
Run It Now!
54
4438 reads
webcrawler
simple approach to webcrawlers using python targetting specific websites
Run It Now!
70
1477 reads
nathan_mullenax's picture

Submitted by

nathan_mullenax
Quicksort_in_Python
Quicksort implementation in Python.
Run It Now!
81
1608 reads
nathan_mullenax's picture

Submitted by

nathan_mullenax
Tags:

GCF of two numbers in Python(1.0)
Enter first value then second value and it will compute the GCF. Made a few changes: see code comments. Old version would have failed on GCD(24,36) for example.


Run It Now!
73
1713 reads
TimeConverter1
A Python function to convert time from 12hr to 24hr format...
Run It Now!
65
1631 reads
CreatingRingGraph
This python module takes input as list of nodes and returns a ring Graph(dictionary). In which elements are connected to one another in a sequence and last and first element is also connected.
Run It Now!
82
1374 reads
FindingMedian
this python module takes an input of list of numbers and returns the median without using any sorting method and is quicker than those methods.time complexity is O(k log(n)).
Run It Now!