Slide 1

Slide 1 text

Community Brad Montgomery Twitter: @bkmontgomery Email: [email protected]

Slide 2

Slide 2 text

the language and the standard library

Slide 3

Slide 3 text

import antigravity http://xkcd.com/353/

Slide 4

Slide 4 text

The Zen of Python >>> import this

Slide 5

Slide 5 text

The Zen of Python, by Tim Peters ! Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren't special enough to break the rules. Although practicality beats purity. Errors should never pass silently. Unless explicitly silenced. In the face of ambiguity, refuse the temptation to guess. There should be one-- and preferably only one --obvious way to do it. Although that way may not be obvious at first unless you're Dutch. Now is better than never. Although never is often better than *right* now. If the implementation is hard to explain, it's a bad idea. If the implementation is easy to explain, it may be a good idea. Namespaces are one honking great idea -- let's do more of those!

Slide 6

Slide 6 text

3rd-party apps/libs makes python even more amazing

Slide 7

Slide 7 text

pypi.python.org used to be called the “cheese shop” at one point was pronounced “pie pie” python package index

Slide 8

Slide 8 text

pep8 work with style

Slide 9

Slide 9 text

Open Source

Slide 10

Slide 10 text

Open Source MIT/BSD are most common

Slide 11

Slide 11 text

Online irc, mailing lists, twitter, google plus, stackoverflow

Slide 12

Slide 12 text

Conferences PyCon, SciPy, Regional Conferences, Meetups

Slide 13

Slide 13 text

Meetups happening all over the world

Slide 14

Slide 14 text

The PSF owns the Python Intellectual Property, promotes the community.

Slide 15

Slide 15 text

Python Community Code of Conduct explicit > implicit

Slide 16

Slide 16 text

Python Community Code of Conduct Open. Considerate. Respectful. https://www.python.org/psf/codeofconduct/