ANN: VisPy 0.7.0 Released

2021-06-30 Thread David Hoese
Hi all, VisPy 0.7.0 has just been released on PyPI and conda-forge. This is a big release that has been in the works for a while now. This release was made possible thanks to the Chan Zuckerberg Initiative's Essential Open Source Software for Science Grant. I also want to thank the folks in th

VisPy 0.6 released!

2019-07-12 Thread David Hoese
I am extremely excited to announce that VisPy 0.6 has finally been released! # What is it? VisPy is a wrapper around OpenGL and provides an easy way to make scientific visualizations using high performance GPU-based interfaces. It provides "Visual" objects to provide builtin shapes, images, me

ANN: gcc-python-plugin 0.17

2019-01-25 Thread David Malcolm
gcc-python-plugin is a plugin for GCC 4.6 onwards which embeds the CPython interpreter within GCC, allowing you to write new compiler warnings in Python, generate code visualizations, etc. This release adds support for gcc 9 (along with continued support for gcc 4.6, 4.7, 4.8, 4.9, 5, 6, 7, and 8)

SatPy 0.9.1 Released

2018-08-20 Thread David Hoese
On behalf of the PyTroll community I am please to announce the release of SatPy 0.9.1. This release includes many bug fixes collected over the last month since the 0.9.0 release. SatPy is a python library for reading and manipulating meteorological remote sensing data and writing it to various

ANN: gcc-python-plugin 0.16

2018-05-08 Thread David Malcolm
gcc-python-plugin is a plugin for GCC 4.6 onwards which embeds the CPython interpreter within GCC, allowing you to write new compiler warnings in Python, generate code visualizations, etc. This releases adds support for gcc 7 and gcc 8 (along with continued support for gcc 4.6, 4.7, 4.8, 4.9, 5 an

AggDraw 1.3 Release

2017-12-23 Thread David Hoese
I am happy to announce the revival of the AggDraw project and the release of version 1.3. This release is the first official PyPI release in over 12 years. Most importantly this release adds Python 3 support. AggDraw is a high-quality graphics engine for PIL, based on Maxim Shemanarev's Anti-G

ANN: VisPy 0.5 released

2017-10-28 Thread David Hoese
Hi all, I am happy to announce the release of VisPy 0.5. It has taken a while for some of us new maintainers to get spun up on every component of this project, but after more than two years since the last release VisPy is back. Many components have been refactored, new visuals and other featu

ANN: firehose-0.5 released

2017-05-27 Thread David Malcolm
ded Sphinx-based documentation (David Malcolm) Prebuilt docs can be seen at http://firehose.readthedocs.io/en/latest/index.html * Added parser for flawfinder (David Carlos de Araujo Silva) * Added parser for splint (David Malcolm) * Parser for clang analyzer now captures version information

ANN: gcc-python-plugin 0.15

2016-02-15 Thread David Malcolm
gcc-python-plugin is a plugin for GCC 4.6 onwards which embeds the CPython interpreter within GCC, allowing you to write new compiler warnings in Python, generate code visualizations, etc. It ships with "gcc-with-cpychecker", which implements static analysis passes for GCC aimed at finding bugs in

ANN: Cpyx 0.2

2015-12-10 Thread David N. Mashburn
e. Happy Cythoning! This project supports work that I did at Vanderbilt University and am doing at Pluralsight, LLC. Cheers! -David Mashburn https://github.com/davidmashburn/cpyx";>Cpyx 0.2 - A gcc/cython/distutils wrapper for compiling Cython and C code directly from python. (10-De

ANN: pandas-datareader v0.2.1 released

2015-11-30 Thread David Stephens
I'm happy to announce v0.2.1 of pandas-datareader. This is a minor release from v0.2.0 and includes new features and bug fixes. *What is it:* *pandas-datareader* is a Python package that provides remote data access to financial data. *pandas-datareader* replaces pandas.io.data and pandas.io.wb

ANN: np_utils 0.4

2015-11-02 Thread David N. Mashburn
me/ all of these functions, inclusions, mergers, etc) This project supports work that I did at Vanderbilt University and am doing at Pluralsight, LLC. Cheers! -David Mashburn https://github.com/davidmashburn/np_utils";>np_utils 0.4 - a growing collection of succinct but powerful utility fu

ANN: pandas-datareader v0.2.0 released

2015-10-09 Thread David Stephens
Hi, I'm happy to announce v0.2.0 of pandas-datareader. This is a major release from v0.1.1 and includes new features and a number of bug fixes. *What is it:* *pandas-datareader* is a Python package that provides remote data access to financial data. *pandas-datareader* replaces pandas.io.data

ANN: gcc-python-plugin 0.14

2015-05-08 Thread David Malcolm
gcc-python-plugin is a plugin for GCC 4.6 onwards which embeds the CPython interpreter within GCC, allowing you to write new compiler warnings in Python, generate code visualizations, etc. It ships with "gcc-with-cpychecker", which implements static analysis passes for GCC aimed at finding bugs in

ANN: gcc-python-plugin 0.13

2014-10-01 Thread David Malcolm
gcc-python-plugin is a plugin for GCC 4.6 onwards which embeds the CPython interpreter within GCC, allowing you to write new compiler warnings in Python, generate code visualizations, etc. It ships with "gcc-with-cpychecker", which implements static analysis passes for GCC aimed at finding bugs in

ANN: firehose-0.3 released

2013-10-10 Thread David Malcolm
"firehose" is a Python package intended for managing the results from code analysis tools (e.g. compiler warnings, static analysis, linters, etc). It currently provides parsers for the output of gcc, clang-analyzer, cppcheck, and findbugs. These parsers convert the results into a common data mode

PyPy 2.1 released

2013-08-01 Thread David Schneider
t should inherit from BaseException. https://bugs.pypy.org/issue1552 * Fixed issue 1537: numpypy __array_interface__ https://bugs.pypy.org/issue1537 * Fixed issue 1238: Writing to an SSL socket in PyPy sometimes failed with a "bad write retry" message. https://bugs.pypy.org/issue1238 C

PyPy 2.1 beta 1 released

2013-07-14 Thread David Schneider
=== PyPy 2.1 beta 1 === We're pleased to announce the first beta of the upcoming 2.1 release of PyPy. This beta contains many bugfixes and improvements, numerous improvements to the numpy in PyPy effort. The main feature being that the ARM processor support is not longer co

ANN: gcc-python-plugin 0.12

2013-04-05 Thread David Malcolm
gcc-python-plugin is a plugin for GCC 4.6 onwards which embeds the CPython interpreter within GCC, allowing you to write new compiler warnings in Python, generate code visualizations, etc. It ships with "gcc-with-cpychecker", which implements static analysis passes for GCC aimed at finding bugs in

ANN: firehose-0.2 released

2013-03-26 Thread David Malcolm
"firehose" is a Python package intended for managing the results from code analysis tools (e.g. compiler warnings, static analysis, linters, etc). It currently provides parsers for the output of gcc, clang-analyzer and cppcheck. These parsers convert the results into a common data model of Python

ANN: firehose-0.1 released

2013-03-19 Thread David Malcolm
"firehose" is a Python package intended for managing the results from code analysis tools (e.g. compiler warnings, static analysis, linters, etc). It currently provides parsers for the output of gcc, clang-analyzer and cppcheck. These parsers convert the results into a common data model of Python

ANN: python-ethtool-0.8 released

2013-02-20 Thread David Malcolm
o MANIFEST add a test suite update URL within specfile to point to git.fedorahosted.org repo bump version to 0.8 update "Source:" URL within specfile David Sommerseth (2): Package man pages in the RPM Make pifconfig respect interface arguments from the comman

ANN: gcc-python-plugin 0.11

2012-11-30 Thread David Malcolm
gcc-python-plugin is a plugin for GCC 4.6 onwards which embeds the CPython interpreter within GCC, allowing you to write new compiler warnings in Python, generate code visualizations, etc. It ships with "gcc-with-cpychecker", which implements static analysis passes for GCC aimed at finding bugs in

ANN: gcc-python-plugin 0.10

2012-09-01 Thread David Malcolm
n for error reports: http://fedorapeople.org/~dmalcolm/gcc-python-plugin/2012-03-19/example/example.html Thanks to Buck Golemon, Daniele Varrazzo, David Narvaez, Eevee, Jason Mueller, Kevin Pyle, Matt Rice and Tom Tromey for their contributions to this release. Enjoy! Dave -- http://mail.python.org/mailman

[ANN] Bento 0.1.0

2012-06-14 Thread David Cournapeau
. - add register_metadata API to register new metadata to be filled in MetaTemplateFile Bento source code can be found on github: https://github.com/cournape/Bento Bento documentation is there as well: https://cournape.github.com/Bento regards, David -- http://mail.python.org/mailman

[ANN] Bento 0.0.8.1

2012-04-01 Thread David Cournapeau
distutils packages relying on the package_dir feature Bento source code can be found on github: https://github.com/cournape/Bento Bento documentation is there as well: https://cournape.github.com/Bento regards, David -- http://mail.python.org/mailman/listinfo/python-announce-list Support

ANN: PySuite/wx_py 0.9.8.9 (PyCrust, PySlices, SymPySlices, etc...)

2012-03-13 Thread David Mashburn
decent-looking icons (tested working on both Windows XP and 7). If you tried to install it on Windows before and had a less-than-wonderful experience, I hope that it is now smooth and simple! http://code.google.com/p/wxpysuite/ Enjoy and let me know if there are any hiccups! -David Here was

Python Concurrency, March 19-22, 2012, Chicago

2012-02-23 Thread David Beazley
Python Concurrency and Distributed Computing Workshop with David Beazley, author "Python Essential Reference" http://www.dabeaz.com/chicago/index.html March 19-22, 2012

ANN: gcc-python-plugin 0.9

2012-02-06 Thread David Malcolm
gcc-python-plugin is a plugin for GCC 4.6 onwards which embeds the CPython interpreter within GCC, allowing you to write new compiler warnings in Python, generate code visualizations, etc. It ships with "gcc-with-cpychecker", which implements static analysis passes for GCC aimed at finding bugs in

ANN: gcc-python-plugin 0.8

2012-01-11 Thread David Malcolm
seen at: http://gcc-python-plugin.readthedocs.org/en/latest/index.html The project's homepage is: https://fedorahosted.org/gcc-python-plugin/ The plugin and checker are Free Software, licensed under the GPLv3 or later. Thanks to Red Hat for funding their development, and to David Narvae

ANN: gcc-python-plugin 0.7

2011-11-30 Thread David Malcolm
gcc-python-plugin is a plugin for GCC 4.6 onwards which embeds the CPython interpreter within GCC, allowing you to write new compiler warnings in Python, generate code visualizations, etc. It ships with "cpychecker", which implements static analysis passes for GCC aimed at finding bugs in CPython

ANN: gcc-python-plugin 0.6

2011-08-03 Thread David Malcolm
gcc-python-plugin is a plugin for GCC 4.6 onwards which embeds the CPython interpreter within GCC, allowing you to write new compiler warnings in Python, generate code visualizations, etc. Tarball releases are available at: https://fedorahosted.org/releases/g/c/gcc-python-plugin/ Prebuilt-docum

ANN: gcc-python-plugin 0.5

2011-07-28 Thread David Malcolm
://fedoraproject.org/wiki/Features/GccPythonPlugin Enjoy! Dave Detailed change notes follow Version 0.5 === David Malcolm (7): Override all locale information with LC_ALL=C when running selftests Revamp support for options in selftests Add note about ccache Improvemen

[ANN] Bento 0.0.6, a packaging solution for python software

2011-07-15 Thread David Cournapeau
inary support for .mpkg (Mac OS X native packaging) - More consistent API for extension/compiled library build registration - Both numpy and scipy can now be built with bento + waf as a build backend Bento is discussed on the bento mailing list (http://librelist.com/browser/bento). cheers,

ANNOUNCE: PyDSP v0.2 released.

2011-07-10 Thread David Banas
Version v0.2 (initial) of `PyDSP`, a GUI digital filter design tool, has been posted to PyPi: http://pypi.python.org/pypi/PyDSP/0.2 -db -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

gcc python plugin and static analyser for CPython sources

2011-06-21 Thread David Malcolm
I've been working on a new plugin for GCC, which supports embedding Python within GCC, exposing GCC's internal data structures as Python objects and classes. The plugin links against libpython, and (I hope) allows you to invoke arbitrary Python scripts from inside a compile. My aim is to allow pe

Practical Python with Raymond Hettinger - May 16-20, Chicago

2011-04-20 Thread 'David Beazley'
sets,collections, generator expressions, the peephole optimizer, itertools,and several built-in functions. Raymond is also active in the Pythoncommunity, serving on the board of directors for the Python SoftwareFoundation. He is a popular speaker at Python conferences world-wide. David Beazley

[ANN] Bento 0.0.5, a packaging solution for python software

2011-03-08 Thread David Cournapeau
to be able to use tools such as pip. Bento now has its own mailing list: [email protected]. If you are curious about bento, I will present it at pycon 2011 as a poster. cheers, David -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Found

Practical Python Plus Django - Nov. 15-19 - Chicago

2010-10-26 Thread David Beazley
applications, the template language, project organization, best practices, and tricks of the trade. These courses are taught by David Beazley, author of the Python Essential Reference and Chicago-area Django developers Chad Glendenin and Rodrigo

[ANN] bento 0.0.4, a pythonic packaging solution for python softwares

2010-10-10 Thread David Cournapeau
. - Improved documentation - Some work toward python 3 support (does not work yet for complex packages) cheers, David -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

Practical Python Programming, Oct. 25-28, Chicago

2010-09-29 Thread David Beazley
Practical Python Programming with David Beazley, author "Python Essential Reference" http://www.dabeaz.com/chicago/index.html October 25-28, 2010 Chicago

Jamming with Django : An Introduction - Aug 12-13 - Chicago

2010-08-04 Thread David Beazley
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

Introduction to Python, July 13-15, 2010 (Chicago)

2010-07-07 Thread David Beazley
Introduction to Python Programming with David Beazley, author "Python Essential Reference" http://www.dabeaz.com/chicago/index.html July 13-15, 2010 Chicago

Bento 0.0.3 (ex-toydist), a pythonic packaging solution

2010-07-01 Thread David
build with bento - Improved documentation - 2.4 -> 2.7 support, tested on linux/windows/mac os x You can download bento on github: http://github.com/cournape/Bento, discussion on bento design/features happens on numpy mailing list cheers, David -- http://mail.python.

Python Networks and Distributed Systems - Chicago - June 21-23

2010-06-07 Thread David Beazley
Python Networks, Concurrency, and Distributed Systems with David Beazley, author "Python Essential Reference" http://www.dabeaz.com/chicago/index.html June 21-23, 2010

Summer Python Training Courses with @dabeaz

2010-05-05 Thread David Beazley
** Upcoming Python Training Courses ** Chicago - Summer 2010 http://www.dabeaz.com/chicago/index.html David Beazley, author of the "Python Essential Reference", is pleased to announce the following training courses for S

Announcing IronPython 2.6.1

2010-04-12 Thread David DiCato
Hello Python Community, We're pleased to announce the final release of IronPython 2.6.1. This version of IronPython makes great strides in stability and compatibility, including a considerable number of targeted bugfixes. This is our largest servicing release to date, and with your help both be

WxPython's Py Suite (PyCrust, etc.) updated with new "magic" features and new notebook interface shell, PySlices

2010-04-07 Thread David Mashburn
WxPython's Py Suite (PyCrust, etc.) updated with new "magic" features and new notebook interface shell, PySlices. WxPython has, for a long time, included PyCrust, one of the most popular Python shells. PyCrust has found uses in a number of projects, including Stani's Python Editor and some proj

Python Mastery Bootcamp - April 12-16, 2010 - Final Weeks to Register

2010-03-25 Thread David Beazley
* * * Final Weeks to Register * * * Python Mastery Bootcamp with David Beazley, author "Python Essential Reference" April 12-16, 2010 Big Nerd Ranch Atlant

ikaaro 0.61.0 released

2010-03-03 Thread J. David Ibáñez
cgi?list=itools Bug Tracker http://bugs.hforge.org/ -- J. David Ibáñez Itaapy <http://www.itaapy.com> Tel +33 (0)1 42 23 67 45 9 rue Darwin, 75018 Paris Fax +33 (0)1 53 28 27 88 -- http://mail.python.org/mailman/listinfo/python-announce-list Support the P

itools 0.61.0 released

2010-03-03 Thread J. David Ibáñez
/itools/ Mailing list http://www.hforge.org/community/ http://archives.hforge.org/index.cgi?list=itools Bug Tracker http://bugs.hforge.org/ -- J. David Ibáñez Itaapy <http://www.itaapy.com> Tel +33 (0)1 42 23 67 45 9 rue Darwin, 75018 Paris Fax +33 (0)1 53 28 27 88

Introduction to Python with @dabeaz, March 16-18, 2010 in Chicago

2010-02-24 Thread David Beazley
* * Introduction to Python Programming * * with David Beazley, author "Python Essential Reference" March 16-18, 2010 Chicago, Illinois http://www.dabeaz.com/chicago Join Python book author and

Announcing IronPython 2.6.1 RC1

2010-02-11 Thread David DiCato
Hello Python Community, We're pleased to announce the release of IronPython 2.6.1 RC1. This version of IronPython makes great strides in stability and compatibility, including a considerable number of targeted bugfixes. Because this is our largest servicing release to date, and due to our decis

Mastering Python 3 I/O - In Chicago

2010-02-03 Thread David Beazley
in Chicago ** with David Beazley February 5, 2010, 12pm - 5pm http://www.dabeaz.com/chicago/index.html Can't make it to PyCON, but want to attend a cutting-edge tutorial on the latest Python features? Join David Beazley, autho

Mastering Python 3 I/O - Special Preview - Feb 5, 2010 (Chicago)

2010-01-22 Thread David Beazley
Mastering Python 3 I/O ** PyCON'2010 Tutorial Preview in Chicago ** with David Beazley February 5, 2010, 12pm - 5pm http://www.dabeaz.com/chicago/index.html Can't make it to PyCON, b

[ANN] hgview 1.2.0

2010-01-22 Thread David Douard
7;annonce de sa sortie : http://www.logilab.org/blogentry/19912 -- David DouardLOGILAB, Paris (France), +33 1 45 32 03 12 Formations Python, Zope, Debian : http://www.logilab.fr/formations Développement logiciel sur mesure : http://www.logilab.fr/services Informatiq

Python Concurrency, Jan 14-15, Last Chance

2010-01-12 Thread David Beazley
discounted student rate. *** Join David Beazley, author of the Python Essential Reference, for an in-depth workshop on concurrent programming techniques and idioms. This workshop, designed for more experienced Python programmers, covers threads, synchronization, message passing, multiprocessing, distributed

Python Concurrency Workshop, Jan 14-15, 2010

2010-01-02 Thread David Beazley
Python Concurrency Workshop, v2.0 January 14-15, 2010 Chicago, Illinois http://www.dabeaz.com/chicago/concurrent.html *** Last Two Weeks to Register *** Join David Beazley, author of the Python

[ANN] Numpy 1.4.0 release

2009-12-27 Thread David Cournapeau
Hi, I am pleased to announce the release of numpy 1.4.0. The highlights of this release are: - Faster import time - Extended array wrapping mechanism for ufuncs - New Neighborhood iterator (C-level only) - C99-like complex functions in npymath, and a lot of portability fixes for basic floatin

Python Concurrency Workshop, January 14-15, 2010

2009-12-16 Thread David Beazley
Python Concurrency Workshop, 2nd Edition with David Beazley, author "Python Essential Reference" January 14-15, 2010 Chicago, Illinois http://www.dabeaz.com/chicago Last June, you might have

2to3c: an implementation of Python's 2to3 for C code

2009-11-21 Thread David Malcolm
I've written a tool to help people port their C python extensions from Python 2 to Python 3. It uses the Coccinelle tool [1] to apply a series of "semantic patches" to .c files. I also had to code one of the refactorings in python with regular expressions (due to the need to manipulate preprocesso

Announcing IronPython 2.0.3

2009-10-23 Thread David DiCato
Hello Python Community, I am delighted to announce the release of IronPython 2.0.3. This release is a minor update to IronPython 2.0.2 and the latest in a series of CPython 2.5-compatible releases running on the .NET platform. Again, our priority was to make IronPython 2.0.3 a bugfix release th

Announcing IronPython 2.0.2

2009-07-21 Thread David DiCato
Hello Python Community, I am delighted to announce the release of IronPython 2.0.2. This release is a minor update to IronPython 2.0.1, which in turn is a CPython 2.5-compatible release running on the .NET platform. Our priority was to make IronPython 2.0.2 a bugfix release that remains backwar

Python Essential Reference, 4th Edition - Now Available!

2009-07-19 Thread David Beazley
Python Essential Reference, 4th Edition by David Beazley * * Now Shipping * * I'm pleased to announce the release of the Python Essential Reference, 4th edition, now available at a bookstore near you. More than a ye

ikaaro 0.60.3 released

2009-07-17 Thread J. David Ibáñez
esources - Download http://download.hforge.org/ikaaro/0.60/ikaaro-0.60.3.tar.gz Home http://www.hforge.org/ikaaro Mailing list http://www.hforge.org/community/ http://archives.hforge.org/index.cgi?list=itools Bug Tracker http://bugs.hforge.org/ -- J. David Ibáñez Itaapy <http://www

itools 0.60.3 released

2009-07-17 Thread J. David Ibáñez
net.nl/ [4] http://www.fabfile.org/ Resources - Download http://download.hforge.org/itools/0.60/itools-0.60.3.tar.gz Home http://www.hforge.org/itools/ Mailing list http://www.hforge.org/community/ http://archives.hforge.org/index.cgi?list=itools Bug Tracker http://bugs.hforge.org/ --

Python Essential Reference, 4th Edition

2009-06-19 Thread David Beazley
* * Python Essential Reference, 4th Edition * * by David Beazley I'm pleased to announce the release of the Python Essential Reference, 4th edition, soon to be appearing at a bookstore near you. More than a year in development, this edition covers P

PSF Community Awards go to Stephan Deibel & Sean Reifschneider

2009-06-19 Thread David Goodger
[Also posted to the PSF blog: ] The Foundation tries to recognize those whose assistance has been significant in its growth and development as well as its day-to-day operations. This quarter's Community Service Award

itools 0.60.2 released

2009-06-03 Thread J. David Ibáñez
ols/ Mailing list http://www.hforge.org/community/ http://archives.hforge.org/index.cgi?list=itools Bug Tracker http://bugs.hforge.org/ -- J. David Ibáñez Itaapy <http://www.itaapy.com> Tel +33 (0)1 42 23 67 45 9 rue Darwin, 75018 Paris Fax +33 (0)1 53 28 27 88 -- http://ma

"conferences" new mailing list created

2009-05-23 Thread David Goodger
conference mailing lists and to anyone who would be interested. David Goodger PyCon 2009 Chair -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

Python classes at USENIX Tech - June 14-15, 2009

2009-05-20 Thread David Beazley
uting. More information about these courses and the USENIX Tech Conference is available at: http://www.usenix.org/events/usenix09 Hopefully, I'll see you in San Diego! Cheers, Dave -- David Beazley (http://www.dabeaz.com) Author "Python Essential Reference" -- ht

Python Training in Chicago - Last day to register

2009-05-04 Thread David Beazley
on's newest features in action. Further details including registration information is at: http://www.dabeaz.com/chicago Cheers, Dave -- David Beazley (http://www.dabeaz.com) Author "Python Essential Reference" -- http://mail.python.org/mailman/listinfo/pytho

itools 0.60.1 released

2009-04-24 Thread J. David Ibáñez
orge.org/itools/0.60/itools-0.60.1.tar.gz Home http://www.hforge.org/itools/ Mailing list http://www.hforge.org/community/ http://archives.hforge.org/index.cgi?list=itools Bug Tracker http://bugs.hforge.org/ -- J. David Ibáñez Itaapy <http://www.itaapy.com> Tel +33 (0)1 42 23 67 45

ikaaro 0.60.0 released

2009-04-22 Thread J. David Ibáñez
r.gz Home http://www.hforge.org/ikaaro Mailing list http://www.hforge.org/community/ http://archives.hforge.org/index.cgi?list=itools Bug Tracker http://bugs.hforge.org/ -- J. David Ibáñez Itaapy <http://www.itaapy.com> Tel +33 (0)1 42 23 67 45 9 rue Darwin, 75018 Paris Fax +33 (0

itools 0.60.0 released

2009-04-22 Thread J. David Ibáñez
ols/ Mailing list http://www.hforge.org/community/ http://archives.hforge.org/index.cgi?list=itools Bug Tracker http://bugs.hforge.org/ -- J. David Ibáñez Itaapy <http://www.itaapy.com> Tel +33 (0)1 42 23 67 45 9 rue Darwin, 75018 Paris Fax +33 (0)1 53 28 27 88 -- http://ma

Python Training in San Diego (USENIX Technical Conference)

2009-04-20 Thread David Beazley
uting. More information about these courses and the USENIX Tech Conference is available at: http://www.usenix.org/events/usenix09 Hopefully, I'll see a few people in San Diego! Cheers, Dave -- David Beazley (http://www.dabeaz.com) Author "Python Essential Refe

Python Training in Chicago (last two weeks to register)

2009-04-20 Thread David Beazley
e of Python's newest features in action. Further details including registration information is at: http://www.dabeaz.com/chicago Hopefully, I'll see you next month in Chicago! Cheers, Dave -- David Beazley (http://www.dabeaz.com) Author "Python Essential Ref

Python Classes in Chicago, May 11-15 - Last chance for a discount

2009-04-07 Thread David Beazley
lable at: http://www.dabeaz.com/chicago Hopefully I'll see you in Chicago! Cheers, Dave -- David Beazley (http://www.dabeaz.com) Author, "Python Essential Reference" -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python

[ANN] Numpy 1.3.0 released

2009-04-05 Thread David Cournapeau
Hi, I am pleased to announce the release of numpy 1.3.0. You can find source tarballs and binary installers for both Mac OS X and Windows on the sourceforge page: https://sourceforge.net/projects/numpy/ The release note for the 1.3.0 release are below. There are no changes compared to the rele

Introduction to Python Masterclass, May 11-13, 2009 in Chicago

2009-03-14 Thread David Beazley
* * Introduction to Python Masterclass * * May 11-13, 2009 Chicago, Illinois with David Beazley, author "Python Essential Reference" http://www.dabeaz.com/chicago Take your Python programming

PyCon 2009: Early-bird registration & hotel reservation deadlines soon!

2009-02-18 Thread David Goodger
pycon.org/2009/registration/hotel/>. Act now, because the regular rate is considerably higher! **A reminder to tutorial and talk speakers:** you are responsible for your own registration and hotel reservations. So don't delay! -- David Goodger, PyCon 2009 Chair -- http://mail.python.org

Python Master Classes - In Chicago

2009-02-10 Thread David Beazley
Knowing Python Will Make You a Better Programmer * * Come to Chicago to find out how * * (http://www.dabeaz.com/chicago) David Beazley, author of the Python Essential Reference, is pleased to announce two unique Python training opportunities designed

itools 0.50.3 released

2009-02-09 Thread J. David Ibáñez
://www.hforge.org/itools/ Mailing list http://www.hforge.org/community/ http://archives.hforge.org/index.cgi?list=itools Bug Tracker http://bugs.hforge.org/ -- J. David Ibáñez Itaapy <http://www.itaapy.com> Tel +33 (0)1 42 23 67 45 9 rue Darwin, 75018 Paris Fax +33 (0)1 53 28

Announce : PLY-3.0

2009-02-07 Thread David Beazley
terms of the Lesser GNU Public License (LGPL). Cheers, David Beazley (http://www.dabeaz.com) -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

PyCon 2009 registration is now open!

2009-01-27 Thread David Goodger
Register here: http://us.pycon.org/2009/register/ Information (rates etc.): http://us.pycon.org/2009/registration/ Hotel information & reservations: http://us.pycon.org/2009/about/hotel/ Early bird registration ends February 21, so don't delay! -- David Goodger, PyCon 2009 Chai

Introduction to Python Class, in Chicago, May 11-13, 2009.

2009-01-07 Thread David Beazley
David Beazley, author of the Python Essential Reference is pleased to announce an "Introduction to Python" class on May 11-13, 2009 in Chicago, Illinois. This course, open to individual enrollment, is a comprehensive hands-on course for programmers, scientists, and engineers who want

itools 0.50.1 released

2009-01-02 Thread J. David Ibáñez
oad http://download.hforge.org/itools/itools-0.50.1.tar.gz Home http://www.hforge.org/itools/ Mailing list http://www.hforge.org/community/ http://archives.hforge.org/index.cgi?list=itools Bug Tracker http://bugs.hforge.org/ -- J. David Ibáñez Itaapy <http://www.itaapy.com> Tel +33

ikaaro 0.50.0 released

2008-12-19 Thread J. David Ibáñez
/www.hforge.org/ikaaro Mailing list http://www.hforge.org/community/ http://archives.hforge.org/index.cgi?list=itools Bug Tracker http://bugs.hforge.org/ -- J. David Ibáñez Itaapy <http://www.itaapy.com> Tel +33 (0)1 42 23 67 45 9 rue Darwin, 75018 Paris Fax

itools 0.50.0 released

2008-12-10 Thread J. David Ibáñez
http://relaxng.org/ [4] http://www.nlnet.nl/ [5] http://translate.sourceforge.net/wiki/developers/projects/odf [6] http://www.reportlab.com/docs/RML_UserGuide_1_0.pdf Resources - Download http://download.hforge.org/itools/itools-0.50.0.tar.gz Home http://www.hforge.org/itools/ Mailing list http://www

Re: newbie question: if var1 == var2:

2008-11-29 Thread David
Il Fri, 28 Nov 2008 19:47:01 -0800 (PST), [EMAIL PROTECTED] ha scritto: > I dont understand why the following code never finds "tree". New line marker to be stripped? > if item == var: if item.strip() == var: D. -- http://mail.python.org/mailman/listinfo/python-announce-list Suppo

Announce : Python Bootcamp at Big Nerd Ranch, 11/10-11/14

2008-10-09 Thread David Beazley
nt of materials for this course. The instructor is David Beazley, the author of the "Python Essential Reference", the creator of SWIG, a former "evil" professor, and long-time Pythonista. Currently, Dave is hard at work on the 4th Edition of the Python Essential Reference. Thus,

July PSF Board meeting minutes available

2008-08-11 Thread David Goodger
Minutes of Regular Meetings of the Board of Directors of the Python Software Foundation, July 14, 2008: http://www.python.org/psf/records/board/minutes/2008-07-14 David Goodger, PSF Secretary -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software

ikaaro 0.20.6 released

2008-07-23 Thread J. David Ibáñez
esources - Download http://download.hforge.org/ikaaro/ikaaro-0.20.6.tar.gz Home http://www.hforge.org/ikaaro Mailing list http://www.hforge.org/community/ http://archives.hforge.org/index.cgi?list=itools Bug Tracker http://bugs.hforge.org/ -- J. David Ibáñez Itaapy <http://www.itaapy.com>

[ANN] netaddr for Python

2008-07-16 Thread David Moss
http://netaddr.googlecode.com/ Share and enjoy, David Moss -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

May & June PSF Board meeting minutes available

2008-07-16 Thread David Goodger
Minutes of Regular Meetings of the Board of Directors of the Python Software Foundation, * May 12, 2008: http://www.python.org/psf/records/board/minutes/2008-05-12 * June 16, 2008: http://www.python.org/psf/records/board/minutes/2008-06-16 David Goodger, PSF Secretary -- http://mail.python.org

apycot 0.12.1 released

2008-06-18 Thread Pierre-Yves David
I am pleased to announce the 0.12.1 release of apycot. What is apycot ? This package is designed to run tests on a code repository on a daily basis. It comes with a set of predefined tests, essentially for python packages, and a set of predefined reports to display execution res

itools 0.20.6 released

2008-06-17 Thread J. David Ibáñez
ownload.ikaaro.org/itools/itools-0.20.6.tar.gz http://download.ikaaro.org/itools/itools-0.20.6.win32-py2.5.exe http://download.ikaaro.org/itools/itools-0.20.6.win32-py2.4.exe Home http://www.ikaaro.org/itools Mailing list http://www.ikaaro.org/community/ http://archives.ikaaro.org/index.cgi?lis

April PSF Board meeting minutes available

2008-05-13 Thread David Goodger
Minutes of a Regular Meeting of the Board of Directors of the Python Software Foundation, April 14, 2008: http://www.python.org/psf/records/board/minutes/2008-04-14/ David Goodger, PSF Secretary -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software

Plotdb fiction writer's database.

2008-05-08 Thread David May
ntain, albeit slightly slower. I would consider this beta quality software, tested somewhat in real usage but not full production yet. I am currently writing a novel and use this software daily for that purpose. I, David May, am the sole party of blame in the production of this application. I

Python Bootcamp at Big Nerd Ranch

2008-05-08 Thread David Beazley
s-on introduction to Python and its standard libraries. Even if you've used Python before, this class may have a lot to offer as it is fully up-to-date with modern Python features. The above web site has more information, but feel free to contact me personally for more details about

  1   2   >