Ben
Sheryll
Iacopo
Ana B
Geraint Palmer
Mounir Messelmeni
pip install caniusepython3
caniusepython3 -r requirements.txt
Baptiste
class Foo(object):
def foo(self):
return "foo"
def bar(self):
return "bar"
>>> f = Foo()
>>> f.foo()
'foo'
>>> f.bar()
method not found
bar was indented with tabs - python sees tab as 8 spaces, so bar is function inside foo!
Russell Kieth-McGee
What is a sprint?
What needs to be done
What to work on?
DjangoGirls also sprinting