đ° Django News - Django 2025 Survey Results and Django's annual fundraiser - Oct 31st 2025
https://django-news.com/issues/309
un article de @treyhunner expliquant comment personnaliser votre #REPL si vous utiliser #Python 3.13 :
- le tutoriel https://treyhunner.com/2025/10/handy-python-repl-modifications/
- le repo organisant les personnalisations : https://github.com/treyhunner/pyrepl-hacks
Ătapes
- créer une variable d'environnement PYTHONSTARTUP pointant vers un fichier de personnalisation
- créer le fichier de personnalisation : raccourcis clavier, colorisation, etc.
Ok, I get it. I'm a programmer who has been programming since around 1980; self taught in just about everything except assembler and TRS-80 BASIC, and at 62 still a productive professional programmer programming in python.
I've just come from PyPI.org, where I find that many packages listed there are drop-in replacements for python packages written in Rust, or new bits of work written in Rust but wrapped in a python binding.
Lets be clear: I am not a Rust hater. I've started taking an online course to learn some Rust, because the products of the toolchain are undeniably amazing. I'm finding the language to be more than a bit difficult, however, because like most new and effective advances in computers science, its very different, and that makes it challenging.
What I am finding I don't like however, is the behavior of the community. Just because you *can* write rust code that will e.g., fit into the linux kernel, or be easily wrapped into some sort of binding, doesn't mean I want to discover that my python package repository, full of lovely python programs, done pydantically, and all according to the PEPs we know, love, and depend on, to be supplanted with a bunch of python wrapped rust code. Its unfriendly, unnecessary, and most importantly, dilutes the effectiveness and maintainability of the index and the code found there.
By all means, write Rust apps, if you're able.
Just keep them out of my python
reposititory.
Just my 0.02$
To reiterate: I have nothing against any programming language. They're all useful in some respect, yes ALL of them.
I just want my python repository to be pure python, with very few very notable exceptions.
I donât think Iâve ever coded #Python, but today I joined the Python Software Foundation. â
Tut gut zu sehen, dass meine prĂ€ferierte Programmiersprache von Menschen betreut wird, die RĂŒckgrat haben. đ„°
Wer kann, sollte vielleicht eine kleine Spende da lassen, die 1,5 Mio. mĂŒssen ja wieder reingeholt werden. đ
https://www.python.org/psf/donations/
Est-ce qu'une formation Python avancé intéresse des gens ici�
Je me suis inscrit à une formation de #HumanCoders dans le cadre de mon travail, et pour que la session du 8 décembre en distanciel soit validée, il faut au moins deux stagiaires.
Qui vient pour valider la session et apprendre du Python avancé� :D
https://www.humancoders.com/formations/python-avance
Vous pouvez booster si vous avez envie !
@yantor3d Haha I had almost that problem yesterday. An API I use returns views instead of lists/tuples for some stupid reason and I wanted to inspect the items.
thing.keys()
đ€: nope, itâs a KeysView
thing.keys()[:]
đ€: nope, canât be done.
[things.keys()]
đ€: haha, you wish
Damnit you really want me to type list(things.keys()) ?!
ce week-end Ă Vaise c'est la PyconFR ! Un week-end de confĂ©rences ateliers autour de Python đ
La fondation #Python renonce Ă une subvention de 1,5 million de dollars plutĂŽt quâĂ ses valeurs.
Pour obtenir cette somme, la fondation devait sâengager Ă ne mener aucune action en faveur de la diversitĂ©, lâĂ©galitĂ© ou lâinclusion (DEI), une des exigences politiques de lâadministration Trump.
https://www.zdnet.fr/blogs/l-esprit-libre/la-fondation-python-renonce-a-une-subvention-de-15-million-de-dollars-plutot-qua-ses-valeurs-484243.htm#xtor=RSS-1
#truckfump
https://technologiesinternetz.blogspot.com/2025/10/why-typeddict-is-fantastic-in-python.html
Why TypedDict is Fantastic in Python: Boost Your Code with Structured Typing
#Typeddict #python #programming #code

ÂĄHola, mundo! đ Estoy publicando esto usando un script de Python y la API de Mastodon. #Python #MastodonAPI
For those following along on this 'exciting' saga, I did, in fact, submit a PR. It has been merged and a new version of pypostal has been released. Another OSS success story.
https://github.com/openvenues/pypostal/pull/96