diff --git a/content/pages/formations.en.md b/content/pages/formations.en.md new file mode 100644 index 0000000..d260ee0 --- /dev/null +++ b/content/pages/formations.en.md @@ -0,0 +1,10 @@ +Title: Formations +Date: 2023-01-17 15:41:00 +Lang: en + +Python developer since 2009, Python trainer since 2015, I teach the following trainings: + +- [Python introduction]({filename}/pages/python-initiation.md) +- [Advanced Python]({filename}/pages/python-avancé.md) + +Interested? Shoot me an email: [julien@palard.fr](mailto:julien@palard.fr). diff --git a/content/pages/formations.md b/content/pages/formations.md index 929ef3c..241c32f 100644 --- a/content/pages/formations.md +++ b/content/pages/formations.md @@ -1,5 +1,6 @@ Title: Formations Date: 2023-01-17 15:41:00 +Lang: fr Développeur Python depuis 2009, formateur Python depuis 2015, je propose ces formations : @@ -7,4 +8,4 @@ propose ces formations : - [Python initiation]({filename}/pages/python-initiation.md) - [Python avancé]({filename}/pages/python-avancé.md) -Intéressés ? Contactez-moi par email : julien at palard.fr. +Intéressés ? Contactez-moi par email : [julien@palard.fr](mailto:julien@palard.fr). diff --git a/content/pages/talks.en.md b/content/pages/talks.en.md new file mode 100644 index 0000000..edb375d --- /dev/null +++ b/content/pages/talks.en.md @@ -0,0 +1,56 @@ +Title: Talks +Date: 2008-08-14 19:25:52 +Slug: talks +Lang: en + +- 2022-11-26: + [Campus du Libre](https://www.campus-du-libre.org/): HackInScience demo + [video (fr)](https://bbb.afpy.org/playback/presentation/2.3/62dfb87e2dfcc5d2947bceb86a2324d10dfdd55b-1669457837244), + [slides (fr)](https://mdk.fr/hkis-au-campus-du-libre). + +- 2021-04-15: + [AFPy](https://discuss.afpy.org/t/en-attendant-la-pyconfr-du-15-avril-2021/222/3): Bash — tips and tricks + [video (fr)](https://bbb.afpy.org/playback/presentation/2.0/playback.html?meetingId=fb67608c847ace007f60e5b9fa6917ff7040b495-1618502029253). + +- 2021-01-13: + [AFPy](https://discuss.afpy.org/t/calendrier-de-lafpy/64/12): Packaging without setup.py + [slides (fr)](https://julienpalard.frama.io/atelier-packaging/). + +- 2020-12-09: + [AFPy](https://discuss.afpy.org/t/calendrier-de-lafpy/64/12): Python Performance Workshop + [slides (fr)](https://julienpalard.frama.io/atelier-perf/perf.html), + [video (fr)](https://pyvideo.org/en-attendant-la-pyconfr-2020-2021/performances-de-python.html). + +- 2019-06-13: + [Write The Docs Paris](https://www.meetup.com/Write-the-Docs-Paris/): Translating the Python documentation + [slides](https://julienpalard.frama.io/write-the-docs-paris-19/), + [video (fr)](https://mzl.la/write-the-docs-2019-06-13). + +- 2019-05-22: + [Paris.py #19](https://www.meetup.com/Paris-py-Python-Django-friends/events/260875730/): + Feedback about 2019 US PyCon + [slides (fr)](https://julienpalard.frama.io/paris.py-19/). + +- 2018-12-18: + [Paris.py #16](https://www.meetup.com/Paris-py-Python-Django-friends/events/250063967/): + hackinscience.org: How we use Python to teach Python. + [slides](https://hackinscience.frama.io/paris.py-16/). + +- 2018-10-06: + [PyCon FR 2018](https://www.pycon.fr/2018/): + The emergence of consensus in the Python community. + [video](https://www.youtube.com/watch?v=Zb-LhOLEPg8) + +- 2018-01-14: + [Paris.py #14](https://www.meetup.com/Paris-py-Python-Django-friends/events/245495073/): + `async` et `await` sans asyncio. + [slides](https://mdk.fr/asyncio/), [video (fr)](https://www.youtube.com/watch?v=_LpJ7X8hY-Y). + +- 2017-04-06: + [Paris.py #13](https://www.meetup.com/Paris-py-Python-Django-friends/events/238318089/): + Traduction de la documentation de Python en français. + +- 2016-10-16: + [PyCon FR 2016](https://www.pycon.fr/2016/pages/programme.html#Traduction%20de%20la%20doc%20de%20Python%20et%20l'internationalisation): + La traduction de la documentation de Python et l'internationalisation. + [video (fr)](https://www.pycon.fr/2016/videos/traduction-de-la-doc-de-python-et-linternationalisation.html). diff --git a/content/pages/talks.md b/content/pages/talks.md index edf366e..7ac350b 100644 --- a/content/pages/talks.md +++ b/content/pages/talks.md @@ -1,8 +1,7 @@ -Title: Talks +Title: Conférences Date: 2008-08-14 19:25:52 -status: hidden - -## Past +Slug: talks +Lang: fr - 2022-11-26: [Campus du Libre](https://www.campus-du-libre.org/): Démo d'HackInScience @@ -25,7 +24,7 @@ status: hidden - 2019-06-13: [Write The Docs Paris](https://www.meetup.com/Write-the-Docs-Paris/): La traduction de la documentation de Python. - [slides](https://julienpalard.frama.io/write-the-docs-paris-19/), + [slides (en)](https://julienpalard.frama.io/write-the-docs-paris-19/), [video](https://mzl.la/write-the-docs-2019-06-13). - 2019-05-22: @@ -35,18 +34,18 @@ status: hidden - 2018-12-18: [Paris.py #16](https://www.meetup.com/Paris-py-Python-Django-friends/events/250063967/): - hackinscience.org: Comment on utilise Python pour enseigner Python. - [slides](https://hackinscience.frama.io/paris.py-16/). + hackinscience.org: Comment enseigner Python avec Python ? + [slides (en)](https://hackinscience.frama.io/paris.py-16/). - 2018-10-06: [PyCon FR 2018](https://www.pycon.fr/2018/): The emergence of consensus in the Python community. - [video](https://www.youtube.com/watch?v=Zb-LhOLEPg8) + [video (en)](https://www.youtube.com/watch?v=Zb-LhOLEPg8) - 2018-01-14: [Paris.py #14](https://www.meetup.com/Paris-py-Python-Django-friends/events/245495073/): `async` et `await` sans asyncio. - [slides](https://mdk.fr/asyncio/), [video](https://www.youtube.com/watch?v=_LpJ7X8hY-Y). + [slides (en)](https://mdk.fr/asyncio/), [video](https://www.youtube.com/watch?v=_LpJ7X8hY-Y). - 2017-04-06: [Paris.py #13](https://www.meetup.com/Paris-py-Python-Django-friends/events/238318089/):