python

Back Open Paginator
11.11.2025 15:22
thibaudcolas (@thibaudcolas@fosstodon.org)

TL;DR; rewrite it in #Rust! To reduce energy use. youtube.com/watch?v=UAHYQNG1qYI Full podcast coming soon (with way more nuance included 😉), there are lots of things we can do as #Django / #Python tech people to build leaner




Show Original Post


11.11.2025 15:11
scottfrye (@scottfrye@techhub.social)

#python
The Python foundation had to withdraw funding because the trump administration's extreme requirements around DEI language
pyfound.blogspot.com/2025/10/N




Show Original Post


11.11.2025 15:05
developpez (@developpez@piaf.stilobique.com)

✏️️ La Python Software Foundation enregistre un afflux de donateurs après avoir refusé une subvention fédérale. Et si le refus de PSF annonçait la fin des subventions conditionnées dans le monde open source ?....

🔗 Lire l'article sur Developpez.com: python.developpez.com/actu/377

#️⃣ #Informatique #Python




Show Original Post


11.11.2025 15:02
PurpleJillybeans (@PurpleJillybeans@kind.social)

@j3rn Toss-up between #Python and VB6.




Show Original Post


11.11.2025 14:56
Alonso_ReYDeS (@Alonso_ReYDeS@infosec.exchange)
🆓 Video del Webinar Gratuito: "#Peticiones #HTTP con #Python". 🎞️ https://www.reydes.com/e/videos



Show Original Post


11.11.2025 14:53
r (@r@fed.brid.gy)

News includes ReqLLM 1.0 with standardized LLM APIs, Codicil bringing semantic code understanding to #AI assistants, Tidewave Web expanding to #Python and more, playwright browser pooling, and #PostgreSQL WAL for DB notifications! #ElixirLang www.youtube.com/watch?v=tXp8...

Thinking Elixir Podcast 278: W...




Show Original Post


11.11.2025 14:53
r (@r@bsky.brid.gy)

News includes ReqLLM 1.0 with standardized LLM APIs, Codicil bringing semantic code understanding to #AI assistants, Tidewave Web expanding to #Python and more, playwright browser pooling, and #PostgreSQL WAL for DB notifications! #ElixirLang www.youtube.com/watch?v=tXp8...

Thinking Elixir Podcast 278: W...




Show Original Post


11.11.2025 14:52
objects (@objects@genserver.social)
News includes ReqLLM 1.0 with standardized LLM APIs, Codicil bringing semantic code understanding to #AI assistants, Tidewave Web expanding to #Python and more, playwright browser pooling, and #PostgreSQL WAL for DB notifications! @elixirlang #ElixirLang https://www.youtube.com/watch?v=tXp8hchfuh0


Show Original Post


11.11.2025 14:45
hughagraham (@hughagraham@fosstodon.org)

ooooh... embeddings... #rstats #python #gdal🤔





Show Original Post


11.11.2025 14:44
nhpaul (@nhpaul@sigmoid.social)

I wanted to share my current project. It’s a command line interface for running jobs in the cloud (currently #Scaleway and #GCP) and is a simple way to run your MLOps or data pipelines. Any feedback is appreciated:

sr.ht/~ootools/oocli/

#MLOps #MachineLearning #DataScience #AI #Cloud #Python #Sourcehut




Show Original Post


11.11.2025 14:40
TCCI_Ahmedabad (@TCCI_Ahmedabad@mastodon.social)

🚀 Best Short-Term Computer Courses with High Job Scope

1️⃣ Advanced Excel
2️⃣ Web Design
3️⃣ Python
4️⃣ SQL
5️⃣ C / C++

🎓 Learn job-ready skills at TCCI – Bopal Ahmedabad





Show Original Post


11.11.2025 14:14
HaraldKi (@HaraldKi@nrw.social)

Nice one. Type hints in Python allow to list a number of literal values, similar to TypeScript union types and the syntax is actually somewhat more explicit.

To implement page up/down in codeberg.org/harald/gitlogui I have now:

def doPage(self, factor: Literal[-1] | Literal[1]) -> None:
step = factor * int(self.pageSize.get())
...

and I can be sure, when using mypy, that doPage is only ever called with either -1 or 1.

#python #typehint #strongTyping #gitlogui




Show Original Post


1 ...1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 ...1566
UP