[Tutor] odbc connection with python

2009-05-19 Thread mustafa akkoc
how can i make odbc connection language and i wanna make gui project after connecting database anyone has document ? -- Mustafa Akkoc ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] i can only write one line of code on python shell help please ?

2009-03-09 Thread mustafa akkoc
Hello , - In python shell , i can only write one line of code when I go to next line this sign appears >>> how can write the code like in script mode and run thanks -- Mustafa Akkoc ___ Tutor maillist - Tutor@python.org http://mail.p

[Tutor] if inside if help python

2009-03-09 Thread mustafa akkoc
I have question if we make if statement inside if like cprogramming below how to do in python int x-1 , y=2; if (x==1) { printf(" inside first if "); if (y==2) { printf ("inside second if "); } }

[Tutor] probelm pyhton shell doesnt open help please

2009-03-08 Thread mustafa akkoc
it gives this message socket error -- Mustafa Akkoc ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] while loop problem

2009-03-08 Thread mustafa akkoc
nning = False # this causes the while loop to stop elif guess < number: print('No, it is a little higher than that.') else: print('No, it is a little lower than that.') else: print('The while loop is over.') # Do anything else

[Tutor] print problem python

2009-03-06 Thread mustafa akkoc
i start learning pyton language i want to print some thing but when i type : print "hello world" but it give an error like this SyntaxError: invalid syntax (, line 1) i am using python shell version 3.0.1 -- Mustafa Akkoc ___ Tuto