⏱ : Streaming vidéo dans le navigateur UPMC (Université Paris VI)
Code
Everything I write that is not under contract is open-sourced de-facto, since I put everything on Github. But not everything is worth a look.
Asynctest
Asynctest is a library written in Python. It provides utilities for writting tests for software using asyncio. In particular, it provides mocks for coroutines.
I started this project in 2015 and I am still its main author and maintainer.
I gave two talks about asynctest:
- FOSDEM 2017 (available on YouTube),
- Pycon FR 2016 (on YouTube).
Festune
Festune is a collection of scripts I use to manage my spotify playlists. It allows me to find duplicates between playlists, and generate others automatically.
I consider this project as a pet project. It's open-source so anyone can look at it and reuse my code, but I don't plan to maintain it nor add features that I'll not need. Pull requests are welcome though.
Talks
I sometimes give talks:
⏱ : asynctest: easier unit testing for asyncio FOSDEM 2017
⏱ : asynctest: easier unit testing for asyncio PyConFr 2016
⏱ : Streaming vidéo dans le navigateur UPMC (Université Paris VI)
⏱ : Votre appli web et Python: de zéro au million d'utilisateurs PyConFr 2015
⏱ : Un serveur fiable avec python 3.4 PyConFr 2014
Articles about Code
⏱ : I made a patch for Mozilla, and you can do it too
I will tell how I contributed code to Mozilla during a Bug Squashing Party.