Dr. Dobb's Python-URL! - weekly Python news and links (Jul 7)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Irmen de Jong

    Dr. Dobb's Python-URL! - weekly Python news and links (Jul 7)

    QOTW: "Confrontin g the Martellibot is like flirting with an encyclopedia,
    I'd rather not do it myself, but I respect those who do, because it
    produces knowledge." -- Anton Vredegoor

    "Python and Java are not diametrically opposed religions that must fight
    to the death in jihad, despite the existence of loonies favoring exactly
    that. They solve different problems; sometimes in similar ways, sometimes
    not." -- Mark Hughes


    Discussion
    ----------
    Michael Chermside explains what assignment in Python means, and how
    this conflicts with a proposed change of the assignment 'operator'.
    <http://groups.google.c om/groups?threadm= mailman.1057084 443.18247.pytho n-list@python.org >

    Bengt Richter adds another twist to this discussion about overloading
    the assignment operator (which is a statement, really).
    <http://groups.google.c om/groups?threadm= bdve6b$2nq$0@21 6.39.172.122>

    Geoff Howland discusses issues related to the use of Python
    executables for source code secrecy, instead of speed increase.
    <http://groups.google.c om/groups?threadm= 82j7gv8b8sr7nej hunf32hb3oitc08 s4pa@4ax.com>

    Erik Max Francis explains the difference in output of printing an
    element as part of a list and printing the element itself.
    <http://groups.google.c om/groups?threadm= 3F0669B5.679FB5 05@alcyone.com>

    Mirko Zeibig shows that "bound method" objects can be used for
    callback functions, or "functors".
    <http://groups.google.c om/groups?threadm= slrnbg55ts.c27. mirko-lists@zeibig.ne t>

    Erwin Andreasen explains that buffering is why a python script with
    multiple threads can seem to execute the same 'print' multiple times.
    <http://groups.google.c om/groups?threadm= 87vfulrkuz.fsf@ andreasen.org>

    David Bolen adds insight to the question "when is unit-testing bad?",
    regarding elements that we think are hard to unit-test.
    <http://groups.google.c om/groups?threadm= u1xx83hey.fsf@f itlinxx.com>

    Bengt Richter shows how to use zip to transpose a list to get a
    list of columns (apparently inspired by a Martellibot post).
    <http://groups.google.c om/groups?threadm= bdspmf$leq$0@21 6.39.172.122>

    Tkinspect is a kind of debugger that allows one to diagnose a Tkinter
    process "from the outside".
    <http://wiki.tcl.tk/tkinspect>

    Announcements
    -------------
    Python 2.3beta2, the second beta release of Python 2.3.
    <http://www.python.org/2.3/>

    Pyro 3.3 beta, an advanced and powerful Distributed Object
    Technology system written entirely in Python.
    <http://pyro.sourceforg e.net/>

    4Suite 1.0a3, a comprehensive platform for XML and RDF processing,
    with base libraries and a server framework.
    <ftp://ftp.4suite.org/pub/4Suite/>

    DNSpython 1.0.0, a DNS toolkit for Python.
    <http://www.dnspython.o rg/>

    Eric 3.2, a full featured Python IDE that is written in PyQt using the
    QScintilla editor widget.
    <http://www.die-offenbachs.de/detlev/eric3.html>

    PyKota 1.12, a complete Print Quota and Accounting Software Solution
    for CUPS and LPRng.
    <http://www.librelogici el.com/software/PyKota/action_Presenta tion>

    PyQt 3.7, a comprehensive set of Python bindings for Trolltech's
    Qt GUI toolkit.
    <http://www.riverbankco mputing.co.uk/pyqt/>

    PyRex 0.8.1, a language for writing Python extension modules.
    <http://www.cosc.canter bury.ac.nz/~greg/python/Pyrex/>

    SQLObject 0.4, SQLObject is an object-relational mapper supporting
    Postgres, MySQL, and SQLite.
    <http://sqlobject.org>

    Scratchy 0.6, an Apache log parser and HTML report generator.
    <http://scratchy.source forge.net/>


    Announcements
    -------------
    PyRex 0.8, a language for writing Python extension modules.
    <http://www.cosc.canter bury.ac.nz/~greg/python/Pyrex/>

    M2Crypto 0.11, a crypto and SSL toolkit for Python.
    <http://www.post1.com/home/ngps/m2>

    PythonCAD 8th release, a CAD package written in Python.
    <http://www.pythoncad.o rg/>

    DocUtils 0.3, a system for processing plaintext documentation
    (reStructuredTe xt markup).
    <http://docutils.source forge.net/>

    Scratchy 0.4, an Apache log parser and HTML report generator.
    <http://scratchy.source forge.net/>

    ClientForm 0.0.10 and 0.1.3a, a Python module for handling
    HTML forms on the client.
    <http://wwwsearch.sourc eforge.net/ClientForm/>

    SCons 0.90, a software construction tool (build tool, or make tool).
    <http://www.scons.org/>

    Twisted 1.0.6, an event-driven networking framework for server
    and client applications.
    <http://www.twistedmatr ix.com/>
    David Mertz, our own Lulu, presents Twisted to a wider audience.
    <http://www-106.ibm.com/developerworks/linux/library/l-twist1.html>

    TTFQuery 0.2.4, builds on the FontTools module to allow you
    to query TTF font-files for metadata and glyph outlines.
    <http://sourceforge.net/projects/ttfquery/>


    =============== =============== =============== =============== ============
    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

    Notice especially the master FAQ
    The official home of the Python Programming Language


    PythonWare complements the digest you're reading with the
    daily python url
    Archived chronological index of historical news updates, core milestones, and technical commentaries from the Python development universe.

    Mygale is a news-gathering webcrawler that specializes in (new)
    World-Wide Web articles related to Python.

    While cosmetically similar, Mygale and the Daily Python-URL
    are utterly different in their technologies and generally in
    their results.

    comp.lang.pytho n.announce announces new Python software. Be
    sure to scan this newly-revitalized newsgroup at least weekly.


    Brett Cannon continues the marvelous tradition established by
    Andrew Kuchling and Michael Hudson of summarizing action on the
    python-dev mailing list once every other week.
    The official home of the Python Programming Language


    The Python Package Index catalogues packages.
    The Python Package Index (PyPI) is a repository of software for the Python programming language.


    The somewhat older Vaults of Parnassus ambitiously collects references
    to all sorts of Python resources.


    Much of Python's real work takes place on Special-Interest Group
    mailing lists


    The Python Business Forum "further[s] the interests of companies
    that base their business on ... Python."
    Explore pottery in Surry Hills and artistic experiences in Sydney for stress relief, creativity, and digital detox through hands-on activities and family traditions.


    The Python Software Foundation has replaced the Python Consortium
    as an independent nexus of activity


    Cetus does much of the same
    Keunggulan utama MEGASLOTO terletak pada penerapan RTP gacor yang akurat dan konsisten. Data RTP membantu pemain menentukan strategi bermain dengan lebih terarah, terutama bagi yang memulai dengan modal kecil. Sistem ini mendukung kemenangan bertahap, menjadikan target menang besar lebih realistis dan tidak sekadar mengandalkan keberuntungan. Member baru pun diuntungkan karena permainan tidak terasa berat di awal. Dengan ritme yang stabil, pemain dapat mengelola modal secara efisien dan meningkatkan peluang hasil maksimal dalam jangka menengah hingga panjang.


    Python FAQTS


    The old Python "To-Do List" now lives principally in a
    SourceForge reincarnation.
    Download Python for free. The Python programming language, an object-oriented scripting and rapid application development language. You can download it from http://www.python.org/download



    The online Python Journal is posted at pythonjournal.c ognizor.com.
    editor@pythonjo urnal.com and editor@pythonjo urnal.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*


    Archive probing tricks of the trade:



    Previous - (U)se the (R)esource, (L)uke! - messages are listed here:

    http://purl.org/thecliff/python/url.html (dormant)
    or
    http://groups.google.c om/groups?oi=djq&a s_q=+Python-URL!&as_ugroup= comp.lang.pytho n


    Suggestions/corrections for next week's posting are always welcome.
    E-mail to <Python-URL@phaseit.net > should get through.

    To receive a new issue of this posting in e-mail each Monday morning
    (approximately) , ask <claird@phaseit .net> 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.

Working...