Slide 1

Slide 1 text

Python   Everywhere Jacob Kaplan-Moss [email protected]

Slide 2

Slide 2 text

“What’s  Python  good  for?”

Slide 3

Slide 3 text

about:me

Slide 4

Slide 4 text

about:me Co-BDFL

Slide 5

Slide 5 text

about:me Director of Security Co-BDFL

Slide 6

Slide 6 text

1998

Slide 7

Slide 7 text

2001

Slide 8

Slide 8 text

2003

Slide 9

Slide 9 text

2005

Slide 10

Slide 10 text

“What’s  Python  good  for?”

Slide 11

Slide 11 text

No content

Slide 12

Slide 12 text

Games    Banking    Web  Apps  Chemistry   SMS    Charity    Emergency  Services     Bioinformatics  Trading  Mobile  Apps       Genetics    Marketing    Email    Sports   Mechanical  Engineering  Search   Civil  Engineering  Push  Notifications       Payroll    Cloud  Computing    Newspapers     Television  Radio    Movies    Animation     Space    Shopping  Graphics     Embedded  Devices    Libraries    …

Slide 13

Slide 13 text

Games    Banking    Web  Apps  Chemistry   SMS    Charity    Emergency  Services     Bioinformatics  Trading  Mobile  Apps       Genetics    Marketing    Email    Sports   Mechanical  Engineering  Search   Civil  Engineering  Push  Notifications       Payroll    Cloud  Computing    Newspapers     Television  Radio    Movies    Animation     Space    Shopping  Graphics     Embedded  Devices    Libraries    … EVERY THING

Slide 14

Slide 14 text

Python  is                                                                         fast

Slide 15

Slide 15 text

Python  is                                                                         object-­‐oriented

Slide 16

Slide 16 text

Python  is                                                                         functional

Slide 17

Slide 17 text

Python  is                                                                         complete

Slide 18

Slide 18 text

ˑ Community!

Slide 19

Slide 19 text

“What  makes  the  Python  community   different  is  its  concerted  effort  to  recruit   and  welcome  people  who  are   underrepresented  in  tech….   [The]  Python  community  is  in  many   ways  a  beacon  of  what  the  tech  world   should  aspire  to.” — http://www.fastcolabs.com/3015524/what-every-coder-community-can-learn-from-python

Slide 20

Slide 20 text

No content

Slide 21

Slide 21 text

No content

Slide 22

Slide 22 text

WE   WON!

Slide 23

Slide 23 text

No content

Slide 24

Slide 24 text

Well...

Slide 25

Slide 25 text

No content

Slide 26

Slide 26 text

‣ Threat from within: fragmentation.

Slide 27

Slide 27 text

‣ Threat from within: fragmentation. ‣ Threat from above: the Enterprise.

Slide 28

Slide 28 text

‣ Threat from within: fragmentation. ‣ Threat from above: the Enterprise. ‣ Threat from below: new ecosystems.

Slide 29

Slide 29 text

No content

Slide 30

Slide 30 text

Python  2 Python  3 PyPy PyPy  3 Jython IronPython

Slide 31

Slide 31 text

No content

Slide 32

Slide 32 text

No content

Slide 33

Slide 33 text

The  next  great  language

Slide 34

Slide 34 text

No content

Slide 35

Slide 35 text

No content

Slide 36

Slide 36 text

No content

Slide 37

Slide 37 text

No content

Slide 38

Slide 38 text

No content

Slide 39

Slide 39 text

‣ Threat from within: fragmentation. ‣ Threat from above: the Enterprise. ‣ Threat from below: new ecosystems.

Slide 40

Slide 40 text

‣ Threat from above: the Enterprise. ‣ Threat from below: new ecosystems. ‣ Opportunities within: Python everywhere.

Slide 41

Slide 41 text

‣ Threat from below: new ecosystems. ‣ Opportunities within: Python everywhere. ‣ Opportunities above: the Enterprise.

Slide 42

Slide 42 text

‣ Opportunities within: Python everywhere. ‣ Opportunities above: the Enterprise. ‣ Opportunities below: new ecosystems.

Slide 43

Slide 43 text

No content

Slide 44

Slide 44 text

No content

Slide 45

Slide 45 text

No content

Slide 46

Slide 46 text

No content

Slide 47

Slide 47 text

No content

Slide 48

Slide 48 text

No content

Slide 49

Slide 49 text

No content

Slide 50

Slide 50 text

PEP  3156 (tulip)

Slide 51

Slide 51 text

https://github.com/aaugustin/django-c10k-demo

Slide 52

Slide 52 text

from  django.http  import  HttpResponse def  web_view(request):        return  HttpResponse("I'm  a  web  site!") https://github.com/aaugustin/django-c10k-demo

Slide 53

Slide 53 text

from  django.http  import  HttpResponse def  web_view(request):        return  HttpResponse("I'm  a  web  site!") from  c10ktools.http  import  websocket @websocket def  websocket_echo(ws):        ws.send((yield  from  ws.recv()) https://github.com/aaugustin/django-c10k-demo

Slide 54

Slide 54 text

ˑ We  can  do  it!

Slide 55

Slide 55 text

PYTHON  ALL  THE  THINGS!

Slide 56

Slide 56 text

Thank  you! [email protected]