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
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
Blogspot
Python Insider: Python 3.12.4 released
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
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
Realpython
Episode #207: Decomposing Software Problems & Avoiding the Trap of Clever Code – The Real Python Podcast
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 PyCoder's Weekly articles and projects.
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
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
Law Explained India
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's journey from Playbook to Rulebook rather Playbook with Rulebook.
What is Event…
What is Event…
Matt Layman: Polish, Debug Toolbar, Email Signals - Building SaaS with Python and Django #193
Link: https://www.mattlayman.com/blog/2024/polish-debug-toolbar-email-signals-building-saas-with-python-and-django-193/
In this episode, we first added the Django debug toolbar to aid future troubleshooting. Then, following some PR cleanup, I added django-denied as the authorization framework for the site. With those t
Link: https://www.mattlayman.com/blog/2024/polish-debug-toolbar-email-signals-building-saas-with-python-and-django-193/
In this episode, we first added the Django debug toolbar to aid future troubleshooting. Then, following some PR cleanup, I added django-denied as the authorization framework for the site. With those t
Matt Layman
Polish, Debug Toolbar, Email Signals - Building SaaS with Python and Django #193
In this episode, we first added the Django debug toolbar to aid future troubleshooting. Then, following some PR cleanup, I added django-denied as the authorization framework for the site. With those two packages integrated, I did some polishing work and began…
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
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
talkpython.fm
The AI Revolution Won't 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 important role in the future of AI. I hope you join us for this…
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
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
Treyhunner
A beautiful Python monstrosity
Creating performance tests for Python Morsels exercises is a frequent annoyance I loathe writing automated tests for performance-related exercises …
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
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
gael-varoquaux.info
Promoting open-source, from inria to :probabl. -- Gaël Varoquaux: computer / data / health science
Gaël Varoquaux, computer / data / health science
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
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
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
Blogspot
Software development with Generative AI
The Current State of AI Software Generation The user tries to describe what they want generated in terms of a snippet of high level programm...
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
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
Blogspot
Software Development with Generative AI - 2024 Update
Why write an update? I wrote a blog post on Software Development with Generative AI last year , which was questioning the approach of the cu...
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
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
coady.github.io
Pythonicity - GraphQL cursors
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
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
Tryton News: Security Release for issue #92
Link: https://discuss.tryton.org/t/security-release-for-issue-92/7330
Ashish Kunwar has found that python-sql accepts any string in the offset or limit parameters when python is ran with -O which makes any system exposing those vulnerable to an SQL injection attack.
Imp
Link: https://discuss.tryton.org/t/security-release-for-issue-92/7330
Ashish Kunwar has found that python-sql accepts any string in the offset or limit parameters when python is ran with -O which makes any system exposing those vulnerable to an SQL injection attack.
Imp
Tryton Discussion
Security Release for issue #92
Ashish Kunwar has found that python-sql accepts any string in the offset or limit parameters when python is ran with -O which makes any system exposing those vulnerable to an SQL injection attack. Impact CVSS v3.0 Base Score: 9.1 Attack Vector: Network…
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
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.
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.
ListenData
How to Use Gemini API in Python
This tutorial explains how to use Google's Gemini AI model through its API 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
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
Python Software Foundation Blog
It’s time to make nominations for the PSF Board Election!
This year’s Board Election Nomination period opens tomorrow and closes on June 25th. Who runs for the board? People who care about the Pytho...
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
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
Realpython
Python News: What's New From May 2024 – Real Python
In May 2024, the first beta release of Python 3.13 was published, and PEP 649 was delayed until Python 3.14. While PyCon US 2024 has come to a close, EuroPython 2024 announced its keynote speakers. Additionally, the PSF released its annual impact report for…
Real Python: Listing All Files in a Directory With Python
Link: https://realpython.com/courses/listing-all-files-directory/
Getting a list of all the files and folders in a directory is a natural first step for many file-related operations in Python. When looking into it, though, you may be surprised to find various ways t
Link: https://realpython.com/courses/listing-all-files-directory/
Getting a list of all the files and folders in a directory is a natural first step for many file-related operations in Python. When looking into it, though, you may be surprised to find various ways t
Realpython
Listing All Files in a Directory With Python – Real Python
In this video course, you'll be examining a couple of methods to get a list of files and folders in a directory with Python. You'll also use both methods to recursively list directory contents. Finally, you'll examine a situation that pits one method against…
Python Bytes: #387 Heralding in a new era of database queries
Link: https://pythonbytes.fm/episodes/show/387/heralding-in-a-new-era-of-database-queries
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/Dataherald/dataherald">Dataherald</a></li>
<li><a href="https://www.pythonmorsels.com/cli-tools"><strong>Pyt
Link: https://pythonbytes.fm/episodes/show/387/heralding-in-a-new-era-of-database-queries
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/Dataherald/dataherald">Dataherald</a></li>
<li><a href="https://www.pythonmorsels.com/cli-tools"><strong>Pyt
pythonbytes.fm
Heralding in a new era of database queries
News and announcements from the Python community for the week of Jun 11th, 2024
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
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
Pycoders
PyCoder’s Weekly | Issue #633
Issue #633 of the PyCoder’s Weekly newsletter, published June 11, 2024.