python

Back Open Paginator
03.11.2025 16:05
RodStephens (@RodStephens@hachyderm.io)

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





Show Original Post


03.11.2025 15:28
pythonrennes (@pythonrennes@social.breizhcamp.org)

pour les fonctionnalités des versions #Python, notamment la 3.10 : nicholashairs.com/posts/major-




Show Original Post


03.11.2025 15:20
pythonrennes (@pythonrennes@social.breizhcamp.org)

avec #Halloween 🎃 a été publiée la dernière version de #Python 3.9 : la 3.9.25 🕊️ (discuss.python.org/t/the-final).

Depuis le 1er novembre, la version maintenue la plus ancienne est la 3.10 (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 ?




Show Original Post


03.11.2025 15:16
hugovk (@hugovk@mastodon.social)

I wrote a bit about what went on at the recent Python Core Sprint at in Cambridge, plus some bonus @PyConUK highlights.

hugovk.dev/blog/2025/python-co




Show Original Post


03.11.2025 14:29
federation (@federation@owncast.eom.dev)

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

https://owncast.eom.dev





Show Original Post


03.11.2025 14:19
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

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

reddit.com/r/SideProject/comme




Show Original Post


03.11.2025 14:08
malemburg (@malemburg@mastodon.social)

🐍 We are happy to announce that we will again be running a Python devroom at FOSDEM 2026 (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: gist.github.com/malemburg/4f2d





Show Original Post


03.11.2025 13:02
malemburg (@malemburg@mastodon.social)

🐍📅✨ 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: meetup.com/python-meeting-duss





Show Original Post


03.11.2025 12:48
albertcardona (@albertcardona@mathstodon.xyz)

@futurebird

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?

#python




Show Original Post


03.11.2025 12:42
neutrinoceros (@neutrinoceros@ieji.de)

Introducing runtime_introspect v0.2.0 !

github.com/neutrinoceros/runti

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




Show Original Post


03.11.2025 12:40
jumpingrivers (@jumpingrivers@fosstodon.org)

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.

#R #Python #dependencies

diffify.com/




Show Original Post


03.11.2025 12:28
martin_kirch (@martin_kirch@piaille.fr)

Had a great time at @AFPy 's PyConFR !

Noted the #python things I learned in mkir.ch/2025-11-03/pyconf2025.




Show Original Post


1 ...1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 ...1565
UP