User-submitted Python Projects

295
3239 reads

January 24, 2013

Loop else


This code determines whether a number entered is prime or not.

28
1299 reads

January 24, 2013

while example


This code demonstrates the working of while loop. This example keeps slicing off the first character of a string until the string is empty and hence false.

56
1362 reads

January 24, 2013

61
1541 reads

January 24, 2013

PYTHON- Data Types


There are broadly two types of data in python (version 3.x),IMMUTABLE data-types and MUTABLE data-types.

69
1418 reads

January 24, 2013

25
575 reads

January 24, 2013

30
1326 reads
coder_saransh's picture

Submitted by

coder_saransh
Tags:

Tic_Tac_Toe
Simple AI....
Run It Now!
38
1243 reads
Even or Odd
This program finds the given number is even or odd
Run It Now!
38
1162 reads
Gustavo's picture

Submitted by

Gustavo
Tags:

Tabuada
Estudo da linguagem.
Run It Now!
37
1717 reads
Fibonacci Series in Python
This implements the fibonacci algorithm in python


Run It Now!