#python (3.14, but I bet it worked with from __future__ import annotations) annotations lazy evaluation:

Je viens juste de remarquer que la convention d’origami de l’OORAA (Organisation des Origamistes de Rhône-Alpes et d’Ailleurs), la PyConFR 2025 et le salon des vignerons indépendants se tiennent le même week-end (semaine 44 à 45) à Lyon 😯
#origami #pliage #pliages #luo2025 #python #pyconfr2025 #vigneronsindépendants #vin #alcool #apéro #lyon

I'm begging scientists who publish code done in #Python to please list the required packages and versions used. Code rot is very real and your repository will become nearly unusable a few months later when updates to dependencies break your work.
Hey, y'a un meetup #Python ce soir sur #Paris !
https://discuss.afpy.org/t/sur-paris-meetup-le-16-octobre/2735
(Mais je ne pourrai pas venir, sniffffffffff, vivement la PyConFR...)
How to get a list of all subscribed communities for a Lemmy user using Pythorhead?
https://programming.dev/post/39154170
⚡️Day 4 — let’s keep the momentum going! 💙
After an amazing first talk day (and that sushi feast 🍣, teppanyaki, and Georgian food!), we’re back for round two!✨
Brains are buzzing, coffee is fueling creativity ☕🚀
Here’s to another day of inspiring talks! 💬💡
#plone #ploneconf2025 #PyConFinland #Jyväskylä #opensource #webdevelopment #Python #React #AI #Finland

Reversing Lists in Python 🐍
Q: How can we reverse the order of items in a list without changing the original variable?
A: By using slicing [::-1]
If the step value has a negative sign, it moves backward from the end of the list toward the beginning.
🎥 Free Python beginners YouTube course: https://www.youtube.com/watch?v=bLSTVnkDfUg
#python #programming #coding #computerscience #technology #code

C'est qui qui s'est pas encore inscrit pour la #PyConFR (30 octobre → 2 novembre, à Lyon) ?
un article - non spécifique à #Python - sur la coloration syntaxique qu'on peut utiliser dans nos éditeurs de code : https://tonsky.me/blog/syntax-highlighting/
Une réflexion sur le dosage du nombre de couleurs pour que cette coloration nous soit vraiment utile.
L'auteur propose notamment une démarche pour se construire le thème coloré qui vous convient. Le sien s'appelle alabaster, il est disponible pour une diversité d' #IDE.
🚀 doespythonhaveit: Tìm thư viện Python theo ý nghĩa (AI semantic). Giảm ý路 description từ khóa! Có phiên bản terminal, lựa chọn cho developer/mới. Cân hỗ trợ otevxl? #Python #SearchEngine #AI #DeveloperTools #MãViệtLewis
https://www.reddit.com/r/SideProject/comments/1o80hjq/project_doespythonhaveit_a_search_engine_for/
lzma-cf 0.0.4 is out with wheels for Linux, macOS, and now Windows https://pypi.org/project/lzma-cf; lzma-cf supports multithreaded compression and decompression of .xz files and other LZMA based formats. #Python