473,382 Members | 1,665 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Dr. Dobb's Python-URL! - weekly Python news and links (Nov 20)

QOTW: "I think you've got the wrong intuition about the balance between the
amount of bandwidth and the amount of computation a given numer [sic] of
dollars would buy. You've hundreds of CPU cycles available per bit
transmitted; space enough to stick in even Python." - Thomas Womack
(on comp.lang.lisp, earlier this year, so it's not a true QOTW)
http://groups.google.com/group/comp....3239d7b8e0ef72

"I'm a recent, belated convert from Perl. I work in a physics lab and
have been using Python to automate a lot of measurement equipment lately.
It works fabulously for this purpose." - Dan Lenski
On the subject of Python and large volumes of data, it would seem
that maps and data visualisation are a natural combination for the
pydap treatment:
http://taoetc.org/27

"MIT to try Python ...":
http://www.amk.ca/diary/2006/11/mit_..._introduc.html

A treatment of many different domains can be found in the itools
package (and the 21 subpackages of the 0.14.5 release!):
http://groups.google.com/group/comp....480456bfac121/
http://www.ikaaro.org/itools

Problems with Python 2.5 portability? Or, more precisely, with
extension modules not working with the new release?
http://mail.python.org/pipermail/pyt...er/069967.html

BaseHTTPRequestHandler accesses POST data through rfile:
http://groups.google.com/group/comp....8f2ab0f5c1e63/

pyparsing and itertools: wise coders ready to move past RE know 'em both:
http://groups.google.com/group/comp....46f5cbd7e0718/

Is comparing Python and PHP a "fair comparison"? The debate focuses
on many things that make languages popular for Web applications:
http://groups.google.com/group/comp....6e7f6d5a90c84/

The big news outside the Python community last week was the surprising
GPL-licensing of many of Sun's Java technologies. So, will GPL-licensed
Java eat into Python's market share?
http://groups.google.com/group/comp....bf7ac89325485/

All these comparisons whet the appetite for some real advocacy,
coordinated by the Python Software Foundation's own man:
http://groups.google.com/group/comp....513d3fbed25ef/

Advocacy applies at all levels, of course, backed up by
comparisons, tests, benchmarks... In the Web opinions shootout
it's TurboGears vs. Django:
http://groups.google.com/group/turbo...7037677b067872

And Django vs. Rails:
http://groups.google.com/group/djang...8151a262c00eb0

The conflict (good natured, of course) extends to literature as
the TurboGears book hits the shelves:
http://groups.google.com/group/turbo...8bfff14bcf0ef3

Whilst the Django book - still a work in progress - is readable in its
evolving form:
http://www.djangobook.com

Decide between the Web programming options yourself, but without
really installing anything. Be prepared for quite a choice, as
noted by a Django lead developer on the TurboGears discussion group!
http://www.vmware.com/vmtn/appliances/directory/289

And even if you're a disinterested observer, the battle of these big
frameworks still provides benefits to those just looking for decent Web
hosting (and bringing us full circle to that PHP vs. Python discussion):
http://groups.google.com/group/comp....18e04ab4a6e25/

Secure Python: is running untrusted code a good idea, and is it
Python or the operating system who can offer the most help?
http://groups.google.com/group/comp....7c42ee21afcaf/

And what about "untrusted" contributors to your blog's comments.
There's SpamBayes for e-mail, but can one filter blog comments in
the same way?
http://www.larsen-b.com/Article/244.html

As people continually note, as CPython motors onward with many
new features, Jython struggles to keep up. Could the biggest
motivational force behind its revival really be the principal
developer of JRuby?
http://headius.blogspot.com/2006/11/...oking-for.html

But don't start to think that old releases of Python don't see
any action. Here, Python 1.5.2 makes an appearance on Telit's
GSM/GPRS telecoms/networking modules:
http://www.telit.co.it/modules.asp?lang=1
================================================== ======================
Everything Python-related 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
marvelous 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.

For far, FAR more Python reading than any one mind should
absorb, much of it quite interesting, several pages index
much of the universe of Pybloggers.
http://lowlife.jp/cgi-bin/moin.cgi/P...grammersWeblog
http://www.planetpython.org/
http://mechanicalcat.net/pyblagg.html

comp.lang.python.announce announces new Python software. Be
sure to scan this newsgroup weekly.
http://groups.google.com/groups?oi=d...ython.announce

Python411 indexes "podcasts ... to help people learn Python ..."
Updates appear more-than-weekly:
http://www.awaretek.com/python/index.html

Steve Bethard continues the marvelous tradition early borne by
Andrew Kuchling, Michael Hudson, Brett Cannon, Tony Meyer, and Tim
Lesher of intelligently 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/

Python Success Stories--from air-traffic control to on-line
match-making--can inspire you or decision-makers to whom you're
subject with a vision of what the language makes practical.
http://www.pythonology.com/python/success

The Python Software Foundation (PSF) has replaced the Python
Consortium as an independent nexus of activity. It has official
responsibility for Python's development and maintenance.
http://www.python.org/psf/
Among the ways you can support PSF is with a donation.
http://www.python.org/psf/donate.html

Kurt B. Kaiser publishes a weekly report on faults and patches.
http://www.google.com/groups?as_usub...python%20patch

Although unmaintained since 2002, the Cetus collection of Python
hyperlinks retains a few gems.
http://www.cetus-links.org/oo_python.html

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

The Cookbook is a collaborative effort to capture useful and
interesting recipes.
http://aspn.activestate.com/ASPN/Cookbook/Python

Among several Python-oriented RSS/RDF feeds available are
http://www.python.org/channews.rdf
http://bootleg-rss.g-blog.net/pythonware_com_daily.pcgi
http://python.de/backend.php
For more, see
http://www.syndic8.com/feedlist.php?...ShowStatus=all
The old Python "To-Do List" now lives principally in a
SourceForge reincarnation.
http://sourceforge.net/tracker/?atid...70&func=browse
http://www.python.org/dev/peps/pep-0042/

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.

del.icio.us presents an intriguing approach to reference commentary.
It already aggregates quite a bit of Python intelligence.
http://del.icio.us/tag/python

*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/topic/python/ (requires subscription)
http://groups-beta.google.com/groups...t=0&scoring=d&
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
There is *not* an RSS for "Python-URL!"--at least not yet. Arguments
for and against are occasionally entertained.
Suggestions/corrections for next week's posting are always welcome.
E-mail to <Py********@phaseit.netshould get through.

To receive a new issue of this posting in e-mail each Monday morning
(approximately), ask <cl****@phaseit.netto subscribe. Mention
"Python-URL!". Write to the same address to unsubscribe.
-- The Python-URL! Team--

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

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

Similar topics

50
by: Edward K. Ream | last post by:
I would like to say a few (actually more than a few) words here about some recent discoveries I have made concerning the interaction of Leo and Python. If you don't want to hear an inventor enthuse...
5
by: Ron Stephens | last post by:
The newly rechristened Python Learning Foundation is a web site dedicated to the assistance of people learning the Python programming language. Features include: 1. Daily lists of new and recent...
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? maurice
20
by: Joe | last post by:
When you run "python -i scriptname.py" after the script completes you left at the interactive command prompt. Is there a way to have this occur from a running program? In other words can I...
8
by: Paul Cochrane | last post by:
Hi all, I've got an application that I'm writing that autogenerates python code which I then execute with exec(). I know that this is not the best way to run things, and I'm not 100% sure as to...
13
by: James | last post by:
Hello, I'm a newbie to Python & wondering someone can help me with this... I have this code: -------------------------- #! /usr/bin/python import sys
2
by: yinglcs | last post by:
Hi, Red hat 4 comes with python 2.3, and I am trying to upgrade to python 2.4. So I download and compile the source of python2.4. But as I run it I get the following error, can you please tell...
18
by: Jens | last post by:
I'm starting a project in data mining, and I'm considering Python and Java as possible platforms. I'm conserned by performance. Most benchmarks report that Java is about 10-15 times faster than...
25
by: Brian | last post by:
Had a unsettling conversation with a CS instructor that teaches at local high schools and the community college. This person is a long-term Linux/C/Python programmer, but he claims that the...
11
by: J Kenneth King | last post by:
I recently encountered some interesting behaviour that looks like a bug to me, but I can't find the appropriate reference to any specifications to clarify whether it is a bug. Here's the example...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.