[ANN] Training: Python for Non-Programmers, Leipzig, Germany July 9 - 12, 2013

2013-06-27 Thread Mike Müller
Python for Non-Programmers == What: Python for Non-Programmers - Learn programming from scratch When: July 9 - 12, 2013 Where: Python Academy, Leipzig, Germany Instructor: Mike Müller (eight years of Python training experience) Details: http://www.python-academy.com/courses

ANN: python-ldap 2.4.13

2013-06-27 Thread Michael Ströder
Find a new release of python-ldap: http://pypi.python.org/pypi/python-ldap/2.4.11 python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. It mainly wraps the OpenLDAP 2.x libs for that purpose. Additionally it contains modules for other LDAP-related st

[ANN] Python Tools for Visual Studio 2.0 Beta

2013-06-27 Thread Dino Viehland
We're pleased to announce the release of Python Tools for Visual Studio 2.0 Beta (https://pytools.codeplex.com/releases/view/103101). Python Tools for Visual Studio (PTVS) is an open-source plug-in for Visual Studio which supports programming with the Python language. PTVS supports a broad range

memprof - a memory profiler for Python

2013-06-27 Thread dana . develop
Hello, I'd like to announce memprof, a memory profiler for Python: http://jmdana.github.io/memprof/ memprof logs and plots the memory usage of all the variables during the execution of the decorated methods. The source code is available in GitHub: https://github.com/jmdana/memprof And the m

Vulture 0.4

2013-06-27 Thread Jendrik Seipp
vulture - Find dead code vulture finds unused classes, functions and variables in Python code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python's dynamic nature it is i