> http://www.python.org/pyfcp
>
It gets me to Error 404.
--
http://mail.python.org/mailman/listinfo/python-list
Hi:
Thanks. I'll write my own split().
Frank
--
http://mail.python.org/mailman/listinfo/python-list
> Thomas Moore:
>
> >>>>u=u'\u9019\u662f\u4e2d\u6587\u5b57\u4e32'
> >>>>u.split()
> >
> > [u'\u9019\u662f\u4e2d\u6587\u5b57\u4e32']
> >
> >
> > I think u should get split.
>
> Where do you thi
Hi:
Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> u=u'\u9019\u662f\u4e2d\u6587\u5b57\u4e32'
>>> u.split()
[u'\u9019\u662f\u4e2d\u6587\u5b57\u4e32']
>>>
I think u should get split.
--Frank
Hi:
Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> u=u'\u9019\u662f\u4e2d\u6587\u5b57\u4e32'
>>> u.split()
[u'\u9019\u662f\u4e2d\u6587\u5b57\u4e32']
>>>
I think u should get split.
--Frank
Hi:
Thanks, it does help. Besides, I search the web and find several other
examples, too.
--Thomas
- Original Message -
From: "Fredrik Lundh" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, November 16, 2005 4:02 PM
Subject: Re: Is there any Iterator type example?
>
Hi:
Is there any example about how to use the Iterator type?
--Thomas
--
http://mail.python.org/mailman/listinfo/python-list
Hi:
Nice example too!
But what I really want to know is how to use __iter()__ and next() in a
class with an example.
>> How about this one:
>>..
--
http://mail.python.org/mailman/listinfo/python-list
Hi:
Is there any example about how to use Iterator type?
--Thomas
--
http://mail.python.org/mailman/listinfo/python-list
Hi:
What's wrong with this?
The python-anounce tells me that my message has a suspicious header?
--Thomas
--
http://mail.python.org/mailman/listinfo/python-list
Hi:
> Were you planning to write code that relied on id(x) being different
> for different but identical strings x or do you just try to understand
> what's going on?
>
Just try to understand what's going on.
Thanks All.
--
http://mail.python.org/mailman/listinfo/python-list
Hi:
I am confused at string identity test:
Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> a="test"
>>> b="test"
>>> a is b
True
>>>
About identity, I think a is not b, but "a is b" returns
> Hey I'm a programmer looking to port some of my opengl ...although
> limited into a python app I've made... I'd like to know where to find
> any python/opengl source or a tutorial etc.. whatever I'd like to get a
> series of points that represent a 3d slope presented to the user.
Try wxPython.
-
I guess when useless, nothing cannot be done.
- Original Message -
From: <[EMAIL PROTECTED]>
Newsgroups: comp.lang.python
To:
Sent: Monday, April 11, 2005 12:17 AM
Subject: Re: UselessPython 2.0
> Nice idea for a site, but I suggest renaming it to something like
> FunPython.com . My gu
14 matches
Mail list logo