Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Insider: Python 3.12.4 released

Link: https://pythoninsider.blogspot.com/2024/06/python-3124-released.html

I'm pleased to announce the release of Python 3.12.4:https://www.python.org/downloads/release/python-3124/ This is the third maintenance release of Python 3.12
Python 3.12 is the newest major release
Real Python: The Real Python Podcast – Episode #207: Decomposing Software Problems & Avoiding the Trap of Clever Code

Link: https://realpython.com/podcasts/rpp/207/

How do you effectively break a software problem into individual steps? What are signs you're writing overly clever code? Christopher Trudeau is back on the show this week, bringing another batch of Py
Anwesha Das: Event Driven Ansible, what, why and how?

Link: http://anweshadas.in/event-driven-ansible-what-why-and-how/

Ansible Playbooks is the known term, now there is a new term which is being floted in the project, which is Ansible Rulebooks. Today we are going to discuss about Ansible&aposs journey from Playbook t
Talk Python to Me: #465: The AI Revolution Won't Be Monopolized

Link: https://talkpython.fm/episodes/show/465/the-ai-revolution-wont-be-monopolized

There hasn't been a boom like the AI boom since the .com days. And it may look like a space destined to be controlled by a couple of tech giants. But Ines Montani thinks open source will play an impor
Trey Hunner: A beautiful Python monstrosity

Link: https://treyhunner.com/2024/06/a-beautiful-python-monstrosity/

Creating performance tests for Python Morsels exercises is a frequent annoyance
I loathe writing automated tests for performance-related exercises because they’re always flaky.
How flaky depends on th
Gaël Varoquaux: Promoting open-source, from inria to :probabl.

Link: https://gael-varoquaux.info/programming/promoting-open-source-from-inria-to-probabl.html


Note

Open-source efforts around scikit-learn at Inria are spinning off to a
new enterprise, Probabl, in charge of
sustainable development of a data-science commons.


Contents

Prelude: funding scik
Jeremy Epstein: Introducing: Floyd-Warshall CSV Generator

Link: https://greenash.net.au/thoughts/2024/06/introducing-floyd-warshall-csv-generator/

I built a little Python script called the Floyd-Warshall CSV Generator. It takes a CSV of graph edges as input, and generates a CSV of the edges that are the shortest paths between all pairs of vertic
Ed Crewe: Software development with Generative AI

Link: http://edcrewe.blogspot.com/2023/12/software-development-with-generative-ai.html

The Current State of AI Software GenerationThe user tries to describe what they want generated in terms of a snippet of high level programming language code using standard English. They submit it to t
Ed Crewe: Software Development with Generative AI - 2024 Update

Link: http://edcrewe.blogspot.com/2024/06/software-development-with-generative-ai.html

Why write an update?I wrote a blog post on Software Development with Generative AI last year, which was questioning the approach of the current AI software authoring assistants. I believe the bigger p
Pythonicity: GraphQL cursors

Link: https://coady.github.io/posts/graphql-cursors.html

Contrarian view on cursor-based pagination.
GraphQL documentation recommends cursor-based pagination, and it has subsequently become a popular standard.

In general, we’ve found that cursor-based pagi
Zato Blog: HL7 FHIR Integrations in Python

Link: https://zato.io/en/blog/hl7-fhir-api-integrations-python.html


HL7 FHIR Integrations in Python


2024-06-10, by Dariusz Suchojad



HL7 FHIR, pronounced "fire", is a data model and message transfer protocol designed to facilitate the exchange of information
am
Robin Wilson: Introducing offline_folium

Link: https://blog.rtwilson.com/introducing-offline_folium/

Another new-ish package that I’ve never got around to writing about on my blog is offline_folium. It has a somewhat niche use-case, but it seems like a few people have found it useful.
In brief, it al
ListenData: How to Integrate Gemini API with Python

Link: https://www.listendata.com/2024/05/how-to-use-gemini-in-python.html


In this tutorial, you will learn how to use Google's Gemini AI model through its API in Python.
Steps to Access Gemini API
Follow the steps below to access the Gemini API and then use it in python.
Python Software Foundation: It’s time to make nominations for the PSF Board Election!

Link: https://pyfound.blogspot.com/2024/06/its-time-to-make-nominations-for-psf.html

This year’s Board Election Nomination period opens tomorrow and closes on June 25th. Who runs for the board? People who care about the Python community, who want to see it flourish and grow, and also
Real Python: Python News: What's New From May 2024

Link: https://realpython.com/python-news-may-2024/

May was packed with exciting updates and events in the Python community. This month saw the release of the first beta version of Python 3.13, the conclusion of PyCon US 2024, and the announcement of t
PyCoder’s Weekly: Issue #633 (June 11, 2024)

Link: https://pycoders.com/issues/633

#633 – JUNE 11, 2024 View in Browser » String Interpolation in Python: Exploring Available Tools In this tutorial, you’ll learn about the different tools that Python provides for performing stri