2010/3/4 Gregory Ewing :
> Peter Billam wrote:
>
>> A very important thing about CPAN modules is the consistent
>> basic install method: perl Makefile.PL ; make ; make install
>
> Well, we more or less have that with Python, too:
>
> python setup.py install
>
> It may not always work smoothly, b
2010/3/3 Stefan Behnel :
> Olof Bjarnason, 03.03.2010 13:45:
>>
>> The "Where is CPAN for Python?" question keeps popping up, with
>> answers ranging from "There is no CPAN for Python" and "We already
>> have CPAN for Python" (confusing)
Hi everybody!
The "Where is CPAN for Python?" question keeps popping up, with
answers ranging from "There is no CPAN for Python" and "We already
have CPAN for Python" (confusing).
I'm wondering - is there any work being done identifying ..
(1) what is so good with CPAN?
(2) how can it be brought
2010/2/23 Joan Miller :
> On 23 feb, 10:54, Joan Miller wrote:
>> *Sorry by this message off topic, but this is too important*
>>
>> Fascism is coming fastly to Internet because is the only communication
>> way that governements (managed by the bank and multinationals) cann't
>> control
>>
>> http
2010/2/23 Noam Yorav-Raphael :
> Thanks! I'm happy you like it!
> Thanks for the feedback too. Here are my replies.
>
> On Sun, Feb 21, 2010 at 7:13 PM, Chris Colbert wrote:
>> This is bloody fantastic! I must say, this fixes everything I hate about
>> Ipython and gives me the feature I wished it
2010/2/10 Alf P. Steinbach :
> * Olof Bjarnason:
>>
>> 2010/2/10 Peter Otten <__pete...@web.de>:
>>>
>>> pyt...@bdurham.com wrote:
>>>
>>>> Does Python provide a way to format a string according to a
>>>> 'picture' f
2010/2/10 Peter Otten <__pete...@web.de>:
> pyt...@bdurham.com wrote:
>
>> Does Python provide a way to format a string according to a
>> 'picture' format?
>>
>> For example, if I have a string '123456789' and want it formatted
>> like '(123)-45-(678)[9]', is there a module or function that will
>>
2010/1/25 Ron :
> Sikuli is the coolest Python project I have ever seen in my ten year
> hobbyist career. An MIT oepn source project, Sikuli uses Python to
> automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by
> simply drag and dropping GUI elements into Python scripts as function
2010/1/11 Zabin :
> Hey everyone!
>
> I am a new python programmer. I am trying to get the general file
> functionality with options of save and save as working. These save
> functions save a folder with multiple files. Upon using the os.system
> copy function- if my destination directory has files
2009/11/27 baboucarr sanneh :
> hi all
>
> i would like to create a python program that would read from a text file and
> returns one result at random.
> e.g
> in the text file i have these data
>
> 1.hello
> 2.my name
> 3.is
> 4.World
>
> Your help is highly appreciated..thnx in advance
Hi babour
2009/10/28 Martin P. Hellwig
> Alf P. Steinbach wrote:
>
>> * tm:
>>
>>> On 28 Okt., 07:52, "Alf P. Steinbach" wrote:
>>>
[Cross-posted comp.programming and comp.lang.python]
>>>
>>> Looking at your topic '(Python in Windows)', without taking a
>>> glimpse at your actual introduction,
2009/10/28 Alf P. Steinbach
> * tm:
>
> On 28 Okt., 07:52, "Alf P. Steinbach" wrote:
>>
>>> [Cross-posted comp.programming and comp.lang.python]
>>>
>>
>> Looking at your topic '(Python in Windows)', without taking a
>> glimpse at your actual introduction, I have the following to say:
>> I thin
2009/10/28 Alf P. Steinbach
> * Chris Rebert:
>
>> On Tue, Oct 27, 2009 at 11:52 PM, Alf P. Steinbach
>> wrote:
>>
>>> [Cross-posted comp.programming and comp.lang.python]
>>>
>>> Hi.
>>>
>>> I may finally have found the perfect language for a practically oriented
>>> introductory book on progra
>
> >
> > This would be way to speed up things in an image processing algorithm:
> > 1. divide the image into four subimages 2. let each core process each
> > part independently 3. fix&merge (along split lines for example) into a
> > resulting, complete image
>
> Well, don't assume you're the first
2009/10/23 Antoine Pitrou
> Le Fri, 23 Oct 2009 09:45:06 +0200, Olof Bjarnason a écrit :
> >
> > So I think my first question is still interesting: What is the point of
> > multiple cores, if memory is the bottleneck?
>
> Why do you think it is, actually? Some wo
2009/10/23 Stefan Behnel
> > Olof Bjarnason wrote:
> > [snip]
> >> A short question after having read through most of this thread, on the
> >> same subject (time-optimizing CPython):
> >>
> >> http://mail.python.org/pipermail/python-list/2007-Sep
2009/10/23 Olof Bjarnason
>
>
> 2009/10/22 MRAB
>
> Olof Bjarnason wrote:
>> [snip]
>>
>> A short question after having read through most of this thread, on the
>>> same subject (time-optimizing CPython):
>>>
>>> http://mail
2009/10/22 MRAB
> Olof Bjarnason wrote:
> [snip]
>
> A short question after having read through most of this thread, on the
>> same subject (time-optimizing CPython):
>>
>> http://mail.python.org/pipermail/python-list/2007-September/098964.html
>>
>>
2009/10/22 John Yeung
> On Oct 22, 12:28 am, John Nagle wrote:
>
> >The Shed Skin people would welcome some help.
> >
> >http://shed-skin.blogspot.com/
>
> People? It's one guy. It apparently started out as a Master's thesis
> as well. ;)
>
> I am a great admirer of the Shed Skin p
2009/10/1 Sion Arrowsmith :
> MRAB wrote:
>>> [ for ... else ]
>>The example that makes it clearest for me is searching through a list
>>for a certain item and breaking out of the 'for' loop if I find it. If I
>>get to the end of the list and still haven't broken out then I haven't
>>found the it
2009/9/29 rantingrick :
> On Sep 28, 8:04 pm, Chris Rebert wrote:
>> On Mon, Sep 28, 2009 at 5:48 PM, Rudolf wrote:
>> > How can i declare a global array in python?
>>
>> Python has no concept of declarations.
>> And it doesn't have arrays, it has dynamically-resizing lists.
>
> What version are
2009/9/28 Scott :
> Thank you fine folks for getting back with your answers!
>
> So down the road I do dictname[line42].append("new stuff"). (or [var]
> if I'm looping through the dict)
>
> This is cool and should do the trick!
>
> -Scott Freemire
> disclosure - Ok, I'm new to *any* language. I've
2009/9/28 Scott :
> I am new to Python but I have studied hard and written a fairly big
> (to me) script/program. I have solved all of my problems by Googling
> but this one has got me stumped.
>
> I want to check a string for a substring and if it exists I want to
> create a new, empty list using
2009/9/25 Paul Boddie :
> On 25 Sep, 13:21, Olof Bjarnason wrote:
>>
>> I am thinking of two target audiences:
>>
>> 1. Early adopters/beta-testers. This would include:
>> - my non-computer-geek brother on a windows-machine. I'll go for py2exe.
>> -
"python setup.py install" too?
>
> Em 25/09/2009, às 03:15, Olof Bjarnason escreveu:
>
>> Hi!
>>
>> I write small games in Python/PyGame. I want to find a way to make a
>> downloadable package/installer/script to put on my webpage, especially
>> for
2009/9/25 Ben Finney :
> Olof Bjarnason writes:
>
>> - any geeks visiting my blog that are non-Ubuntu (i'll just provide
>> the source code and tell them to apt-get python-pygame)
>
> Note that for several years now the recommended command-line tool for
> pack
2009/9/25 Paul Boddie :
> On 25 Sep, 09:26, Donn wrote:
>>
>> You could use distutils (setup.py) and include a readme that explains what
>> apt-get commands to use to install pygame, etc. Generally it's better to
>> *not*
>> include the kitchen-sink with your apps; rather expect the user to have
2009/9/25 Paul Boddie :
> On 25 Sep, 08:15, Olof Bjarnason wrote:
>> Hi!
>>
>> I write small games in Python/PyGame. I want to find a way to make a
>> downloadable package/installer/script to put on my webpage, especially
>> for Ubuntu users.
>>
>>
ackages.
>
> Tarek Ziade is working debian package with 'distribute'.
Thanks Jean!
>
> Cheers,
>
>
> On Fri, Sep 25, 2009 at 8:15 AM, Olof Bjarnason
> wrote:
>> Hi!
>>
>> I write small games in Python/PyGame. I want to find a way to make a
>
Hi!
I write small games in Python/PyGame. I want to find a way to make a
downloadable package/installer/script to put on my webpage, especially
for Ubuntu users.
I've skimmed a couple of tutorials on how to generate .deb-files, but,
wow, it's a whole new skill set to do that!
Does anyone have an
30 matches
Mail list logo