@CGM I see good in this: new and useful powers for #Python.
I see bad in this: a thing we knew about for a long time, present elsewhere, why so long coming?
I see neutral in this: things that can be provided by libraries instead of directly in the language should absolutely start in a library. If they earn a spot in the language itself, great.
I see sad in this: these words make it sound like #TCL is ahead and Python is behind overall. That doesn’t match my opinion or personal experience. Absolutely agree on this particular feature. And also I have stated many times "there is no best language", just choices more or less cost-effective for the problem at hand.
For the problems I’ve faced, with the tools I’ve had available, Python has been a more cost-effective choice than TCL the majority of the time. From your words, I took that you prefer TCL. Nothing wrong with that!
#LanguageDesign #TailCallOptimization
What's the point of having `writelines` function, if it doesn't write lines?
```
>>> help(io.TextIOWrapper.writelines)
Help on method_descriptor:
writelines(self, lines, /) unbound _io._IOBase method
Write a list of lines to stream.
Line separators are not added, so it is usual for each of the
lines provided to have a line separator at the end.
```
Just a random thought I had this morning. Do I pronounce #Python the french way, my native language, or the english way?
I am realizing this morning that I have read and wrote the word Python, but I have never spoken it out loud and probably never heard it being spoken out loud.
To me, this word is solely a word of the written world of internet.
#python #forecasting #airline #passengers #statistics
#technology #algorithm
#risk #management
Univariate Time Series Forecasting with MOGPTK
Uncertainty Estimation in Multi-Output Gaussian Processes (MOGP) with Variational Inference
#exploremore 👇
https://medium.com/python-in-plain-english/univariate-time-series-forecasting-with-mogptk-a2d61b44d6f8?sk=18d89ddab7645a07e6afa5159766fcce

✏️️ Django 6, le framework web gratuit et open source basé sur Python, est disponible, avec la prise en charge intégrée de la norme CSP ainsi qu'un framework de tâches intégré pour les tâches en arrière-plan....
🔗 Lire l'article sur Developpez.com: https://python.developpez.com/actu/378221/Django-6-le-framework-web-gratuit-et-open-source-base-sur-Python-est-disponible-avec-la-prise-en-charge-integree-de-la-norme-CSP-ainsi-qu-un-framework-de-taches-integre-pour-les-taches-en-arriere-plan/
#️⃣ #Informatique #Python
📣 Sponsor talk: @microsoft is speaking at #PyLadiesCon! 💜🐍
Dingding Lu & Patty Chow will explore OSS DocumentDB & Azure PostgreSQL for building enterprise applications!
Intermediate level. Learn how to use these tools!
#PyLadiesCon #PyLadies #Python

Show HN: Tacopy – Tail Call Optimization for Python
Link: https://github.com/raaidrt/tacopy
Discussion: https://news.ycombinator.com/item?id=46094330
TOPLAP Stream for Palestine November 2025 - taconi
https://bolha.tube/w/p4haitUaYt4SM4V6KdiStp
Content warning:Advent of Code 2025 Day 5 Spoilers
Fun fact: the first whiteboard code interview question I was asked at Facebook way back in 2013 involved range merging.
As does today's problem. I did Part 1 without knowing Part 2, obviously, and wrote it as a simple linear search which is totally fine given how small the dataset is.
But seeing Part 2, I did the merging first, and then went back and used Python's excellent `bisect` package to more efficiently implement Part 1. If you don't know the algorithm for merging overlapping ranges, this is a good opportunity to memorize it 🙃
https://github.com/biesnecker/aoc-anyhow/blob/main/202505.py
#AdventOfCode #AdventOfCode2025 #python

🚨 #CFP Deadline: Dec 7 🚨
Only 2 days left to submit your talk proposal for #PyTexasConference2026!
#Python talks, lessons learned, etc — all welcome.
Apply now → https://www.pytexas.org/2026

🕹️ 24 jours de #Python / #Pyxel
Jour 5: https://24jdpp.forge.apps.education.fr/jour.html?j=5
Pour des activités en classe, pour ceux qui veulent découvrir Pyxel et/ou se préparer pour la Nuit du Code (www.nuitducode.net).

Python Collections Abc Mapping
collections.abc.Mapping for custom dictionaries
Implement dictionary-like behavior
#python #programming #tutorial #coding #collections #abc #mapping
https://www.youtube.com/watch?v=Ysmo_tJs1fg