Developing Apps for Android and Other Platforms with Kivy ...

DLR.de ? Chart 1 > droidcon 2013 > A. Schreiber ? Developing Apps for Android and Other Platforms with Kivy and Python > 09.04.2013

Developing Apps for Android and Other Platforms with Kivy and Python Andreas Schreiber droidcon 2013, Berlin, 09. April 2013

DLR.de ? Chart 2 > droidcon 2013 > A. Schreiber ? Developing Apps for Android and Other Platforms with Kivy and Python > 09.04.2013

Outline

? Introduction ? Python ? Kivy ? Demos ? Limitations ? Credits

DLR.de ? Chart 3 > droidcon 2013 > A. Schreiber ? Developing Apps for Android and Other Platforms with Kivy and Python > 09.04.2013

Me

Scientist, Head of department

Founder, CEO

Enthusiastic about Python

DLR.de ? Chart 4 > droidcon 2013 > A. Schreiber ? Developing Apps for Android and Other Platforms with Kivy and Python > 09.04.2013

DLR German Aerospace Center

- Research Institution - Space Agency - Project Management Agency

DLR.de ? Chart 5 > droidcon 2013 > A. Schreiber ? Developing Apps for Android and Other Platforms with Kivy and Python > 09.04.2013

Locations and employees

7400 employees across 32 institutes and facilities at

16 sites.

Offices in Brussels, Paris, Tokyo and Washington.

Stade Hamburg

Bremen

Trauen

Neustrelitz

Braunschweig

Berlin

Juelich Cologne Bonn

Goettingen

~1400 employees develop software

Lampoldshausen

Stuttgart

Augsburg

Oberpfaffenhofen

Weilheim

DLR.de ? Chart 6 > droidcon 2013 > A. Schreiber ? Developing Apps for Android and Other Platforms with Kivy and Python > 09.04.2013

Python

Python

? General-purpose, high-level programming language ? Object-oriented, aspect-oriented, functional ? Dynamic type system ? Easy-to-learn with clear and expressive syntax

def faculty(x): if x > 1: return x * faculty(x - 1) else: return 1

DLR.de ? Chart 8 > droidcon 2013 > A. Schreiber ? Developing Apps for Android and Other Platforms with Kivy and Python > 09.04.2013

Python on Mobile Devices

Early Mobile Development with Python ? PyS60 for Symbian ? Python CE for Windows Mobile

Current Mobile Development with Python ? Scripting Layer for Android (SL4A) ? Python for Android (Py4A) ? PySide / Qt for Android ? WinRT / IronPython for Windows 8 ? Kivy...

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download