The PSF Blog Gets a Transfusion!
The Python Software Foundation=92s Blog staff has been recently expanded
by a new set of top-notch bloggers to bring you the latest in PSF
news, ranging from the scintillating projects that the PSF has its
fingers in to the mundane, but necessary board minutes.
Don=92t despair if you hate reading blogs! The blog also has a handy RSS
feed and a mailing list! You can take your pick of these delivery
methods by visiting the blog, at http://pyfound.blogspot.com/
|
9/6/2010 8:14:24 PM
|
0
|
Mike Driscoll <m...@pythonlibrary.org>
|
|
|
bzr 2.2.0 released!
The Bazaar team is happy to announce availability of a new
release of the bzr adaptive version control system.
Bazaar is part of the GNU system <http://gnu.org/>.
Thanks to everyone who contributed patches, suggestions, and
feedback.
Bazaar is now available for download from
https://launchpad.net/bzr/2.2/2.2.0 as a source tarball or packaged
for various systems.
This release marks the start of another long-term-stable series. From
here, we will only make bugfix releases on the 2.2 series (2.2.1, etc),
while 2.3 will become our new development series. The 2.0 and 2.1 series
wil
|
9/6/2010 9:19:01 AM
|
0
|
Vincent Ladeuil <v.ladeuil+...@free.fr>
|
NEW htmlgen package released!
Hello everyone! I have just released my new package htmlgen! Loosely based off
of the old HTMLgen package, my scripts are very reusable and super extendible! I
posted a bunch of details and information on my blog:
http://blog.sunjay-varma.com/348/python-htmlgen-python-2-73-only/
For a demo of it's powers, I created this example:
http://software.sunjay-varma.com/cgi-bin/gencalendar.py
It uses the cgi, calendar, and htmlgen modules for HTML generation!
Sunjay V. - www.sunjay-varma.com
|
9/4/2010 12:48:57 AM
|
0
|
Sunjay Varma <haim...@yahoo.com>
|
pyCologne Python User Group Cologne - Meeting, September 08, 2010, 6.30pm
Hello,
The next meeting of pyCologne will take place:
Wednesday, September, 8th
starting about 6.30 pm - 6.45 pm
at Room 0.14, Benutzerrechenzentrum (RRZK-B)
University of Cologne, Berrenrather Str. 136, 50937 Köln, Germany
Agenda:
- Cooking Eggs - A distutils & setuptools recipe book (Christopher
Arndt)
- Lightning Talks
Further discussion topics, news, book-presentations etc. are welcome
on each of our meetings!
At about 8.30 pm we will as usual enjoy the rest of the evening in a
nearby restaurant.
Further information including directions how to get to th
|
9/2/2010 6:50:54 AM
|
0
|
Andi Albrecht <albrecht.a...@gmail.com>
|
Registration for S3 - A Workshop on Self-Sustaining Systems is now open.
Registration for S3 - A Workshop on Self-Sustaining Systems is now open.
http://www.hpi.uni-potsdam.de/hirschfeld/s3/s3-10/
We hope you will join us on September 27-28 in Tokyo.
Invited speakers:
• Takashi Ikegami: Sustainable Autonomy and Designing Mind Time
(The University of Tokyo)
• Yukihiro Matsumoto: From Lisp to Ruby to Rubinius (Rakuten
Institute of Technology)
• Vishal Sikka: On Sustainable Business Solutions (SAP)
You can find the workshop at:
http://www.hpi.uni-potsdam.de/hirschfeld/s3/s3-10/program/index.html
Kim Rose, Hidehiko Masuhara, a
|
9/1/2010 1:42:37 PM
|
0
|
Carl Friedrich Bolz <cfb...@gmx.de>
|
ride tab editor 2.03 has been released
Ride Tab Editor 2.03 has been released. New in this version are some
minor graphics fixes, a new customizable tool menu for users code is
alpha (not quite working yet).
http://dexrowem.blogspot.com/search?q=ride+tab+editor
|
8/31/2010 11:40:23 PM
|
0
|
edexter <Eric_Dex...@msn.com>
|
ANN: GMPY 1.13 released
Everyone,
I'm pleased to announce a minor update to GMPY.
GMPY is a wrapper for the MPIR or GMP multiple-
precision arithmetic library. GMPY is available
for download from:
http://code.google.com/p/gmpy/
------------------
GMPY 1.13 is the new stable release. GMPY 1.13
changes the formatting of the "mpq" rational type
to match previous versions of GMPY (prior to 1.10)
and to match Python's Fraction type. Properties
to access the numerator and denominator were
added.
Binary installers for Python 3.2 are available.
Please report any issues!
casevh
|
8/31/2010 5:22:34 AM
|
0
|
casevh <cas...@gmail.com>
|
Lupa 0.13.1 released (Lua in Python)
Hi all,
Lupa 0.13.1 was released to fix a major distribution bug in 0.13. Updating
is recommended.
http://pypi.python.org/pypi/lupa/0.13.1
What is Lupa?
-------------
Lupa integrates the LuaJIT2 runtime into CPython. It is a partial rewrite
of LunaticPython in Cython with some additional features such as proper
coroutine support.
Why use it?
------------
It complements Python very well. Lua is a language as dynamic as Python,
but LuaJIT compiles it to very fast machine code, sometimes faster than
many other compiled languages. The language runtime is extremely sma
|
8/30/2010 12:22:57 PM
|
0
|
Stefan Behnel <stefan...@behnel.de>
|
Python Ireland presents Sept talks @ The Science Gallery (Wed, 8th Sept, 7pm)
Hi All,
What's on:-
- Buildout by Diarmuid Bourke
- Python for Cloud Computing by Alan Kennedy
- Lightning talks
- Pub TBD afterwards
The event is open for all and it's free.
More details at:
http://www.python.ie/meetup/2010/sept_2010_talks__the_science_gallery/
Cheers,
/// Vicky
~~~~~~~~~~~~~~~~~~~~~~~~~
~~ http://irishbornchinese.com ~~
~~ http://www.python.ie ~~
~~~~~~~~~~~~~~~~~~~~~~~~~
|
8/25/2010 10:19:41 AM
|
0
|
Vicky Twomey-Lee <why...@gmail.com>
|
pc.py 0.0.3, process control -- easy fork-exec and pipe with I/O redirection
I'd like to announce an early release of pc.py.
pc.py is a layer on top of subprocess. The subprocess module
supports a rich API but is clumsy for many common use cases,
namely sync/async fork-exec, command substitution and pipelining,
all of which is trivial to do on system shells.
The goal is to make Python a sane alternative to non-trivial shell scripts.
Features:
* Easy to fork-exec commands, wait or no wait
* Easy to capture stdout/stderr of children (command substitution)
* Easy to express I/O redirections
* Easy to construct pipelines
* Use short names for e
|
8/23/2010 7:29:12 PM
|
0
|
Anh Hai Trinh <anh.hai.tr...@gmail.com>
|
arithmetic 0.3
Hi all,
The third version of module arithmetic has been released, it
improves usability.
arithmetic is a Python module that allows mixing arithmetic
operations and text. It can be used standalone or from an
application.
A simple Tk-based editor that uses the module is provided as
an example of use. Tutorial documents are included, they will
quickly show all the features of arithmetic. The module is
licensed under the Gnu GPL license version 2 or later.
Home
http://pp.com.mx/python/arithmetic
Download
http://pp.com.mx/python/arithmetic/arithmetic-0.3.tar.gz
Regards,
|
8/22/2010 8:34:48 PM
|
0
|
Patricio Paez <...@pp.com.mx>
|
pyArkansas 2010 Call For Papers
The 3rd annual pyArkansas conference, a gathering of Python programming
enthusiasts, will be held on Saturday, October 16th, on the campus of the
University of Central Arkansas (Conway) and we would like you to present a
talk. We are accepting proposals for 30 or 60 minute talks (25 and 55
minutes, actually) on anything Python. Do you want to present on a
particular topic (Python 3? Web? Database? Objects? Packages? Images? GIS?
Sphinx?)? How about telling us about that cool program you just wrote?
This is a conference run by enthusiasts for enthusiasts; you will never find
a better
|
8/21/2010 8:33:20 PM
|
0
|
Greg Lindstrom <gslindst...@gmail.com>
|
ANN: warehouse Objects in SQLite : y_serial module
Module download at SourceForge http://yserial.sourceforge.net
Documentation has been revised and v0.60 released.
Serialization + persistance :: in a few lines of code, compress and
annotate Python objects into SQLite; then later retrieve them
chronologically by keywords without any SQL. Most useful "standard"
module for a database to store schema-less data.
The module is instructive in the way it unifies the standard
batteries: sqlite3 (as of Python v2.5), zlib (for compression), and
cPickle (for serializing objects).
If your Python program requires data persistance, then y_seri
|
8/21/2010 10:49:52 PM
|
0
|
code43 <cod...@akapost.com>
|
BetterBatch 1.0.0 released - multiline and Nested code blocks, various clean-ups and more tests
Hi,
The 1.0.0 release of BetterBatch is now available.
BetterBatch is designed as a middle ground between batch files and more powerful
languages (Python, shell scripting, etc).
The project is hosted on code.google.com: http://code.google.com/p/betterbatch/
Download from http://code.google.com/p/betterbatch/downloads/list
Or discuss at http://groups.google.com/group/betterbatch-discuss/topics
Here is the list of changes from the last release:
1.0.0 multiline and Nested code blocks, various clean-ups and more tests
----------------------------------------------------------
|
8/19/2010 9:40:52 PM
|
0
|
mark.m.mcma...@gmail.com
|
ANN: PyEnchant 1.6.3 - now with OSX!
Hi All,
I'm pleased to announce the release of PyEnchant version 1.6.3:
http://pypi.python.org/pypi/pyenchant/1.6.3/
This release fixes a few bugs, but the biggest new feature is
precompiled binary distributions for Mac OS X. They should be
considered experimental at this stage, but seem to work OK for me.
If you're an OSX user, please try out one of the pre-built
distributions and let me know your results, successful or otherwise.
They should be usable on systems from Tiger to Snow Leopard, with both
32-bit and 64-bit python installs.
Cheers,
|
8/17/2010 12:05:46 PM
|
0
|
Ryan Kelly <r...@rfk.id.au>
|
[ANN] RedNotebook 1.1
RedNotebook 1.1 has been released.
You can get the tarball and the Windows installer at
http://sourceforge.net/projects/rednotebook/files/
For links to distribution packages head to the RedNotebook homepage
http://rednotebook.sourceforge.net
What is RedNotebook?
--------------------
RedNotebook is a **graphical journal** and diary helping you keep track
of notes and thoughts. It includes a calendar navigation, customizable
templates, export functionality and word clouds. You can also format,
tag and search your entries. RedNotebook is available in the
repositories of mos
|
8/13/2010 10:19:50 AM
|
0
|
Jendrik Seipp <jendrikse...@web.de>
|
ANN: DirectPython 11 0.1
The first alpha release of DirectPython 11 is ready for testing.
DirectPython 11 is an extension to the Python programming langugage
which provides access to the Microsoft Windows Direct3D 11 API.
Home page:
http://directpython11.sourceforge.net/
Downloads:
http://sourceforge.net/projects/directpython11/files/
--
Heikki Salo
|
8/9/2010 6:47:21 PM
|
0
|
Heikki Salo <hos...@gmail.com>
|
TkinterTreectrl v.1.0 released
Hello,
there is an updated version of the Tkinter wrapper of the tktreectrl
widget available at :
http://klappnase.bubble.org/TkinterTreectrl/index.html
The treectrl widget allows to create fancy things like sortable multi
column listboxes and hierarchical tree views. An impressive set of
screenshots of things you can do with treectrl can be found at the
treectrl project page : http://tktreectrl.sourceforge.net .
The TkinterTreectrl package makes this functionality available for
Python/Tkinter.
Best regards
Michael
|
8/9/2010 9:07:47 AM
|
0
|
klappnase <klappn...@web.de>
|
HL7 v3 (XML) importer
an HL7 v2 importer was written by john paulett, and it has been
enhanced to support some of the HL7 v3 standard, which is XML-based.
no dependencies are required: xml.sax is used so as to reduce the
dependencies to purely python.
additionally, as HL7 has versions/revisions, published data
specifications were pulled from mirthcorp.com and transformed into
python, automatically. HL7v3 revisions 2.1, 2.2, 2.3, 2.31, 2.4 and
2.5 are supported.
there is still work to be carried out: MSH, PID, NTE, ORC, ORB and OBX
are the presently supported segmentss, with a hard-coded assumption
abo
|
8/6/2010 9:32:31 PM
|
0
|
Luke Kenneth Casson Leighton <luke.leigh...@gmail.com>
|
pyCologne Python User Group Cologne - Meeting, August 11, 2010, 6.30pm
Hello,
The next meeting of pyCologne will take place:
Wednesday, August, 11th
starting about 6.30 pm - 6.45 pm
at Room 0.14, Benutzerrechenzentrum (RRZK-B)
University of Cologne, Berrenrather Str. 136, 50937 K=F6ln, Germany
Agenda:
- adm6 - ip6tables-, pf.conf- and ipf scripts with Python (Johannes
Hubertz)
- Python libraries for accessing Excel files (Sophia Raab)
Further discussion topics, news, book-presentations etc. are welcome
on each of our meetings!
At about 8.30 pm we will as usual enjoy the rest of the evening in a
nearby restaurant.
Further informat
|
8/4/2010 11:57:02 AM
|
0
|
Andi Albrecht <albrecht.a...@googlemail.com>
|
Jamming with Django : An Introduction - Aug 12-13 - Chicago
Jamming with Django : An Introduction
August 12-13, 2010
Chicago, Illinois
http://www.dabeaz.com/chicago/index.html
Spend a few days in Chicago's Andersonville neighborhood learning how
to set up your first Django website. Taught by Chicago-area Django
developers Chad Glendenin and Rodrigo Guzman and hosted by David
Beazley, author of the Python Essential Reference, this is a chance to
learn about Django in a completely unique setting where your success
is guaranteed. This course is strictly limited to 6 students and
includes breakfast, lunch, and snacks a
|
8/4/2010 1:01:50 PM
|
0
|
David Beazley <d...@dabeaz.com>
|
pyvm 3.0
We are humble to announce that pyvm has reached milestone
version 3.0. The URL is:
http://students.ceid.upatras.gr/~sxanth/pyvm-3.0/
The pyvm project explores an alternative direction in the use
of dynamic languages (based on the python model) for the
construction of a full userspace system. It might be worth
to note that it does not have an conflict of interests with
Python since this is an unstable experimental VM where new
features are constantly added, revised or removed based on
the needs of the codebase. On the contrary, it is more proof
that python-based systems are not s
|
8/2/2010 8:55:11 AM
|
0
|
Nikos Fotoulis <niko...@gmx.com>
|
arithmetic 0.2
Hi all,
The second version of module arithmetic has been released, it
simplifies and fixes some bugs.
*arithmetic* is a Python module that allows mixing arithmetic
operations and text. A sample Tk-based editor that uses the
module is provided as a starting point. Tutorial documents
are included, they will quickly show all the features of
arithmetic. It is licensed under the Gnu GPL license
version 2 or later.
Home
http://pp.com.mx/python/arithmetic
Download
http://pp.com.mx/python/arithmetic/arithmetic-0.2.tar.gz
Regards,
Patricio P�ez <pp@pp.com.mx>
|
8/2/2010 2:40:58 AM
|
0
|
Patricio Paez <...@pp.com.mx>
|
execnet-1.0.8 and a green experiment
I just released execnet-1.0.8, see the Changelog for details, below.
What is execnet?
---------------------
execnet is a small pure python library that manages distributed code execution
across Python versions and host boundaries. It provides a self-bootstrapping
share-nothing model with channels to send/receive data messages. It also
helps with managing a cluster of (local or remote) processes and comes
with tons of examples and API docs:
http://codespeak.net/execnet
green version of execnet
--------------------------------
For those interested i hacked up a g
|
7/30/2010 10:34:04 PM
|
0
|
holger krekel <hol...@merlinux.eu>
|
tox-0.8 and py.test-1.3.3 released
Hi,
just did a two test tool releases, one for tox and one for py.test.
The tox-0.8 release provides fixes and workarounds, see changelog below.
The py-1.3.3 release mainly provides fixes for terminal output.
best & thanks to the respective feedbackers/helpers,
holger
What is tox?
----------------------
Tox is a generic test runner, creating virtualenv environments
on the fly and executing your test tool of choice. It works
conveniently from a developer's terminal as well as from
a Continous Integration Server. See
http://codespeak.net/tox
What is py.test
|
7/31/2010 12:22:04 AM
|
0
|
holger krekel <hol...@merlinux.eu>
|
bitstring 2.0 released
I'm pleased to announce the release of version 2.0 of the bitstring
module.
What is it?
-----------
bitstring helps to make creating, manipulating and deconstructing
binary
data as easy as possible. It allows arbitrary (and very large) bit
patterns
to be used without worrying about bit shifting and masking operations.
The comprehensive API covers packing, reading, searching, replacing
and
slicing as well as bit setting and checking, a host of different
binary
interpretations and all the standard bit-wise operators.
The module is pure Python and is available for Python 2.6
|
7/28/2010 8:54:44 PM
|
0
|
Scott Griffiths <dr.scottgriffi...@gmail.com>
|
[ANN] Lupa 0.10 - Lua in Python
Hi all,
I'm happy to announce the release of Lupa 0.10.
http://pypi.python.org/pypi/lupa/0.10
What is Lupa?
--------------
Lupa integrates the LuaJIT2 runtime [1] into CPython. It is a rewrite of
LunaticPython in Cython.
Features
---------
* separate Lua runtime states through a LuaRuntime class
* frees the GIL and supports threading in separate runtimes when
calling into Lua
* Python compatible coroutine wrapper for Lua coroutines
* proper encoding and decoding of strings (configurable per runtime,
UTF-8 by default)
* supports Python 2.x and 3.x, potenti
|
7/27/2010 8:30:00 PM
|
0
|
Stefan Behnel <stefan...@behnel.de>
|
[Python Ireland presents] August Talks at The Science Gallery (Wed 11th Aug, 19:00)
Hi All,
When: Wed 11th Aug, 19:00
Where: The Science Gallery, Pearse Street.
What:
Distributed profiling using Redis (Michael Twomey)
-------------------------------------------------------------------------
Mick moved his Redis talk from PyCon Ireland main tracks, so he decided to
give a talk one of our regular meetups.
Redis is a shared data structure server which offers an interesting
opportunity to collect distributed profiling data from multiple Python
processes. The Python cProfile module can be used to profile individual
function calls. Combine the profiler and Redis to
|
7/24/2010 10:12:36 AM
|
0
|
Vicky Twomey-Lee <why...@gmail.com>
|
[ann] Hatta 1.4.0 wiki engine released
I'm proud to announce release 1.4.0 of Hatta wiki engine.
http://hatta.sheep.art.pl/
What is Hatta?
--------------
Hatta is a small wiki engine designed to run locally or via WSGI inside
a directory in a Mercurial repository. All the pages are normal text or
binary (for images and such) files, also editable from outside of the
wiki -- the page history is taken from the repository.
Who is it for?
--------------
It's mostly for small development teams to use for documentation of
the project right in the repository. It's mostly a plain, traditional
wiki, without fancy featu
|
7/21/2010 8:01:54 AM
|
0
|
Radomir Dopieralski <sh...@sheep.art.pl>
|
cx_Oracle 5.0.4
What is cx_Oracle?
cx_Oracle is a Python extension module that allows access to Oracle and
conforms to the Python database API 2.0 specifications with a few
exceptions.
Where do I get it?
http://cx-oracle.sourceforge.net
What's new?
1) Added support for Python 2.7.
2) Added support for new parameter (port) for subscription() call
which allows the client to specify the listening port for callback
notifications from the database server. Thanks to Geoffrey Weber for
the initial patch.
3) Fixed compilation under Oracle 9i.
4) Fixed a few error messages.
|
7/21/2010 4:05:13 AM
|
0
|
Anthony Tuininga <anthony.tuini...@gmail.com>
|
cx_Freeze 4.2
What is cx_Freeze?
cx_Freeze is a set of scripts and modules for freezing Python scripts
into executables in much the same way that py2exe and py2app do. It
requires Python 2.3 or higher since it makes use of the zip import
facility which was introduced in that version.
Where do I get it?
http://cx-freeze.sourceforge.net
What's new?
Changes from 4.1.2 to 4.2
1) Added support for Python 2.7.
2) Improved support for Python 3.x.
3) Improved support for Mac OS X based on feedback from some Mac users.
4) Improved hooks for the following modules: postgresql, matplot
|
7/20/2010 1:51:15 AM
|
0
|
Anthony Tuininga <anthony.tuini...@gmail.com>
|
ANN: PiCloud's Python Platform is now open to the Public!
After 5 months in private beta, PiCloud, a cloud computing platform for the
Python Programming Language, is now open to the general public. PiCloud enables
Python users to leverage the power of an on-demand, high performance, and
auto scaling compute cluster with as few as two lines of code! No server
management necessary. All new users receive 5 free compute hours of
computation. You can find out more here: http://www.picloud.com
Full service description:
PiCloud is a cloud computing platform that integrates into the Python
Programming Language. It enables you to leverage the comput
|
7/19/2010 7:49:40 PM
|
0
|
Ken Elkabany <...@picloud.com>
|
relatorio 0.5.5 released
Relatorio is a project to easily create reports in a variety of
formats (openoffice text, PDF, XHTML) from python objects.
A new minor release of relatorio has been published.
It only fixes the namespace in opendocument manifest which is required
for OpenOffice 3.2.
relatorio is available on PyPI:
http://pypi.python.org/pypi/relatorio/0.5.5
|
7/20/2010 12:28:09 PM
|
0
|
ced <cedric.kr...@b2ck.com>
|
[ANN] Lupa 0.6 - Lua in Python
Hi all,
I'm happy to announce the release of Lupa 0.6.
http://pypi.python.org/pypi/lupa/0.6
What is Lupa?
--------------
Lupa integrates the LuaJIT2 runtime [1] into CPython. It is a rewrite of
LunaticPython in Cython.
Features
---------
* separate Lua runtime states through a LuaRuntime class
* frees the GIL and supports threading in separate runtimes when
calling into Lua
* proper encoding and decoding of strings (configurable, UTF-8 by
default)
* supports Python 2.x and 3.x, potentially starting with Python 2.3
(currently untested)
* written for Lua
|
7/18/2010 5:51:39 PM
|
0
|
Stefan Behnel <stefan...@behnel.de>
|
[ANN] Selenium Bindings - IE is here!
Hello All,
The latest version of the Selenium Python bindings (9341) includes the
"native" IE bindings.
This marks a "complete" release with remote, firefox, ie and chrome
bindings.
I consider this an "alpha" release (except for the 1.0 bindings which
have been around
for a while). Please report bugs to http://code.google.com/p/selenium/issues/list
(don't forget to label Lang-Python).
Happy testing,
--
Miki
|
7/16/2010 11:39:48 PM
|
0
|
Miki <miki.teb...@gmail.com>
|
Announcing IronPython 2.7 Alpha 1
Hello Python Community,
We're pleased to announce the Alpha release of IronPython 2.7 which can be =
downloaded at http://ironpython.codeplex.com/releases/view/42434. This is =
a major new version of IronPython with a number of significant updates. Be=
cause this is an Alpha release it is not yet feature complete nor fully com=
patible with CPython 2.7. Changes thus far include:
* Updates the language to be compatible with CPython 2.7
* Adds integrated Visual Studio support (IronPython Tools for Visua=
l Studio)
* Extends CPython 2.7's documentation
|
7/16/2010 8:38:19 PM
|
0
|
Dave Fugate <dfug...@microsoft.com>
|
Toronto PyCamp 2010
The University of Toronto Department of Physics brings PyCamp to Toronto
on Monday, August 30 through Friday, September 3, 2010.
Register today at http://trizpug.org/boot-camp/torpy10/
For beginners, this ultra-low-cost Python Boot Camp makes you productive
so you can get your work done quickly. PyCamp emphasizes the features
which make Python a simpler and more efficient language. Following along
with example Python PushUps� speeds your learning process in a modern
high-tech classroom. Become a self-sufficient Python developer in just
five days at PyCamp! Conducted on the ca
|
7/16/2010 12:39:52 AM
|
0
|
Chris Calloway <...@unc.edu>
|
[ANN] inflect.py: generate plurals, ordinals, numbers to words...
I'm pleased to announce the release of inflect.py v0.1.8, a module that correctly generates:
* the plural of singular nouns and verbs
* the singular of plural nouns
* ordinals
* indefinite articles
* present participles
* and converts numbers to words
Examples:
>>> import inflect
>>> p = inflect.engine()
>>> p.pl('cat')
'cats'
>>> p.pl('sheep')
'sheep'
>>> p.pl('bacterium')
'bacteria'
plural of singular verbs: it walks -> they walk
>>> p.pl('walks')
'walk'
singular of plural nouns:
>>> p.sinoun('bacteria')
'bacterium'
>>> p.sinoun('knives')
'knife'
ordin
|
7/15/2010 11:00:53 AM
|
0
|
Paul <pwdy...@yahoo.com>
|
tox-0.7: fixes, python3-compat, site-packages
Hi all,
thanks to feedback and help from Michael Foord, Sridhar Ratnakumar,
Kumar McMillan, Ronny Pfannschmidt and Ralf Schmitt i just
released tox-0.7 which includes a couple of fixes, improved Python3
virtualenv support (on non-windows platforms), and a new sitepackages
config option that let's you use globally installed packages.
See the more detailed changelog below.
The web page is here:
http://codespeak.net/tox
have fun,
holger
What is Tox?
----------------
TOX as is a virtualenv management and generic test command line tool
you can use for:
|
7/14/2010 8:58:04 PM
|
0
|
holger krekel <hol...@merlinux.eu>
|
pyCologne Python User Group Cologne - Meeting, July 14, 2010, 6.30pm
Hello,
The next meeting of pyCologne will take place:
Wednesday, July, 14th
starting about 6.30 pm - 6.45 pm
at Room 0.14, Benutzerrechenzentrum (RRZK-B)
University of Cologne, Berrenrather Str. 136, 50937 K=F6ln, Germany
Agenda:
- Text Indexing and Searching with PyLucene (Thomas Koch)
Further discussion topics, news, book-presentations etc. are welcome
on each of our meetings!
At about 8.30 pm we will as usual enjoy the rest of the evening in a
nearby restaurant.
Further information including directions how to get to the location
can be found at:
http://www.pyco
|
7/13/2010 12:03:30 PM
|
0
|
Andi Albrecht <albrecht.a...@googlemail.com>
|
unittest2 0.5.0: setuptools compatible test collector and Python 2.3 distribution
unittest2 0.5.0 has just been released. This version of unittest2 has
"feature parity" with the version of unittest in Python 2.7:
* unittest2 on PyPI http://pypi.python.org/pypi/unittest2
If you want to ensure that your tests run identically under unittest2
and unittest in Python 2.7 you should use unittest2 0.5.0. Later
versions of unittest2 will include changes in unittest made in Python
3.2 and onwards after the release of Python 2.7.
unittest2 is a backport of the recent enhancements in the Python
unittest testing library in Python 2.7.
* New and Improved: unittest2
|
7/11/2010 9:22:14 PM
|
0
|
Michael Foord <mich...@voidspace.org.uk>
|
tox, a new generic virtualenv/test management tool
I have been talking about it with various people lately and
am now happy announce the first release of "tox".
tox aims to automate tedious Python related test activities driven
from a simple ``tox.ini`` file, including:
* creation and management of virtualenv environments
* installing your Python package into each of them
* run your test tool of choice (nose, py.test, unittests, you name it)
* testing packages against each other without needing to upload to PyPI
tox runs well on Python2.4 up until Python3.1 and integrates
well with Continous Integration servers like Hudson. T
|
7/12/2010 11:31:37 AM
|
0
|
holger krekel <hol...@merlinux.eu>
|
mekk.xmind 0.4.0 released
mekk.xmind 0.4.0 has just been released
What it is?
===========
mekk.xmind is a pure-Python handler for XMind mind-map files.
It can be used to:
- generate XMind mind-maps from scratch (for example to visualize
some data as a mind-map),
- modify existing .xmind files,
- parse existing .xmind files and analyze their content.
Mind-map creation example::
from mekk.xmind import XMindDocument
OUTPUT = "test.xmind"
xmind = XMindDocument.create(u"First sheet title", u"Root subject")
first_sheet = xmind.get_first_sheet()
root_topic = first_sh
|
7/9/2010 10:56:22 PM
|
0
|
Marcin Kasperski <Marcin.Kasper...@mekk.waw.pl>
|
Kiwi PyCon 2010 Call for Participation
Hi,
We have another Kiwi PyCon lined up, and we're all expecting it to be
as good as last year's event. This year it will be staged in lovely
Paihia/Waitangi in the sunny Bay of Islands. It is on the weekend 20-21
November.
Find a link below to the "Call for Participation". We are encouraging
everybody to come and to participate. Do not feel intimidated, this is a
community conference, and we are hosting talks and sessions for all
knowledge levels. Be it a tiny demo or show and tell (by doing a 5
minute Lightning Talk), or up to running an hour long tutorial. Or are
you interes
|
7/8/2010 11:07:00 PM
|
0
|
Tim Knapp - Emerge Technology <...@emergetec.com>
|
execnet-1.0.7: new env-setting and keyboardinterrupt fixes
execnet-1.0.7 is a backward compatible release avoiding
a gateway termination race condition and adding the possibility
to add env:NAME=value settings to gateway specifications,
thanks to thanks Jakub Gustak.
execnet is a small and stable pure-python library for automatically deploying
and interacting with clusters of Python interpreters. It seamlessly
instantiates remote interpreters through the 'ssh' command line tool
or socket connections. It supports interactions between
Python 2.4 through to 3.1, Jython-2.5.1 and pypy-c, therefore enabling
generic Python-to-Python bridgin
|
7/7/2010 1:56:21 PM
|
0
|
holger krekel <hol...@merlinux.eu>
|
]ANN] Selenium Python bindings dev-9231
Hello All,
The latest version of Selenium Python bindings (dev-9231 on PyPI)
includes the "native" Firefox driver.
You can now can do:
from selenium import get_driver, FIREFOX
driver = get_driver(FIREFOX)
driver.get("http://www.google.com")
...
To get the latest version, just run "easy_install -U selenium".
Happy testing,
--
Miki
|
7/7/2010 5:21:00 AM
|
0
|
Miki <miki.teb...@gmail.com>
|
Introduction to Python, July 13-15, 2010 (Chicago)
Introduction to Python Programming
with David Beazley,
author "Python Essential Reference"
http://www.dabeaz.com/chicago/index.html
July 13-15, 2010
Chicago, Illinois
Just a quick note to say that there are still a few slots available
for my upcoming "Introduction to Python Programming" course. This is
an intense no-bull course for programmers, sysadmins, scientists, and
engineers who want to solve practical problems and improve their
Python program
|
7/6/2010 9:59:19 PM
|
0
|
David Beazley <d...@dabeaz.com>
|
Python Ireland's pre-PyCon drinks - Wed, 14th July @ Trinity Capital Hotel
Hi All,
Join us for drinks and a chat (a warm-up session to PyCon Ireland ;-) ).
When: Wed 14th July, from 7pm
Where: Trinity Capital Hotel
More details at:
http://www.python.ie/meetup/2010/python_ireland_meetup_-_july_2010/
Cheers,
/// Vicky
~~~~~~~~~~~~~~~~~~~~~~~~~
~~ http://irishbornchinese.com ~~
~~ http://www.python.ie ~~
~~~~~~~~~~~~~~~~~~~~~~~~~
|
7/5/2010 4:52:44 PM
|
0
|
Vicky Twomey-Lee <why...@gmail.com>
|
pafo 0.1 released
Hi All,
pafo is a help debug library. it allows programmer to observer data
fields' state of a complex object or a bundle of objects. Even if some
objects in the bundle haven't __str__ or __repr__ methods. Such
situation is very usual. Nobody want to writer code only that to print
the state of an object two-three times.
It provides one function - printObject.
You can use it as follows:
>>> from pafo import *
>>> printObject( [ 1,2,3] )
[ 1 :: int, 2 :: int, 3 :: int ]
>>> class A:
.... field = 3
....
>>> printObject( [ 1,2,3, A()] )
[ 1 :: int, 2 :: int, 3 :: int
|
7/5/2010 4:19:20 PM
|
0
|
Daneel Yaitskov <rtfm.rtfm.r...@gmail.com>
|
Pyvm - Continuous python integration
=3D=3D=3D=3D=3D=3D=3D=3D=3D
Pyvm beta
=3D=3D=3D=3D=3D=3D=3D=3D=3D
This project provides binary builds for the python 2.x subversion =
snapshots
each installable under the /opt/opt-python-svnXXXXX tree.
The benefits are:
1) multiple revisions installable at the same time
2) no need to alter the system wide python intepreter to test against =
different python revisions.
3) Automated support for testing (unittest based)
The binaries provided are for (both x86 and x86_64):
=3D CentOS_5
=3D Fedora 10, 11 and 12
=3D Mandriva 2008, 2009, 2009.1, 2010
=3D OpenSuSE 11
|
7/4/2010 9:59:58 AM
|
0
|
Antonio Cavallo <a.cava...@cavallinux.eu>
|