Madrid Python Meetup - November'16


Last November I attended the Madrid Python Meetup. Being a regular attendant of Barcelona Python Meetup I was curious about the Python community in Madrid.

There were four talks, all of them revolving around Python and Geographic Information Systems. This was a topic that I have not dealt with at all and was curious about what Python can help with.

1st talk

Guillem Borrell talked about whether Madrid pollution measurements were being rigged by the government. He showed how most of the pollution meters were placed further away from the city center and after analyzing historical measurements with the help of Python, concluded that apparently it was not the case.

The most important take outs from his talk for me were:

  • The data model and the obfuscation of the data in it can be part of the business model. By hindering competitors from using/accessing the data that is supposed to be freely available, such as the pollution measurements in this case, competitors are in disadvantage when when the contract is to be renewed.

  • Data Science consists on Data cleaning most of the time rather than creating/implementing new fancy algorithms which was quite surprising for me.

2nd talk

Juan Luis Ribero talked about geo referenced data visualization with Python. It was a really in-depth and long talk in which he explained:

  • the basics such as map projections like Mercator, Universal Transverse Mercator, Web Mercator, etc.
  • detailed Cartopy API and the different data transformations that it helps accomplish
  • talked through some examples using Cartopy, open data from the regional government to create some cool visualizations.

3rd talk

Oriol Boix briefly explained the Carto API. The Meetup was hosted at Carto’s office so it was rather natural that they put together a talk about their product.

4th talk

Francisco José Raga explained how to create Plugins for QGIS.

The main learning I got from his talk is that the IDE should be considered as an extendable tool and whenever a developer finds himself doing something over and over again is much better to develop a plugin to automate the job.

Summary

Overall the topics discussed in the Meetup were not directly related to my day to day work but it was refreshing to learn about people using Python for so many different things.

Finally, this kind of events are used by companies to recruit people and this time was no different. I have heard countless times about it as a suggestion for people looking for a job to attend or do a presentation at this kind of events and I believe it is an effective way to find a new job.

Carto’s office in the very city Center of Madrid were really cool by the way.

comments powered by Disqus