python

Back Open Paginator
13.01.2026 16:48
danzin (@danzin@mastodon.social)

@ThePSF @pypi Thanks Anthropic and everyone that worked hard to make this happen.

I hope this is just the beginning and a lot more contributions to the PSF will happen. The Python ecosystem will become better and better this way.




Show Original Post


13.01.2026 16:42
talkpython (@talkpython@fosstodon.org)

We are live on YouTube in 23 minutes. Join us and be part of the show with @mkennedy and Sebastián Ramírez, Savannah Ostrowski, Patrick Arminio, and Jonathan M.. #python #podcast

Topic: Fly inside FastAPI Cloud

youtube.com/watch?v=d0LpovstIHo




Show Original Post


13.01.2026 16:35
TechKeysX (@TechKeysX@mastodon.social)

S1 EP16 Lab 9 - Machine Learning in Python - Discard Safe Removal - vs Remove Method





Show Original Post


13.01.2026 16:25
CuratedHackerNews (@CuratedHackerNews@mastodon.social)

Anthropic has made a large contribution to the Python Software Foundation

discuss.python.org/t/anthropic

-source




Show Original Post


13.01.2026 16:17
shakthimaan (@shakthimaan@mastodon.social)

GeoTessera provides access to geospatial embeddings from the Tessera foundation model which processes Sentinel-1 and Sentinel-2 satellite imagery github.com/ucam-eo/geotessera





Show Original Post


13.01.2026 16:07
jnareb (@jnareb@fosstodon.org)

What name would you recommend for Python clone of the GitHub Linguist tool (a library to detect programming/markup language used by a file in a repository)?

Note that `linguist` and `pylinguist` are both taken (the tool will be a fork of `linguist` - which on PyPI is Python 2.x only tool).

#naming #python #pypi

gh-linguist
py-gh-linguist
PyGHLinguist
other (please specify in reply)




Show Original Post


13.01.2026 16:02
riverfount (@riverfount@bolha.us)

Nomear variáveis é um ato de design, não de estética.

No meu novo artigo, mostro como combinar Clean Architecture e PEP 8 para escrever nomes claros, concisos e inteligentes em Python — com exemplos reais e um mini refactor no final.

Leia em:
bolha.blog/riverfount/nomear-p

Compartilhe boas práticas e vamos conversar sobre código que se explica sozinho. #Python #CleanArchitecture #PEP8 #BoasPráticas #EngenhariaDeSoftware




Show Original Post


13.01.2026 16:00
taschenorakel (@taschenorakel@mastodon.green)

No, #pylint, these parentheses are not superfluous. Not even remotely:

substantial_removals_found = (any_removes != trivial_removes)
substantial_insertions_found = (any_inserts != trivial_inserts)

Now how to patch pylint to make it accept this code without disabling the entire check?

#Python #CodeQuality




Show Original Post


13.01.2026 15:22
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

🚀 Ngày 1/5 dự án iOS: YouTube AI Summarizer ✅ Backend Python trên Vercel đã hoạt động, trích xuất transcript, lấy metadata video. App SwiftUI kết nối API, dùng proxy Webshare để tránh chặn. Các ngày còn lại: UI/UX, tích hợp AI, polish, đưa lên App Store. Đóng góp ý kiến nhé! #iOS #AI #YouTube #AppDev #SwiftUI #Python #SideProject #CôngNghệ #TechVietnam

reddit.com/r/SideProject/comme




Show Original Post


13.01.2026 15:14
devto_vn_bot (@devto_vn_bot@mastodon.maobui.com)

Bài viết giải thích cách xử lý kết quả trong Hybrid Async-Native Engine cho Python:
🔹 Python coroutine trả về Future (awaitable), hỗ trợ multiple awaits & lan truyền ngoại lệ
🔹 C tasks ghi kết quả nhị phân vào Shared Memory Bus
🔹 Python chỉ đọc không hủy khi bộ nhớ rảnh, không sửa/xóa dữ liệu C
🔹 Cấu hình `tasks_per_thread` kiểm soát tác vụ async trên GIL threads
🔹 Tách biệt tác vụ I/O Python và tính toán song song C

#Python #AsyncProgramming #Concurrency #HybridSystems
#LậpT




Show Original Post


13.01.2026 14:57
dreo (@dreo@social.sciences.re)

We are happy to announce the release of the 1.2 version of OntoWeaver, the tool that sits on top of BioCypher and allows to easily make independent adapters parsing structure data, from just a simple declaration of a mapping: github.com/oncodash/ontoweaver

The main new feature is adapters for structured documents: OWL (ontology files' populated graph), XML and JSON documents, and some new high-level information fusion functions.

The package is available on PyPI, now in the BioCypher community: pypi.org/project/ontoweaver/1.

#ontoweaver #biocypher #knowledgeGraphs #ontologies #semantic #biomedicine #science #freesoftware #python




Show Original Post


13.01.2026 14:56
ramikrispin (@ramikrispin@mstdn.social)

Setting Up a Memory for an AI Application 👇🏼

By default, LLMs don’t come with memory, and each conversion is independent of the previous one. So, how do you add memory to an AI application? Apparently, it is simpler than it sounds, and it takes less than 5 lines of code to add one to your AI application by injecting the previous conversion to the prompt.

Here is a step-by-step tutorial for how to add memory to a stateless AI app:

theaiops.substack.com/p/settin

#ai #python #datascience




Show Original Post


1 ...660 661 662 663 664 665 666 667 668 669 670 ...1584
UP