PyCon DE 2012 - Call for Papers

2012-05-10 Thread Mike Müller
PyCon DE 2012 - Call for Papers
===

The second PyCon DE will be held October 29 - November 3, 2012
in Leipzig Germany. We ask you to submit your proposal for a talk [2].
Details of the call are below in German.

The conference language will be German. However, talks in English by
non-native German speakers will be accepted.


PyCon DE 2012 - Aufruf zur Vorträgen
=

Ab sofort kann jeder, der sich für Python interessiert, einen Vortragsvorschlag
für die PyCon DE 2012 einreichen [1]. Es gibt nur zwei Bedingungen: Das Thema
sollte interessant sein, und es sollte etwas mit Python zu tun haben. Für die
zweite Python-Konferenz sind wir an einer breiten Themenpalette interessiert,
die das ganze Spektrum der Entwicklung, Nutzung und Wirkung von Python zeigt.
Folgende Tracks sind geplant:

Python als Programmiersprache
-

* Fortgeschrittene Programmierung, zum Beispiel Metaprogramming
* CPython
* Python-Kernentwicklung
* Python-Implementierungen (PyPy,  Jython, IronPython)
* Python 3
* Zukünftige Entwicklungen

Webanwendungen mit Python
-

* Web-Frameworks für Python
* Best Practises für die Python-Programmierung
* Kombination von Python und JavaScript
* Contentmanagement mit Python

Anwendungsbereiche
--

* Wissenschaftliche Anwendungen mit Python
* Python für Finanz-Anwendungen
* Lehre mit Python / Python als erste Programmiersprache
* Python im Unternehmensumfeld
* Systemintegration mit Python
* Grafische Nutzerschnittstellen (GUIs)
* Datenbankanwendungen mit Python
* Python für die Hardware-Steuerung

Softwareentwicklung
---

* Testen von Python-Programmen
* Agile Entwicklung mit Python
* Algorithmen mit Python
* Datenstrukturen mit Python
* Design-Patterns mit Python
* Parallele Programmierung mit Python
* Einbetten von Python in andere Anwendungen

Werkzeuge
-

* Packaging von Python-Bibliotheken
* Deployment von Python-Anwendungen
* IDEs für Python
* Plattformen wie GAE, EC2

Python-Community


* Marketing für Python
* Python, Open Source und Entwickler-Gemeinschaft

Mehr ...


Ihr Themenbereich ist nicht aufgelistet, wäre aber aus Ihrer Sicht für die
PyCon DE interessant? Kein Problem. Reichen Sie Ihren Vortragsvorschlag einfach
ein. Auch wir können nicht alle Anwendungsbereiche von Python überschauen.
Vortragstage sind der 30. und 31. Oktober sowie der 1. November 2012.

Es gibt zwei Vortragsformate:

Standard-Vortrag -- 20 Minuten Vortrag + 5 Minuten Diskussion
Lang-Vortrag -- 45 Minuten Vortrag + 10 Minuten Diskussion

Die Vortragszeit wird strikt eingehalten. Bitte testen Sie die Länge Ihres
Vortrags. Lassen Sie gegebenenfalls ein paar Folien weg. Die Vortragssprache ist
Deutsch. In begründeten Ausnahmefällen können Vorträge auch auf Englisch
gehalten werden. Bitte fragen Sie uns dazu. Bitte reichen Sie Ihren Vortrag auf
über die Konferenz-Website [2] ein bis zum 31.05.2012 ein. Wir entscheiden bis
zum 30. Juni 2012 über die Annahme der Vorträge.

[1] http://2012.de.pycon.org/news/2012/05/07/call-for-papers/
[2] http://2012.de.pycon.org/proposals/submit/talk/
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


RELEASED: Pymacs 0.25

2012-05-10 Thread François Pinard
Hello to everybody, and Emacs users in the Python community.

Pymacs 0.25 is now available.  There has been a while, so I advise current 
Pymacs
users to switch with caution.

- Python 3 is now supported.  This required new installation mechanics,
  and a Python pre-processor written for the circumstance (named **).

- Pymacs now installs a single Python file instead of a Python module.

Nice thanks to Pymacs contributors.  It surely has been fun working with you 
all!

--

Pymacs is a powerful tool which, once started from Emacs, allows
both-way communication between Emacs Lisp and Python.  Pymacs aims
Python as an extension language for Emacs rather than the other way
around, and this asymmetry is reflected in some design choices.  Within
Emacs Lisp code, one may load and use Python modules.  Python functions
may themselves use Emacs services, and handle Emacs Lisp objects kept in
Emacs Lisp space.

For more information, see http://pymacs.progiciels-bpi.ca/ .  You may
fetch the distribution as one of:

  - https://github.com/pinard/Pymacs/tarball/v0.25

  - https://github.com/pinard/Pymacs/zipball/v0.25

-- 
François Pinard   http://pinard.progiciels-bpi.ca
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


[ANN] Passlib 1.6

2012-05-10 Thread Eli Collins
I'm pleased to announce the release of Passlib 1.6.

Passlib is a comprehensive password hashing library for Python,
supporting over 30 different hash schemes and an extensive
framework for managing existing hashes.

This release adds more password hashing algorithms,
additional security precautions, speed improvements for selected hashes, 
and a general cleanup of the internal code
(see the release notes for more details).

Release Notes: http://packages.python.org/passlib/history.html#whats-new
Homepage: http://passlib.googlecode.com
Docs: http://packages.python.org/passlib
PyPI: http://pypi.python.org/pypi/passlib

Cheers,
Eli Collins
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/