Use rembg to remove the background from images in Python
https://rodstephensbooks.com/use_rembg.html
#Python #rembg #ImageProcessing

pour les fonctionnalités des versions #Python, notamment la 3.10 : https://www.nicholashairs.com/posts/major-changes-between-python-versions/
avec #Halloween 🎃 a été publiée la dernière version de #Python 3.9 : la 3.9.25 🕊️ (https://discuss.python.org/t/the-final-python-3-9-security-fix-release-is-out/104666).
Depuis le 1er novembre, la version maintenue la plus ancienne est la 3.10 (https://endoflife.date/python) ; ce qui veut dire que les personnes qui maintiennent des bibliothèques ou des outils peuvent désormais adopter toutes les fonctionnalités de la 3.10 sans risquer de perdre trop de personnes utilisatrices.
Quelles sont les fonctionnalités de la 3.10 qui vous intéressent le plus ?
I wrote a bit about what went on at the recent Python Core Sprint at #Arm in Cambridge, plus some bonus @PyConUK highlights.
https://hugovk.dev/blog/2025/python-core-sprint/
Live streaming now on eom.dev!
Kraken Cryptocurrency Exchange | Day Trading Cryptocurrency
#owncast #livestreaming #daytrading #trading #market #crypto #cryptocurrency #kraken #api #tech #technology #coding #code #python #finance #money
Nền tảng và lưu trữ cho dự án SaaS về lập kế hoạch du lịch? Tôi dùng Python, FastAPI và Angular, lưu trữ trên Northflank và Vercel. #lập_kế_hoạch_du_lịch #SaaS #Python #FastAPI #Angular #Northflank #Vercel #technologystack #hostingplatform #travelplanning #softwareasaservice
https://www.reddit.com/r/SideProject/comments/1onawet/technical_stack_and_hosting/
🐍 We are happy to announce that we will again be running a Python devroom at FOSDEM 2026 (https://fosdem.org/2026/).
🌍 FOSDEM 2026 will take place on the weekend Jan 31 / Feb 1 2026 in Brussels, Belgium, with the Python devroom being held on Saturday, Jan 31.
📅 The Call for Proposals (CFP) has started. Submission deadline is December 1 2026
For full details, please check the announcement email at: https://gist.github.com/malemburg/4f2d1ceeb24d26c35740390cf712af5e

🐍📅✨ Our Python Meeting Düsseldorf is running a Python Sprint / Hackathon at the offices of Atos in Düsseldorf on the weekend of Nov 15./16.
🚀 If you happen to be around, please do consider registering. Sprints are usually lots of fun. You can learn a lot and work with likeminded people on cool projects.
🤝 Here's the Meetup page with the registration: https://www.meetup.com/python-meeting-dusseldorf/events/311837125/
#python #sprint #hackathon #dusseldorf

Relatedly:
>>> int('111', base=37)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: int() base must be >= 2 and <= 36, or 0
What. So is there a standard library function for converting number bases in python?
Introducing runtime_introspect v0.2.0 !
https://github.com/neutrinoceros/runtime-introspect/releases/tag/v0.2.0
This versions introduces high level, portable APIs like
- FeatureSet.supports("free-threading")
- FeatureSet.supports("JIT")
- FeatureSet.supports("py-limited-api")
making it possible to inspect availability for specific features at runtime with *very* little code (turns out solving this problem in the general case is complicated enough that I only want to do it once).
For instance
from runtime_introspect import runtime_feature_set
fs = runtime_feature_set()
if fs.supports("free-threading"):
... # cool multi-threading stuff
else:
... # less cool, single threading stuff
every non-EOL version of #CPython (including unstable ones, #Python315) are supported.
#Python #softwaredevelopment #opensourcesoftware
Diffify is a platform that compares different versions of R packages (from CRAN) and Python packages (from PyPI). It helps you quickly see what's changed between the package version you're using and newer releases, including updates from NEWS files, dependencies, namespaces, and functions.
Had a great time at @AFPy 's PyConFR !
Noted the #python things I learned in https://mkir.ch/2025-11-03/pyconf2025.html