Hey,
Can someone plz make a function for that takes a array, and then search
in it for duplicates, if it finds 2 or more items thats the same string
then delete all except 1.
Short: it deletes all duplicates in a array
thanks
--
http://mail.python.org/mailman/listinfo/python-list
Dennis Lee Bieber skrev:
> On Mon, 29 Jan 2007 19:45:47 GMT, John Nagle <[EMAIL PROTECTED]>
> declaimed the following in comp.lang.python:
>
>> Scripter47 wrote:
>>> Hey
>>>
>>> It got a problem with python to connect to my SQL DBs, that's i
John Nagle skrev:
> Scripter47 wrote:
>> Hey
>>
>> It got a problem with python to connect to my SQL DBs, that's installed
>> on my apache server. how do i connect to sql? Gettting data? Insert into
>> it?
>
> You need a thi
Hey
It got a problem with python to connect to my SQL DBs, that's installed
on my apache server. how do i connect to sql? Gettting data? Insert into it?
it is a localserver with php if that means something
here is a *REALLY* dirty solution that a have used:
[CODE]
from urllib import *
# sql quer
Beej skrev:
> On Jan 28, 2:26 am, Klaus Alexander Seistrup <[EMAIL PROTECTED]> wrote:
>> Scripter47 wrote:
>>> How do i get my ip address?
>>> in cmd.exe i just type "ipconfig" then it prints:
>>> ...
>>> IP-address . . . . .
Klaus Alexander Seistrup skrev:
> Scripter47 wrote:
>
>> How do i get my ip address?
>>
>> in cmd.exe i just type "ipconfig" then it prints:
>> ...
>> IP-address . . . . . . . . . . . . . . . . . : 192.168.1.10
>> ...
>
How do i get my ip address?
in cmd.exe i just type "ipconfig" then it prints:
...
IP-address . . . . . . . . . . . . . . . . . : 192.168.1.10
...
how can i do that in python??
--
http://mail.python.org/mailman/listinfo/python-list
Hey,
I need a module called "pythoncom" anyone that knows where a can find
that module???
thanks!
--
http://mail.python.org/mailman/listinfo/python-list
Hey!
I know there is a module named SendKeys.
SendKeys module it can type strings as you where typing it, on the keyboard.
But is there a module that does the reverse. A module that gets
_anything_ what the keyboard writes.
For example. If i type "hey" on my keyboard. Will the program get the
st
cypher543 skrev:
> I have a TreeView and a ToolButton. The ToolButton should only be
> active if the user has selected an item in the TreeView. What signal
> should I use to achieve this?
>
> Thanks,
> David
>
Hey
I use the "curselection()" function.
Example:
id = self.listbox.curselection()
id
10 matches
Mail list logo