User-submitted Python Projects

27
2364 reads

February 26, 2013

Game Over 2


This example demonstrates the the use of quotes in strings.

94
4857 reads

February 26, 2013

Game Over


This example demonstrates the basic print function.

21
885 reads
SaikatKumarDey's picture

Submitted by

SaikatKumarDey
Tags:

DecimalToBinary(1.0)
this python module prints the binary form of a decimal number in string format, you can just convert it to integer.

Enhancement Trail:  

DecimalToBinary(1.0)    DecimalToBinary





Run It Now!
23
769 reads
SaikatKumarDey's picture

Submitted by

SaikatKumarDey
Tags:

nthRoot(1.0)
The codes will help you find the nth root of any number. I have made the codes public on www.saikat-nit.blogspot.com

Enhancement Trail:  

nthRoot(1.0)    nthRoot





Run It Now!
22
962 reads
SaikatKumarDey's picture

Submitted by

SaikatKumarDey
NthRoot
Find nth root of any number using this code.
Run It Now!
38
1092 reads
NthRoot
The codes will help you find the nth root of any number. I have made the codes public on www.saikat-nit.blogspot.com

Enhancement Trail:  

NthRoot    nthRoot





Run It Now!
36
1068 reads
nthRoot
The codes will help you find the nth root of any number. I have made the codes public on www.saikat-nit.blogspot.com
Run It Now!
96
1230 reads

February 18, 2013

Built in methods


Here are some built in methods available in python.

103
1310 reads

February 18, 2013

__init__ method


The initialization method(__init__) is a special method that is invoked when an object is created.

298
4195 reads

February 17, 2013

Function vs Method


Method behaves like a function but it is part of an object.Methods are defined in a class and the syntax of invoking a method is different from syntax for calling a function , method is accessed using