Welcome to


Welcome to

Ho we are

Fabio Pliger

@fpliger

  • EPS Board member

Oier Echaniz

@oiertwo

  • ACPySS Chair (On-site team)

Attendees evolution


In [9]:
import matplotlib
import numpy as np
import matplotlib.pyplot as plt

%matplotlib inline

data = [('year', 'location', 'attendees'),
       (2002, 'Charleroi', 240),
        (2003, 'Charleroi', 300),
        (2004, 'Göteborg', 'nan'),
        (2005, 'Göteborg', 'nan'),
        (2006, 'Geneva', 'nan'),
        (2007, 'Vilnius', 'nan'),
        (2008, 'Vilnius', 206),
        (2009, 'Birmingham', 410),
        (2010, 'Birmingham', 446),
        (2011, 'Florence', 670),
        (2012, 'Florence', 760),
        (2013, 'Florence', 870),
        (2014, 'Berlin', 1250),
        (2015, 'Bilbao', 1100),]

names = data[0]
eps = {name: [] for name in names}
for line in data[1:]:
    for pos, name in enumerate(names):
        eps[name].append(line[pos])

In [8]:
plt.plot(eps['year'], eps['attendees'])


Out[8]:
[<matplotlib.lines.Line2D at 0x7f0f98f3eba8>]

Attendees evolution

IN BILBAO


In [14]:
data = [('year', 'location', 'attendees'),
       (2014, 'Bilbao', 0),
        (2015, 'Bilbao', 1100)]

names = data[0]
eps = {name: [] for name in names}
for line in data[1:]:
    for pos, name in enumerate(names):
        eps[name].append(line[pos])

In [15]:
plt.plot(eps['year'], eps['attendees'])


Out[15]:
[<matplotlib.lines.Line2D at 0x7f0f98e926d8>]

Wifi information

- Password and SSID: europython2015
- If problem:
    * Move through the venue to find an antenna with a empty spot
    * there is nobody in the venue that can solve 

Cable (for emergency purpose)

-For speakers 
    -Only if the wifi is not working properly
-In the helpdesk and info desk in case of emergency

Code of conduct

  • Available online
  • Not tolerate
  • Behave properly

Enjoy the conference


In [17]:
from IPython.display import Image
Image('media/coc-bsol.gif')


Out[17]:

Badges

- Check the bags, is everything inside?
- Booklet, flyer, t-shirt, present… 
- wrong t-shirt size you can switch it?

Schedule

- Check the schedule
- Talks
    - 5 Parallel tracks
- Trainings
    - No signing, first come first serve
    - Big rooms
- Keynotes
    - Present keynoters?
- Lightning talks
    - Google room
- Poster session

Lunch and coffee breaks areas:

HALL at -2 Floor

We are recording

- Livestreaming?...
- Releasing the videos ASAP

Social event

Get your ticket

  • Registration desk on tuesday afternoon or wednesday morning

Buy your ticket

  • Ticket still available for 40€

Guidebook App

- Live updates
- Live talks feedbacks
- Feedback form
- Connect with people
- …

Events

- Pydata Track (Hidden)
- Django Girls
- Recruitment sessions
- Educational Track
- Local Track
- Sprint
- Open Spaces
- Dojos
- Sponsor event - Visit their booths

Open Spaces

- Explain how to create your openspace talk

Volunteers:

- Become a Session chair
- Organization: Green T-Shirt
- Volunteers: Yellow shirt

Speakers

Before your talk during any coffee break or lunch please go to the room where your talk is going to be to test your laptops and minimize the switch between talks

Loungue Areas

- Retro games, it cost 50 cents, will be for charity

REMINDERS:

No food/drinks in rooms and outside the venue

Enjoy the conference and Bilbao