Monthly update: 2020-12
Posted on Fri 01 January 2021 in blog
Posted on Fri 01 January 2021 in blog
Posted on Tue 01 December 2020 in blog
Posted on Sun 01 November 2020 in blog
Posted on Wed 12 September 2018 in blog
I'm organizing a 3rd workshop to translate the Python Documentation on 2018-09-20!!!
TL;DR, register on meetup.com.
The goal is mainly to translate a bit of the documentation, so indirectly to help newcomers with the tools (github / git / poedit / ...). We'll be hosted by Budget Insight, and Pizzas will be …
Posted on Sun 10 June 2018 in blog
La PyCON Fr 2018 c'est dans 4 mois, mine de rien c'est pas si loin, c'est le moment de l'ajouter sur son calendrier.
L'appel à présentations est ouvert aussi, vous pouvez y proposer des ateliers, des sprints, ou des présentations (25 mn ou 50 mn).
Si vous n'êtes jamais …
Posted on Sat 09 December 2017 in blog
C'est parti, j'ai le GO de la PSF et de
NUMA Paris, le 9 janvier 2018
on va faire
un atalier pour traduire la documentation de Python en fraçais, ce
sera un peu la suite de l'atelier de septembre de la PYCON
FR.
On en est déjà à 28% traduit …
Posted on Wed 12 July 2017 in blog
L'AFNOR à lancé autour de juin 2017 un appel à commentaires à propos de la normalisation du clavier français, réunissant 3725 retours.
Parmis ces retours certains mentionnent la compose key :
[…] il est possible de composer une quantitée de symboles bien plus grande qu'avec une dead key
[…] et éventuellement une touche …
Posted on Mon 29 May 2017 in blog
This is an overview of what is done, what we're doing, and what's needs work about the translation of Python documentation.
The first step to ensure every other steps are worth it was to officialize the translations. This is now done with the PEP 545.
Posted on Sun 05 June 2016 in blog
This is a short introduction of the basic vocabulary and knowledge
needed to start with async
and await
, we'll go from "scratch", but
not from the whole "let's use generators" era, when everything
started, but from a contemporary (Python 3.5) point of view with
natives coroutines
, async
, await
.
Posted on Thu 17 May 2012 in blog
Every day (at least) I'm facing a problem: how to check if a string is valid in utf-8 ? So I wrote a little C program, that I put on my github. Just be aware that pure ASCII is valid UTF-8 and that's not a bug: my program is checking if …