Dr. Dobb's Python-URL! - weekly Python news and links (May 28)

Kragen Sitaker kragen at pobox.com
Tue May 28 09:52:00 EDT 2002


QOTW:  "Object-oriented programming is an exceptionally bad idea which
could only have originated in California."
        - Edsger Dijkstra (attributed) (quoted by Joost Jacob)


Programming Libraries:
    PyUnitTestBrowser, a GUI test runner for PyUnit ('import
    unittest') tests, has been released, because its author was
    terribly disappointed by the primitive nature of existing GUI test
    runners.
        http://groups.google.com/groups?selm=acr79g%24fka%40dispatch.concentric.net

    NuxDocument, a Zope product that converts files from various
    formats into HTML and plain text, supporting Microsoft Word,
    Excel, PowerPoint, OpenOffice formats, RTF, and PDF, released
    version 0.9.2 on 2002-05-27.
        http://www.nuxeo.org/nuxdocument/

    Biggles, a module for publication-quality 2D scientific data plots
    with output to PostScript, X11, and some raster formats, released
    version 1.6.2 on 2002-05-26.
        http://biggles.sourceforge.net/

    Holger Krekel mentions that he has rewritten rlcompleter, the
    readline completer module, so that it works better.  Michael
    Hudson is impressed.
        http://groups.google.com/groups?selm=mailman.1022012880.3531.python-list%40python.org

    PySQLite, a DB-API-compliant interface to the free-software SQLite
    SQL embedded database library, which is written in C, has released
    version 0.1.
        http://groups.google.com/groups?selm=mailman.1022168306.17444.python-list%40python.org

    Greg Ewing posts portable pathname manipulation utility functions.
        http://groups.google.com/groups?selm=3CEC5E05.396422FC%40replyto.address.invalid

Python Programs:
    JinSitu, an interactive introspection environment for Java and
    Jython, with Emacs-style interactive evaluation, an object tree
    display, and javadoc integration, has released version 0.2.
        http://groups.google.com/groups?selm=acekba%247a0%240%40dosa.alt.net

    Current, a server for Red Hat's up2date protocol for distributing
    software updates to a group of machines, released stable version
    1.0.4 and development version 1.3.0 on 2002-05-25.
        http://www.biology.duke.edu/computer/unix/current/

Discussion on Features of Python:
    Bengt Richter wonders how much code would break if list
    comprehensions had their own scopes (as new list comprehension
    users usually expect them to) instead of mutating variables in the
    enclosing scope.
        http://groups.google.com/groups?selm=acu6v9%24hlp%240%40216.39.172.122

    Paul Prescod has posted an eloquent apology for Python's design
    philosophy, entitled "On the Relationship Between Python and
    Lisp."
        http://www.prescod.net/python/IsPythonLisp.html

    Quinn Dunkan has interesting thoughts about when to use
    tuples and when to use lists in Python, and when function syntax
    is preferable to method syntax and vice versa.
        http://groups.google.com/groups?selm=slrnaf293e.td5.quinn%40bolivar.ugcs.caltech.edu
        http://groups.google.com/groups?selm=slrnaf2aah.td5.quinn%40bolivar.ugcs.caltech.edu

    There was discussion about a general framework for adding new
    grammar rules to Python.
        http://groups.google.com/groups?selm=dopkeusu5c9m8ou2clt89b4dbrmmtd2tre%404ax.com

    Andrew Dalke, Hans Nowak, and Steven Majewski generate frighteningly
    creative ways of writing the conditional operator in Python.
        http://groups.google.com/groups?selm=Pine.OSX.4.43.0205221906390.17977-100000%40d-128-61-180.bootp.virginia.edu

    There was more discussion about Stackless Python, Limbo, Alef,
    CSP, Occam, and Transputer hardware.  
        http://groups.google.com/groups?selm=uerd0l9d54dac9%40corp.supernews.com
    In fact, there was so much discussion that Christian Tismer got
    irritated trying to sort through it all.
        http://groups.google.com/groups?selm=mailman.1022408207.8430.python-list%40python.org

    Oren Tirosh would like to have 'for any' and 'for every'
    boolean expressions modeled after list comprehensions.
        http://groups.google.com/groups?selm=mailman.1022410902.27422.python-list%40python.org

    Ferdinand Jamitzky wants reduce-comprehensions, analogous to list
    comprehensions.
        http://groups.google.com/groups?selm=f32195af.0205261316.2482d4ac%40posting.google.com

    Simon Budig complains about the statement/expression dichotomy.
        http://groups.google.com/groups?selm=3cf27dda%40si-nic.hrz.uni-siegen.de

    Christopher Craig has implemented Karatsuba multiplication for
    Python long integers, so multiplying pairs of integers both of
    which are larger than about 2**120 (roughly 10**36, an American
    undecillion) should be significantly faster now.
        http://groups.google.com/groups?selm=mailman.1022289403.22367.python-list%40python.org

Problems and Solutions:
    Johann Höchtl wishes Python applications could be executed from
    .par files, like Java .jar files, so they were easier to download.
        http://groups.google.com/groups?selm=3CEBAA0E.20006%40bigfoot.com

    Mark Chalkley, too, would like Python programs to be easier to
    distribute; he currently uses Perl instead, apparently because
    it's easier to distribute Perl programs.
        http://groups.google.com/groups?selm=MPG.175c24a5538e5d7a989687%40news.direcpc.com

    Yet another person is puzzled by the new property machinery
    almost, but not quite, working in old-style classes.
        http://groups.google.com/groups?selm=3CEDB5FB.49EEEDD9%40irl.cri.nz

    Matt Kimball discovers that the problems with threading fairness
    he was having last week weren't really Python's fault:
        http://groups.google.com/groups?selm=mailman.1021993724.8792.python-list%40python.org

    Jeff Epler posts a program to get Tkinter text widgets to size
    themselves to fit the text within them.  It's pretty ugly.
        http://groups.google.com/groups?selm=mailman.1021999536.1228.python-list%40python.org

    Oleg Broytmann describes how he builds the Python interpreter in a
    shared library, more or less by hand, on his Linux box, and
    mentions that Python 2.3 will build shared libraries by default.
        http://groups.google.com/groups?selm=mailman.1022061577.7842.python-list%40python.org

    Michael Williams would like to be able to emulate the Pascal
    'readln' routine in Python for the purpose of teaching
    programming.  The nearest solution in the ensuing thread is the
    dreaded Python 'input', which trusts its input.
        http://groups.google.com/groups?selm=mailman.1022065417.1277.python-list%40python.org

    Paul Boddie and others discussed "cross-site scripting"
    vulnerabilities in Python CGI scripts and other dynamic page
    generators.
        http://groups.google.com/groups?selm=23891c90.0205240307.3eca7a57%40posting.google.com

    Irmen de Jong is working on adding a select loop to Pyro, which is
    threaded, and he asked for help integrating the select loop with
    the threading.
        http://groups.google.com/groups?selm=acqha3%24gli%241%40news1.xs4all.nl

    Scott Gilbert suggests a way to return 'array' objects from a C
    extension module.
        http://groups.google.com/groups?selm=79b2b0bb.0205271824.56773e2b%40posting.google.com

Miscellaneous:
    EuroPython 2002 is next month, June 26-28, in Charleroi, Belgium.
        http://groups.google.com/groups?selm=acg6oc%24gh2%241%40newshost.accu.uu.nl

    C++ expert Alex Martelli eloquently explains why having a
    feature in a language means that programmers have to learn it and
    why it's best not to have multiple different ways to express
    exactly the same thing, and therefore, why C++ is a terrible
    language.
        http://groups.google.com/groups?selm=zEMA8.2731%24CN3.101018%40news2.tin.it

    Python 2.2.1 runs on MS-DOS; I missed this last week.
        http://groups.google.com/groups?selm=3ce7fc1f%240%2426970%249b622d9e%40news.freenet.de

    Lysator is building a build farm for Python called the Snake Farm.
    This should get build problems on various platforms ironed out in
    a hurry.
        http://groups.google.com/groups?selm=mailman.1022222381.31604.python-list%40python.org

    A couple of people request help learning pyGTK; responses
    pointed to several resources.
      Sample Applications:
        http://landialler.sourceforge.net/ --- a LAN dialer
        http://oomadness.tuxfamily.org/gtablature/en/ --- GTablature
        http://gramps.sourceforge.net/ --- gramps
      Tutorials:
        http://www.icon.co.za/%7Ezapr/Project1.html
        http://www.moeraki.com/pygtktutorial/gtk-tut.html

    How does one handle callbacks written in Python in multithreaded
    applications.
        http://groups.google.com/groups?selm=Xns9217DBE6F4C1Bcliechtigmxnet%4062.2.16.82

    James Besemer writes a very long, but still interesting,
    description of his experience with performance-critical
    applications and what parts of those apps Python was good for (and
    what parts it wasn't.)
        http://groups.google.com/groups?selm=mailman.1020849410.32598.python-list%40python.org

    Xavier Monsegur wants to found a New York City Python Users' Group.
        http://groups.google.com/groups?selm=mailman.1022044417.14752.python-list%40python.org

    Various folks try to cite the Python language in academic papers.
        http://groups.google.com/groups?selm=7BEH8.1252%24H67.7649%40tor-nn1.netcom.ca
        http://groups.google.com/groups?selm=mailman.1022297561.14994.python-list%40python.org
        http://groups.google.com/groups?selm=4L4I8.9196%24p56.2659365%40newsb.telia.net

    Mark Hadfield gets the md5 module to work on his Cray T3E.
        http://groups.google.com/groups?selm=acej75%24c0g%241%40newsreader.mailgate.org

    Not surprisingly, self.__foo-style private attributes don't
    interact well with __slots__, just as they didn't interact well
    with __getattr__ and __setattr__.  This puzzles a new user.
        http://groups.google.com/groups?selm=Xns9218B57730E9cliechtigmxnet%4062.2.16.82

    Damian Menscher wants to be able to display Numerical Python
    arrays in a more compact form.
        http://groups.google.com/groups?selm=awiH8.10159%24U7.121015%40vixen.cso.uiuc.edu

    Wenshan Du, the amazing guy who hacked Chinese language support
    into Python (so he didn't have to write variable names in English)
    a couple of weeks ago, has set up a new web site called "Python
    World".  Most of the content is presently only in Simplified
    Chinese, but he plans to translate it.
        http://groups.google.com/groups?selm=e786d63d.0205262032.5f6182e4%40posting.google.com
        http://dohao.org/python/

    William Dodé has set up a French-language Wiki about Python.
        http://wikipython.tuxfamily.org



========================================================================

Everything you want is probably one or two clicks away in these pages:

    Python.org's Python Language Website is the traditional
    center of Pythonia
        http://www.python.org
    Notice especially the master FAQ
        http://www.python.org/doc/FAQ.html

    PythonWare complements the digest you're reading with the
    daily python url
         http://www.pythonware.com/daily  
    Mygale is a news-gathering webcrawler that specializes in (new)
    World-Wide Web articles related to Python.
	 http://www.awaretek.com/nowak/mygale.html 
    While cosmetically similar, Mygale and the Daily Python-URL
    are utterly different in their technologies and generally in
    their results.

    comp.lang.python.announce announces new Python software.  Be
    sure to scan this newly-revitalized newsgroup at least weekly.
        http://groups.google.com/groups?oi=djq&as_ugroup=comp.lang.python.announce

    Michael Hudson continued Andrew Kuchling's marvelous tradition
    of summarizing action on the python-dev mailing list once every
    other week, into July 2001.  Any volunteers to re-start this
    valuable series?
        http://starship.python.net/crew/mwh/summaries/
        http://www.amk.ca/python/dev

    The Vaults of Parnassus ambitiously collect Python resources
        http://www.vex.net/~x/parnassus/   

    Much of Python's real work takes place on Special-Interest Group
    mailing lists
        http://www.python.org/sigs/

    The Python Software Foundation has replaced the Python Consortium
    as an independent nexus of activity
        http://www.python.org/psf/

    Cetus does much of the same
	http://www.cetus-links.org/oo_python.html

    Python FAQTS
        http://python.faqts.com/

    The old Python "To-Do List" now lives principally in a
    SourceForge reincarnation.
	http://sourceforge.net/tracker/?atid=355470&group_id=5470&func=browse
	http://python.sourceforge.net/peps/pep-0042.html
     
    The online Python Journal is posted at pythonjournal.cognizor.com.
    editor at pythonjournal.com and editor at pythonjournal.cognizor.com
    welcome submission of material that helps people's understanding
    of Python use, and offer Web presentation of your work.

    *Py: the Journal of the Python Language*
        http://www.pyzine.com

    Links2Go is a new semi-automated link collection; it's impressive
    what AI can generate
        http://www.links2go.com/search?search=python

    Tenth International Python Conference 
        http://www.python10.org            

    Archive probing tricks of the trade:
        http://groups.google.com/groups?oi=djq&as_ugroup=comp.lang.python&num=100
        http://groups.google.com/groups?meta=site%3Dgroups%26group%3Dcomp.lang.python.*

Previous - (U)se the (R)esource, (L)uke! - messages are listed here:
  http://www.ddj.com/topics/pythonurl/         
  http://purl.org/thecliff/python/url.html (dormant)
or
  http://groups.google.com/groups?oi=djq&as_q=+Python-URL!&as_ugroup=comp.lang.python


Suggestions/corrections for next week's posting are always welcome.
[http://www.egroups.com/list/python-url-leads/ is hibernating.  Just
e-mail us ideas directly.]

To receive a new issue of this posting in e-mail each Monday morning
(approximately), ask <claird at neosoft.com> to subscribe.  Mention
"Python-URL!".


-- The Python-URL! Team--

Dr. Dobb's Journal (http://www.ddj.com) is pleased to participate in and
sponsor the "Python-URL!" project.
-- 

Cameron Laird <Cameron at Lairds.com>
Business:  http://www.Phaseit.net
Personal:  http://starbase.neosoft.com/~claird/home.html



More information about the Python-list mailing list