Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Latest commit

 

History

History
112 lines (64 loc) · 2.06 KB

2017-03-08.md

File metadata and controls

112 lines (64 loc) · 2.06 KB

Stupig 2017-03-08

Vorstellrunde

  • 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

Wie üblich zu spät

  • Christoph; Mad Scientist, unemployed&homeless Trump refugee, geek of analog/mixed signal IC design, dabbles a bit in python @tatzelbrumm

Lightningtalks

http://lightningtimer.info/

mfa: RNNs to create text

rixx: I18nFields

  • 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+

Mustafa: JSON vs XML

python + ctypes + NIH

mfk: MetaClasses

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

notanormalnerd: Conferences

mfk: Videos

Raymond Hettinger: https://www.youtube.com/results?search_query=raymond+hettinger you should watch them!

python 2.7 support will end in 2020

https://pythonclock.org/

and will still suprise a lot of companies!!!

psycopg2 update last week

psycopg/psycopg2#518 broke everything! because it is compiled on RHEL5

next: 5.4.2017

  • Dennis wird organisieren.
  • braucht noch keyholder