028 #python #SPS17

028 #python #SPS17

The Swiss Python Summit brought lots of old friends and eager participants together to discuss and debate our common experience and prospects of the Python programming language, and the huge, awesome community around it. This post summarises and adds to my full notes from the day.

This year's event reminded me in no uncertain way that despite the proliferation of all kinds of Py in academia and industry, these are not just very talented coders, but also great people to be around, with interesting outlooks on life and code.

The association behind #SPS17 is, like that of Open Infrastructure, outstandingly open and transparent about their process, finances, and roadmap. It is a community that is very committed to stewardship - of data, standards, practices and traditions. And it is made up (mostly) of people who still know how not to take themselves or technology too seriously, who are more than willing to experiment, question and share what they learn in a playful way.

Being the language of choice for many data scientists, it was brilliant for us data geeks that the event opened with a discussion by Gaƫl Varoquaux, core contributor to scikit-learn and other scientific computing projects.

There was lots of other data-ful discussion in the program. Which I have summarised in my notes on the forum.

Thanks to the organisers for the chance to include the School of Data in the poster session. Made specially for the event, the poster features our 7-step pipeline, lists many common Python packages (and some less common ones too), as used in our workshops and by data wranglers.

Furthermore, we encouraged participants to "occupy" our poster with Post-It notes, on which they could write a code snippet or link to have it run in our Jupyter notebook and featured. I got the ball rolling with a snippet of "data art" adapted from data-science-ipython-notebooks:

X, y = make_blobs(n_samples=2017,centers=99)
plt.scatter(X[:, 0], X[:, 1], c=y, s=50, cmap='rainbow')

A few interesting other bits of code were shared, and you can see the result and download the notebook (.ipynb). It would be fun to expand on this in future events...

People were wondering if we could tesseract coder handwriting and auto-compile the Post-Its. Maybe next year!

Some other personal highlights included:

  • pondering the profundity of locale and writing systems (seen previously at PyCon UK), connecting the problems of today with the unfortunate lack of good standards bodies thousands of years ago
  • talking to the developer of qutebrowser, a keyboard-focused, vim-like browser, and learning more about the amazing ways some people interact with computers
  • hearing a colleague walk through a data journalism project through which he fell in love with Python last year
  • studying the posters next to ours, such as the one on (Autogenerated Swagger Documentation) from HSR which was very informative and useful to open data projects
  • debating with @sfkeller about the future of humanity and other open issues, and remembering the last time I had a poster at HSR, 4 years ago
  • seeing the Python community mature and evolve and become established in all types of IT worlds and among other giants
  • discovering rust-lang and gosu-lang ;-) ..still, listen to this:

The open type system breathes life into the otherwise dead world of raw data. This is the world we struggle with as programmers. This is where we waste precious time and resources reading and deciphering and parsing and mapping and reinventing, and we do this over and over. The cracks and crevices between data and our world of objects is where the bad bugs lie. With Gosu suddenly data has the potential to be directly accessible as typed objects...

"Wrapping up: Many problems are better solved by documentation than new code!" -@GaelVaroquaux @pythonsummit, Feb 17th at 9:55 AM

Word.

Hope to see you all again at #SPS18 !

Creative Commons Licence
The works on this blog are licensed under a Creative Commons Attribution 4.0 International License.