@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.
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
https://www.youtube.com/watch?v=d0LpovstIHo
S1 EP16 Lab 9 - Machine Learning in Python - Discard Safe Removal - vs Remove Method #datascienceforbeginners #PythonForDataScience #machinelearning #codingforbeginners #learnpython #softwaredeveloper #dataengineering #pythoncoding #machinelearningtutorial #jupyterlabs #datascience #jupyternotebook #mlforbeginners #python #machinelearningbasics #algorithims #learntocode #vscode #machinelearningmodels #statistics
Anthropic has made a large contribution to the Python Software Foundation
#open-source #python #security
GeoTessera provides access to geospatial embeddings from the Tessera foundation model which processes Sentinel-1 and Sentinel-2 satellite imagery https://github.com/ucam-eo/geotessera #satellite #images #Python

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).
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.
Compartilhe boas práticas e vamos conversar sobre código que se explica sozinho. #Python #CleanArchitecture #PEP8 #BoasPráticas #EngenhariaDeSoftware
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?
🚀 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
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
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: https://github.com/oncodash/ontoweaver/releases/tag/v1.2.0
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: https://pypi.org/project/ontoweaver/1.2.0/
#ontoweaver #biocypher #knowledgeGraphs #ontologies #semantic #biomedicine #science #freesoftware #python
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:
https://theaiops.substack.com/p/setting-up-a-memory-for-an-ai-application