The Karlsruhe Python User Group (KaPy) meets again.
Friday, 2015-05-15 (May 15th) at 19:00 (7pm) in the rooms of Entropia eV
(the local affiliate of the CCC). See http://entropia.de/wiki/Anfahrt
on how to get there.
For your calendars: meetings are held monthly, on the 3rd Friday.
There's also
Crochet is an MIT-licensed library that makes it easier to use Twisted
from regular blocking code:
from __future__ import print_function
from twisted.names import client
from crochet import setup, wait_for
setup()
@wait_for(timeout=5.0)
def gethostbyname(name):
"""Use the Twisted DNS librar
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