Now in its fifth year, PyCon Ireland is an annual conference organized by the Python Ireland community. Like the previous year, the weekend conference was held in Dublin and included a healthy mix of talks and workshops. Two days of sprints on projects such as Django and PyPy followed. Over the years, and most notably this year, the content has evolved from covering low-level implementation details, to higher-level applications of Python and the plethora of modules now available.

Many companies, including Red Hat, sponsored the event, and given the interactions at the booths and the various recruiter talks, the job market seems vibrant and competitive for Python developers. More than 350 people attended this year, and the conference once again sold out in advance. {:align=right}

The keynotes covered a variety of topics. On Saturday the opening talk by Ian Ozswald included a rant about how hard and annoying cleaning input data is, a sentiment echoed by multiple speakers who also complained about wrong units, badly encoded strings, and the fact the booleans can be True and False, but also Unreadable.

In her Sunday keynote, OpenShift community manager Diane Mueller talked about communities and successful community management (and how to make soup out of stones), and she discussed the problems of scope, stabilization, and Not Invented Here syndrome in younger projects. Diane used specific examples from the OpenShift and OpenStack communities in her discussion.

Lennart Regebro's keynote about Python 3 was practical , and after explaining why everyone should support it, he provided a real world example of how to add support to an existing project. Lennart also mentioned a number of useful tools, tips, and techniques that would be good references for anyone looking to start. For example, he discussed tools specific to porting to 3, such as Can I Use Python 3 to check dependencies that may be blocking the transition, and 2to3 for a first automated attempt at converting the code. He also mentioned tools that help make the process easier, including tox and virtualenv. Lennart's slides with references and strategies are available on GitHub.

If you couldn't make it to the event, or if you missed some of the talks, be sure to check out the collection of video archives available in the PyCon Ireland YouTube channel, including Diane Mueller's keynote, “Beyond the Cathedral & Bazaar: The New Era of Cross Community Collaboration."

Follow PyCon Ireland on Twitter to stay updated on 2015 event plans.

*Thanks to Pádraig Brady, Dan Kenigsberg, and Lucas Gomes for contributing to this article.