Python
programming, the way Guido indented it
Information
Founded:
February 1991 by Guido van Rossum
Fans
 
Shobhit Sharma

Shobhit Sharma Scribble now launched by Python for Nokia 5800/n97

Yesterday at 9:49am · Report
Ardhyka Dwi Wardhana

Ardhyka Dwi Wardhana Hi all.. i have a problem for installing external module (in ".tar.gz" format), does anyone maybe can 2 help me how to installing them. am using python for windows. Thx..

Mon at 11:23pm · Report
Rifat Mahmud Rousseau
Rifat Mahmud Rousseau
.gz is for GNU/Linux. For windows you should download .zip or .msi installer.
Yesterday at 12:57am
Lanre Olan Mabogunje

Lanre Olan Mabogunje Hi Iam learning data structures to gain a concrete foundation in programming. I would like to know how to expand the database program to support input and output of complete lines(records) containing owner's name =, social security, and license string.
The original sample database goes something like this:
Level 1 year... of manufucature: 1984 through 1985
level 2 make : manufactures name : five makes
level 3 folder: 26 folders
level 4 rows: there is one page per folder , each holding a maximum of 40 rows(lines)
level 5 Columns: there are three columns on the page. Column 1 contains owners name; column 2 owners social security, aned column three the license string.

This data can be encompassed in a five dimensional array (MV(i,j,k,l,m)) All letters are in order as the levels and contain the data therein.

Also after discussing this problem I would like to maintain further contact.

See More
January 2 at 11:12am · Report
Halit Saltan

Halit Saltan (python 3.1.1 ) tkinter's a problem in scrollbar settings. Why is this?

from tkinter import*
class kaydirmacubugu(Scrollbar):



def ayardegistir(self):self.configure(bg="white") #scrollbar is white does not



def __init__(self):



Scrollbar.__init__(self,bg="red",orient="horizontal") #the scrollbar not red



self.pack(side=TOP,fill=...X)
ana=Tk()
k=kaydirmacubugu()
Button(ana,command=k.ayardegistir).pack(side=BOTTOM,fill=X)
mainloop()

See More
January 2 at 8:08am · Report
Oov Cool
Oov Cool
what happen with python 3.1.1,,i cant use raw_input and input,,tell me how to use it
Mon at 8:15am
Alex Devotional

Alex Devotional Hi guys, i have such a peace of code:

n = 600851475143

for char in range(1,n):

print char

This gives me a error: range() result has too many items

Any ideas how to solve it... i need integers, but it doen`t let me to convert into int type.

December 30, 2009 at 6:48am · Report
Nadeem Mohsin
Nadeem Mohsin
For that you only need to iterate up to the square root of n, which is much smaller, and therefore far quicker. Find the first factor that divides n (call it f), and then the largest one will just be n/f.
Mon at 8:15pm
Oov Cool

Oov Cool how to connect mysql with python in Linux???

December 29, 2009 at 5:40am · Report
Oov Cool
Oov Cool
i download mysqldb from sourceforge but when i wanna install by setup,,"there's no module setup_tool"
December 30, 2009 at 3:10am
Brandon Evans
Brandon Evans
I hear the best solution is SQLAlchemy + Elixer with Pylons.
Tue at 12:29pm
Tri Rumekso Anggie Wibowo

Tri Rumekso Anggie Wibowo Now I'm working on development of Pascal unit which interfaces Python/C API. Anybody interested?

December 27, 2009 at 5:15pm · Report
Alex Devotional

Alex Devotional Do you know a good internet resource, where there are problems and excercises. I am novice in Python, and wanna gain practice in this language. Can anubody recommend such a stuff?

December 27, 2009 at 3:39pm · Report
Rodrigo Ventura
Rodrigo Ventura
I did a small set of Python excercises, ranging from the trivial to the less trivial. You can find it here: http://users.isr.ist.utl.pt/~yoda/iasd/python_problems.pdf
December 31, 2009 at 3:20am
Ercan Pınar

Ercan Pınar I
BETTER LEARN TO WORK WITH Piton Frequently NEED ME IDEA AND DUTIES ,
PLEASE WE WRİTE İDEA ON MY EMAİL ADRESS may catch you trying to do THE AUTHOR in
FIGURE MY EXPERIENCE TO BE PLEASE FRİENDS :d

December 26, 2009 at 8:36am · Report
Keith Crowder
Keith Crowder
lesson one, use less caps when communicating online. ^_^
December 27, 2009 at 9:34pm
Anil

Anil  was born in the year of the Python!

December 26, 2009 at 6:17am
Ryan William Neumann

Ryan William Neumann Dear Guido van Rossum- python is awesome.

December 24, 2009 at 8:35pm · Report
Gerry Eisenhaur
Gerry Eisenhaur
Glad I could show you the light.
December 24, 2009 at 8:52pm
Princenx Wanaputra

Princenx Wanaputra I love Python, it's simple 4 use on my symbian

December 23, 2009 at 1:31am · Report
Tri Rumekso Anggie Wibowo

Tri Rumekso Anggie Wibowo Hello all!! Had anyone ever tried to embedding Python codes in Pascal?

December 22, 2009 at 8:23pm · Report