PyCon SE 2017

2017

List of videos

PyConSE keynote by Emily Bache

Emily Bache is a consultant with nearly 20 years of experience working as a software developer and test automation architect in organizations as diverse as multinational corporations to small startups. Emily is the author of “The Coding Dojo Handbook: a practical guide to creating a space where good programmers can become great programmers” and loves to coach and teach about Test Driven Development, designing Test Cases, Refactoring, and more. Emily has spoken at events such as Agile Testing Days, XP2013, ACCU, Europython and EuroSTAR before and we are thrilled to welcome her as a keynote speaker at PyCon Sweden 2017.

Watch
Design Patterns in Python by Peter Ullrich

Software Design Patterns are commonly used in professional software development and are important for aspiring programmers and senior developers alike. However, their implementation differs based on the programming language used. This talk will explain how to implement some of the most used Design Patterns in Python.

Watch
Bayesian Inference in Python by Nuo Xu

With recent improvements in sampling algorithms, now is a great time to learn Bayesian statistics. I will start with an introduction to Bayesian statistics and continue by taking a look at two popular packages for doing Bayesian inference in Python, PyMC3 and PyStan.

Watch
Ansible & Terraform for Django: Move Faster, break fewer things by Ezequiel Golub

Intro level talk about using Ansible and Terraform together. These tools allow you to provision cloud resources such as Virtual Servers or CDN and to set up your servers with whatever software is needed. This allows to treat infrastructure as code, a cornerstone of DevOps.

Watch
Telling stories with data: from analysis to web visualisations by Éléonore Mayola

When analysing datasets one usually creates static visualisations. But wouldn't it be nice to use the same project to share interactive web visualisations without learning new tools. Altair is a Python API using JSON to build visualisations in a Jupyter notebook or in the browser. My talk will take the audience through using Altair to analyse a dataset and generate web based visualisations with Python.

Watch
Using PyPy instead of Python for speed by Niklas Bivald

Using PyPy - a faster version of Python for long running applications - as a first step to speed up your application.

Watch
Messenger chat with Python by Akos Hochrein

Chatbots are getting more and more in mainstream product development. In this talk, I would like to show you how to setup a one on the Facebook Messenger platform using Python and Heroku, so you can get started right away!

Watch
Moving our Django Monolith to Google Cloud by Arthur Koziel & Aysin Oruz

We transitioned our Django monolith from bare-metal to Google Cloud Container Engine (Kubernetes). We will share our findings during this journey.

Watch
Keynote by Maxime Beauchemin

Maxime Beauchemin works at Airbnb as part of the "Analytics & Experimentation Products team", developing open source products that reduce friction and help generating insight from data. He is the creator and a lead maintainer of Apache Airflow [incubating] (a workflow engine), Superset (a data visualization platform), and recognized as a thought leader in the data engineering field. Before Airbnb, Maxime worked at Facebook on computation frameworks powering engagement and growth analytics, on clickstream analytics at Yahoo!, and as a data warehouse architect at Ubisoft.

Watch
Pycon 2017 closing and remarks

Thanks all whom joined us! Hope to see you next year.

Watch
Dockerizing the Python by Ambreen Sheikh

The focus of this talk will be on building and running python programs in a docker container. A major chunk of the talk will also concentrate on the docker setup & it’s complete echo system. The purpose behind the talk is the demonstrate the usage of docker in everyday python development & deployment environment.

Watch