PyCon Australia logo Since Red Hat was a platinum sponsor of PyCon Australia 2015, we had quite a few people attending the conference. Here is a write up of how some of our team experienced the conference.

Róman Joost

I personally enjoyed the main keynotes as well as speaking to other people. Carrie Anne Philbin painted an interesting picture on how to teach kids computational thinking. The talk ranged from the introduction of the Raspberry Pi Foundation to tools for kids to learn programming.

The keynote on Sunday was very interesting as well. Carina Z. Zona talked about the human aspect of false positives and negatives of algorithms in our daily lives. Trying to rise awareness that we, as engineers especially, will have to think about the potential consequences our implementations have on humans who might be judged by them. A shocking example included Flickr's auto-tagging algorithm tagging concentration camps like Auschwitz with sports and gyms to tagging African Americans as gorillas.

Graeme Cross' talk on Python for less than US$7 was quite interesting, too. It was about micro controllers that are able to run Python.

I very much enjoyed the lightning talks. I think there should be more time reserved for them. Amazingly, some people managed to fit two tech talks in one five-minute slot. There were also lightning talks about depression and burn out, which I thought was very important to have in the program.

I also received a few interesting pointers to pursue further from my talk and positive feedback. On the people side, I very much enjoyed networking with others and trying to find a new hire for our team. I've met old colleagues and friends of friends from other free software projects to which I've contributed. I enjoyed listening to war stories from Mark Goodwin about his time being head of engineering at SGI Australia.

Overall, the conference was a blast.

PyCon photo 1

Dan Callaghan

The keynotes on both days were quite thought-provoking, as Roman noted. I thought the microcontrollers talk was amazing as well--who knew you could fit Python onto a US$3 chip with a WiFi transceiver!

I thought that Xuanyi Chew's explanation of monads and how we can use them in Python was entertaining and quite accessible, even though I'm not sure that his recommended approach would fit well in a Python code base. For anybody who is scared of the idea of monads, I highly recommend watching this talk.

Aurynn Shaw's discussion of Salt (the configuration management and orchestration system) did not go into as much detail as I would've liked, but it reinforced for me that Salt is a very promising tool from which we might be able to benefit.

Scott Triglia talked about some of the hurdles Yelp has run into since they started using a microservices approach for their application several years ago. It was interesting to hear some of the potential pitfalls and downsides, given that the "microservices" buzzword is still near the top of its hype curve in many circles.

I was impressed by Chris Hausler's talk about a machine-learning platform Zendesk built to predict whether a customer will be satisfied based on the history of their support ticket. It made me wonder where else we could apply machine-learning techniques to in order to make useful predictions.

In his talk about web application security, Tom Eastman made the excellent point that rather than being afraid of security breaches and sticking our heads in the sand and hoping they never happen, we are better off thinking about who might want to attack our applications, what the worst-case scenario might be if they succeed, and how we can mitigate the consequences at multiple different layers.

Chris Neugebauer gave us a hint of the future in his talk about optional type linting in Python 3. I was left with renewed inspiration to work on getting our applications onto Python 3, although I'm not yet convinced that the type linting will be a useful exercise.

Like Róman, I thought the conference was also a great opportunity to meet other people in the Python community and hear about what they are working on. I'm looking forward to hopefully attending again in 2016.

PyCon photo 2

Sunil Thaha

I share the opinions of Róman and Dan about PyCon. My impression about the talks:

What Django can learn from Twisted--Amber Brown. The idea of inviting Amber to talk about Twisted in a Django conf was interesting in the sense that the community embraces the differences and learns from others competing framework. I think one of the points Amber was trying to drive home was the idea that in Software Engineering everything is a trade off; Sync (simple) vs Async (complex). I also got the impression that twisted shares a lot in common with node which is async and uses promises.

A Scientific game engine in Cloud--Oliver Nagy. This a must-watch for anyone interested in game engines and classical physics. Oliver presented his game engine Azrael, which can run in the Cloud (multiple async processing units). It seems to make it easy to learn, and control physical systems. In his demo, Oliver showed how to algorithmically control one or more spacecrafts to move to a location in 3D by firing thrusters. Very worth showing this to kids.

Orchestration and CI/CD with Ansible and OpenStack--Simone Soldateschi. This talk was interesting to me since it resonates with my opinion about using containers for deployment. I think there is a lot to learn from this talk if you are interested in getting your product out to customer faster. It is also interesting to me that a lot tools that were highlighted in the talk are the same we currently use:

  • Ansible
  • Docker, but they use CoreOS
  • Jenkins
  • Packer instead of Dockerfiles
  • Vagrant, but we may not need them

I had a follow-up chat with Simone to understand their pipeline better and how they deploy and update containers without disrupting the services. I am interested in presenting a similar LnL on how we use Docker, Packer, Ansible, and Rake.

PyCon photo 3