473,386 Members | 1,726 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,386 software developers and data experts.

Dr. Dobb's Python-URL! - weekly Python news and links (Oct 22)

QOTW: "In the context of storage, there are three types of applications ...:
relational databases, files and objects such as photographs, and system
backups that have to be easy to retrieve." Mark Lewis, CTO of EMC
http://techupdate.zdnet.com/techupda...914178,00.html
"And surprisingly enough, I rarely use regular expressions any more. There
are usually simpler and better ways of doing it for most problems."
Max M Rasmussen, on his transition to Python
Any beginner knows that an interpreted language like Python is
slow. It requires expertise like Alex Martelli's to measure
how slow, though ... or, wait a minute; that's not slow! And
beginners *should* know timeit.py.
http://groups.google.com/groups?selm...40news2.tin.it

We often talk about Python's portability. At the same time,
the language is capable at accessing platform-specific results.
Tim Howarth provides a lucid example which lists all machines in
an Active Directory domain.
http://groups.google.com/groups?selm...hy.demon.co.uk

"Slithy is a library for creating animated PowerPoint-style
presentations using Python and OpenGL."
http://isotropic.org/uw/slithy
Dinu Gherman uses PythonPoint in much the same role.
http://python.net/~gherman/Presentations.html

The A-A-P project is a make replacement and extension written in Python.
Part of the project is "Zimbu Awards" given to those who helped improving
the project: fame *and* real money.
http://www.a-a-p.org/zimbu_award.html

Yes, it can do *that*, too: Peter Hansen's latest example of a
Serious Program coded in Python is a "test-driven development framework
for our embedded code."
http://groups.google.com/groups?selm...%40engcorp.com

In a thread nominally focused on multimedia and games, Jonathan P.
quickly enumerates what's really salient in deploying desktop
applications based on either Java or Python: memory use,
installation footprint, ...
http://groups.google.com/groups?selm....uni-berlin.de

Bengt Richter provides a module that "check[s] Python source for
syntax errors ..." and other dangers, as an existence proof that
textual descriptions can be rendered into Python objects.
http://groups.google.com/groups?selm...216.39.172.122

Kyler Laird reports that PyStripchart is capable of "cool"
demonstrations and more, for those with an interest in display
of "time-sampled data in an interactive 'strip chart' form".
http://groups.google.com/groups?selm...wls.lairds.org
================================================== ======================
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
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 1179

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

Similar topics

5
by: Paulo Jorge de Oliveira Cantante de Matos | last post by:
Hi all, I'd like to know what you people from Linux world use to program in Python. I'm new to Python and I don't know if Emacs is the One Editor for Python (also!) or if there is a nice IDE to...
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
19
by: Nicolas Pernetty | last post by:
Hello, I'm looking for any work/paper/ressource about continuous system simulation using Python or any similar object oriented languages (or even UML theory !). I'm aware of SimPy for...
1
by: neha | last post by:
hi, i m trying to integrate python with apache on linux.For this i m using mod_python. I dont see any problem with the versions of python,apache and mod_python i m using. the versions i m using...
3
by: Lad | last post by:
In a web application users can post some information. I would like to link each posting with a "weight of importance" for a user, depending on a keywords in the posting. For example, I know that a...
6
by: matey | last post by:
I am have version 2.3.4. I want to write a python script to access a secure HTTPS. I tried the following: import urllib urllib.urlopen("https://somesecuresite.com") s = f.read() f.close()
4
by: fabdeb | last post by:
Hi every one, I m a sysadmin who want to know how to use python. I dont know anything about oriented object programation, i only know bash and a little perl. I have some simple questions about...
30
by: Ivan Reborin | last post by:
Hello everyone, I was wondering if anyone here has a moment of time to help me with 2 things that have been bugging me. 1. Multi dimensional arrays - how do you load them in python For...
29
by: process | last post by:
i just downloaded 2.6 and when running the gui nothing happens. anyone else with the same problem?
3
by: James Mills | last post by:
On Thu, Oct 9, 2008 at 2:26 PM, Warren DeLano <warren@delsci.comwrote: Yes it does :) I second this. It's far better to use Data Structures rather than Programming Constructs
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.