472,331 Members | 1,779 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,331 software developers and data experts.

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

QOTW: "To make the instructions even friendlier it would also help if 'but
Whatever You Do DON'T UNZIP THE FREAKIN' THING - This Means YOU John Latter!'
were in large, bold, and underlined type. And preferably a different colour."
-- John Latter,
on Python's install instructions

"[about significant whitespace, dynamic typing, interpreted:]
What's more, these are three of Python's greatest *strengths*. We
resist all attempts to change these, and we (at least I) avoid other
languages because they do not supply these features."
-- Gary Herron
Discussion
----------
Michele Simionato has written a nice graph drawing utility that makes
use of the "DOT" graph description language, while Bengt Richter
does it old-skool: in ASCII.
<http://www.phyast.pitt.edu/~micheles/python/drawMRO.html>
<http://groups.google.com/gr*************************@216.39.172.122>

There has been discussion on compiling Python with VC.NET. Anton
Vredegoor argues that Windows (and .NET) is just a platform amongst
many others. Also, Matt Gerrans provides answers to the question if
Python on .NET (and Java, too: jython) is worthwile.
<http://groups.google.com/gr*************************@news.hccnet.nl>
<http://groups.google.com/gr*************************@slb5.atl.mindspring.ne t>

Last week we had the identifier-counter, this week Bengt Richter created
a book index creator (inspired by the question how to 'flatten' a dict).
<http://groups.google.com/gr*************************@216.39.172.122>

Paul Rubin posted a floating-point range() method. It appears very
simple, but a few nasty issues are worth reading about in the replies.
<http://groups.google.com/gr******************************@ruckus.brouhaha.c om>

Fredrik Lundh shows how to decompress a gzipped string (for instance,
obtained from a HTTP server that uses gzip compression).
<http://groups.google.com/gr************************************************ @python.org>

Raymond Hettinger points us at a new page in Python's documentation
about unit testing. It shows how to run the tests directly instead
of running them from the command line, with path issues and all that.
<http://groups.google.com/gr*******************************@nwrdny01.gnilink .net>

In a big discussion about the qualities of the new datetime module,
and its relation to the older time and calendar modules, Andrew Dalke
writes about the usefullness of said new datetime module.
<http://groups.google.com/gr*************************@slb6.atl.mindspring.ne t>

Announcements
-------------
Python 2.3 (final). Nineteen months in the making, Python 2.3 represents
a commitment to stability and improved performance, with a minimum
of new language features.
<http://www.python.org/2.3/>

Webware 0.8.1, a modular suite of Python components for developing Web
applications, using servlets, server pages, and more.
<http://webware.sourceforge.net/>

PyXML 0.8.3, the Python/XML distribution that contains the basic tools
required for processing XML data, including parsers and standard
interfaces such as SAX and DOM.
<http://pyxml.sourceforge.net/>

Anobind 0.5.0, a Python/XML data binding, which is just a fancy way of
saying it's a very Pythonic XML API. You feed Anobind an XML document
and it returns a data structure of corresponding Python objects.
<http://uche.ogbuji.net/tech/4Suite/anobind>

SC-Track Roundup 0.6.0b4, an issue tracking system that is
simple-to-use and -install with command-line, web and e-mail interfaces.
<http://roundup.sourceforge.net/>

Rebuild 1.0, a python module that replaces make. It is not a drop-in
replacement, and does not use "makefiles." Instead, it includes a
number of modules which try to be more intelligent about building
projects.
<http://staff.bbhc.org/christophern/exos/rebuild/index.html>

Python-mode (an X/Emacs major mode for editing Python source code)
has been sourceforged.
<http://sourceforge.net/projects/python-mode/>

e4Graph 1.0a8, a C++ library that provides a reliable, efficient
and portable persistent storage for graph like data.
<http://www.e4graph.com/e4graph/>

PythonCAD 9th release. This is a CAD package written in Python.
<http://www.pythoncad.org/>

PyKota 1.14, a complete Print Quota and Accounting solution
for CUPS and LPRng.
<http://www.librelogiciel.com/software/PyKota/action_Presentation>

David Mertz continues his article on Twisted.
<http://www-106.ibm.com/developerworks/linux/library/l-twist2.html>

PyTables 0.7, a hierarchical database package designed to efficently
manage very large amounts of data.
<http://pytables.sourceforge.net/>
================================================== ======================
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=d...ython.announce

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.
http://www.python.org/dev/summary/

The Python Package Index catalogues packages.
http://www.python.org/pypi/

The somewhat older Vaults of Parnassus ambitiously collects references
to all sorts of 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 Business Forum "further[s] the interests of companies
that base their business on ... Python."
http://www.python-in-business.org

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...70&func=browse
http://python.sourceforge.net/peps/pep-0042.html

The online Python Journal is posted at pythonjournal.cognizor.com.
ed****@pythonjournal.com and ed****@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

Archive probing tricks of the trade:
http://groups.google.com/groups?oi=d...python&num=100
http://groups.google.com/groups?meta....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.
E-mail to <Py********@phaseit.net> should get through.

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

Jul 18 '05 #1
0 1308

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Lothar Scholz | last post by:
Is there any python debugger that can 1) be used remotely 2) can handle multiple threads I checked Eric, IDLE and Wing-IDE. None of them can...
23
by: Robey Holderith | last post by:
Anyone know a good way to embed python within python? Now before you tell me that's silly, let me explain what I'd like to do. I'd like to...
7
by: David Abrahams | last post by:
I started having some weird problems with Python recently; they're so weird that I can't begin to explain them. All I can do is describe the...
114
by: Maurice LING | last post by:
This may be a dumb thing to ask, but besides the penalty for dynamic typing, is there any other real reasons that Python is slower than Java? ...
11
by: frr | last post by:
Hi, After upgrading to 2.4 (from 2.3), I'm getting a weird syntax error: >>> import themes Traceback (most recent call last): File...
3
by: Eli Stevens (WG.c) | last post by:
The group I work with is trying to be language agnostic between Python and perl. We are trying to make it so that we are able to call our various...
64
by: Bayazee | last post by:
hi can we hide a python code ? if i want to write a commercial software can i hide my source code from users access ? we can conver it to pyc but...
10
by: vedrandekovic | last post by:
Hello, I was install Python 2.5 and uninstall Python 2.4 now I cannot run my scripts, only from idle What should I do? Regards, Vedran
8
by: Palindrom | last post by:
Hi everyone ! I'd like to apologize in advance for my bad english, it's not my mother tongue... My girlfriend (who is a newbie in Python, but...
4
by: jpuopolo | last post by:
All: I am using Python to read some records from the MySQL database. I am using the mysqldb library, and things are working well. Now, I would...
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.