Wing IDE 5.0.5 released

2014-04-11 Thread Wingware
Hi, Wingware has released version 5.0.5 of Wing IDE, our cross-platform integrated development environment for the Python programming language. Wing IDE includes a professional quality code editor with vi, emacs, visual studio, and other key bindings, auto-completion, call tips,

cliff -- Command Line Interface Formulation Framework -- version 1.6.1

2014-04-11 Thread Doug Hellmann
cliff -- Command Line Interface Formulation Framework -- version 1.6.1 cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions. What's New In This Release? * Fix a bug in

ANN: eGenix mxODBC 3.3.0 - Python ODBC Database Interface

2014-04-11 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Python ODBC Database Interface Version 3.3.0 mxODBC is our commercially supported Python extension providing

ANN: psutil 2.1.0 released

2014-04-11 Thread Giampaolo Rodola'
Hi folks, I'm pleased to announce the 2.1.0 release of psutil including netstat-like functionalities: http://code.google.com/p/psutil/ Detailed blog post is here: http://grodola.blogspot.com/2014/04/reimplementing-netstat-in-cpython.html === About === psutil (python system and process

2014 PyCamps

2014-04-11 Thread Chris Calloway
PyCamp is an ultra-low-cost, five-day, intensive Python boot camp program by a user group for user groups. PyCamp has taught Python fundamentals to thousands of beginners for nine years while sponsoring Python regional conferences, symposia, sprints, scholarships, and user groups. You can get

PyCon Russia 2014

2014-04-11 Thread Екатерина Шулындина
Hello, Great news: June 2-3 in Yekaterinburg will be the second conference PyCon Russia 2014. Conference website: http://pycon.ru/2014/en/ -- Ekaterina Shulyndina it-people.ru +7 909 004 74 84 -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python

ANN: eGenix pyOpenSSL Distribution 0.13.3.1.0.1.7

2014-04-11 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com pyOpenSSL Distribution Version 0.13.3.1.0.1.7 An easy-to-install and easy-to-use distribution of the pyOpenSSL Python interface

ANN: vim-pythontest

2014-04-11 Thread Paulo Poiati
Available at https://github.com/poiati/vim-pythontest. This is basically a version of the excellent  https://github.com/skalnik/vim-vroom for python projects. This script is context aware, if you are in the root of a Django project (the directory where  manage.py is located) it will run the