- Andreas; Python-Developer @aexea
- Tobi; Python-Developer @aexea
- Michael; Python-Developer @aexea
- Dino; Project-Manager
- Marcin; Senior-Atlassian-Tooling-Engineer; Dialog
- Dennis; Python-Developer; Dialog @notanormalnerd
- Sven; Web-Developer; searching for a job
- Kürsat; Software-Developer; Daimler
- Mustafa; Software-Developer; Bosch
- Christoph; Mad Scientist, unemployed&homeless Trump refugee, geek of analog/mixed signal IC design, dabbles a bit in python @tatzelbrumm
- I18n fields for Django
- Supports forms and admin
- Low-performance, low-efficiency
- Easy use
- Long-time usage in pretix
- Python 3.4+/Django 1.9+
from abc import ABCMeta
from django.db.models.base import BaseModel
class MyMeta(ABCMeta, BaseModel):
pass
class MyClass1(Model):
@abstractmethod
def foo(self):
pass
MyClass1() => no TypeError
class MyClass2(Model, metaclass=MyMeta):
@abstractmethod
def foo(self):
pass
class ConcreteClass(MyClass):
def foo(self):
super().foo()
MyClass2() => TypeError
ConcreteClass() => works
- http://ep2017.europython.eu/
- http://de.pycon.org/
- given to everyone on EP2016: http://microbit.org/de/about/
Raymond Hettinger: https://www.youtube.com/results?search_query=raymond+hettinger you should watch them!
and will still suprise a lot of companies!!!
psycopg/psycopg2#518 broke everything! because it is compiled on RHEL5
- Dennis wird organisieren.
- braucht noch keyholder