The Voidspace Pythonutil Pages have had a long overdue overhaul. The url
of the Voidspace Pythonutils homepage has changed. It is now :
http://www.voidspace.org.uk/python/index.html
There are now separate pages for programs, modules, recipes, and CGIs.
Several of the bigger modules and programs
Anyone written an online bookmarks manager in Python ?
I can knock a simple one together... but wondered if anyone else had
already done it ? I can't find one with google - but htere are *loads*
in perl and PHP, so I suspect thayt someoen must have written one
witrh python. One that uses XBEL woul
http://www.voidspace.org.uk/python/articles/upgrading_python.html
I've been looking at whether to upgrade immediately from Python 2.3 to
Python 2.4 or postpone it. This is my first `major version change`, so
I've come up against the usual windoze (tm) problem - upgrading python
breaks all my exten
Well sort of... Highly experimental - I'm interested in ways of
improving this.
http://www.voidspace.org.uk/atlantibots/pythonutils.html#testenv
I've created a script that will build a 'test environment'. Windoze(tm)
only as it uses py2exe.
It scans your Python\Lib folder (configurable) and bui
IronPython. I don't think this
PEP impacts the project, but it is not completely unfeasible for the
alternative implementations to do this.
In particular we have had to address the issue of the GIL and extensions
(IronPython has no GIL) and reference counting (which IronPython also
Martin v. Löwis wrote:
It also might make it easier for alternate implementations to support
the same API so some modules could work cross implementation - but I
suspect that's a non-goal of this PEP :).
Indeed :-) I'm also skeptical that this would actually allow
cross-implementat
I should be able to help organise and attend the London contribution.
Personally I'd like to work on the documentation changes / clean-up for
the unittest module discussed recently.
Michael Foord
--
http://mail.python.org/mailman/listinfo/python-list
On 9 May 2010 20:36, Godson Gera wrote:
>
>
> On Sun, May 9, 2010 at 6:24 PM, Fuzzyman wrote:
>
>> On Mar 23, 10:04 pm, geremy condra wrote:
>> > On Tue, Mar 23, 2010 at 1:07 PM, Tim Golden
>> wrote:
>> > > On 23/03/2010 16:55, Jose Manuel wrote:
>> >
>>
>> The closest is Skulpt which is very