Skip to content

Instantly share code, notes, and snippets.

@txomon
Created September 17, 2016 17:15
Show Gist options
  • Save txomon/c4205463305136d626aeb1f1bf2ef319 to your computer and use it in GitHub Desktop.
Save txomon/c4205463305136d626aeb1f1bf2ef319 to your computer and use it in GitHub Desktop.
My europython yearly sum up
Monday
======
10:30 - Barria2 Interactive data kungfu with shaolin
10:30 - Barria1 What Python can learn from Haskell packaging
11:15 - Barria2 Profiling the unprofilable
11:15 - PycharmRoom Query Embeddings: Web Scale Search powered by deep learnig and python
12:00 - A1 It's not magic: descriptors exposed
13:45 - A1 A million Children
14:15 - A2 Managing kubernetes from python using kube
14:15 - Barria2 Python Descriptor for Better Data Structures
14:45 - A2 Python as the keystone of building and testing C++ applications
16:00 - Barria1 Create secure production environment using Docker
16:30 - Barria1 Effectively test your webapp with python and selenium
Monday sum up
-------------
### 10:30 - Barria2 Interactive data kungfu with shaolin
Check it out against
### 11:15 - Barria2 Profiling the unprofilable
vmprof.readthedocs.io
github.com/fabioz/pydev.debugger
### 12:00 - A1 It's not magic: descriptors exposed
Descriptors => Use classes with `__set__` and `__get__`, instantiate
them as class properties. https://docs.google.com/presentation/d/1cSSwG_kpfg7DsvytUkhs_NPzcFZfOJ4Cj49LTKkKELM/edit
### Lighting talks
http://coala-analyzer.org/
Wednesday
---------
### 9:15 - LIGO: THE DAWN OF GRAVITATIONAL WAVE ASTRONOMY
Crazy astronomy stuff
### 10:30 - FAT Python: a new static optimizer for Python 3.6
Boring but seems like we will be able to have simple optimizations in python
### 11:15 - SQLAlchemy as the backbone of a Data Science company
Not good enough, nothing new
### 12:00 - CFFI: calling C from Python
It has improved the c syntax generation
### Opengl
Really easy to use opengl libraries, maybe too low level most of the time
Thursday
--------
### Conquer the world
blog.godatadriven.com
trueskill algorithm
### Music notes
https://github.com/aniawsz/rtmonoaudio2midi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment