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.
Brett Cannon: Saying thanks to open source maintainers
Link: https://snarky.ca/saying-thanks-to-open-source-maintainers/
After signing up for GitHub Sponsors, I had a nagging feeling that somehow asking for money from other people to support my open source work was inappropriate. But after much reflection, I realized th
Link: https://snarky.ca/saying-thanks-to-open-source-maintainers/
After signing up for GitHub Sponsors, I had a nagging feeling that somehow asking for money from other people to support my open source work was inappropriate. But after much reflection, I realized th
Tall, Snarky Canadian
Saying thanks to open source maintainers
After signing up for GitHub Sponsors, I had a nagging feeling that somehow asking for money from other people to support my open source work was inappropriate. But after much reflection, I realized that phrasing the use of GitHub Sponsors as a way to express…
Kay Hayen: Nuitka Release 2.3
Link: https://nuitka.net/posts/nuitka-release-23.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release bumps the long-awaited 3.12 support to a complete level.
Now,
Link: https://nuitka.net/posts/nuitka-release-23.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release bumps the long-awaited 3.12 support to a complete level.
Now,
Real Python: Quiz: Python Mappings
Link: https://realpython.com/quizzes/python-mappings/
In this quiz, you’ll test your understanding of the basic characteristics and operations of Python mappings. By working through this quiz, you’ll revisit the key concepts and techniques of creating a
Link: https://realpython.com/quizzes/python-mappings/
In this quiz, you’ll test your understanding of the basic characteristics and operations of Python mappings. By working through this quiz, you’ll revisit the key concepts and techniques of creating a
Realpython
Python Mappings Quiz – Real Python
In this quiz, you'll test your understanding of the basic characteristics and operations of Python mappings. By working through this quiz, you'll revisit the key concepts and techniques of creating a custom mapping.
ListenData: Complete Guide to Massively Multilingual Speech (MMS) Model
Link: https://www.listendata.com/2023/05/massively-multilingual-speech.html
In this article we have covered everything about the latest multilingual speech model from the basics of how it works to the step-by-step implementation of the model in Python.
Introduction of Massive
Link: https://www.listendata.com/2023/05/massively-multilingual-speech.html
In this article we have covered everything about the latest multilingual speech model from the basics of how it works to the step-by-step implementation of the model in Python.
Introduction of Massive
ListenData
Complete Guide to Massively Multilingual Speech (MMS) Model
Complete guide to MMS, covering everything from the basics of how it works to the Python code for converting in over 1,100 languages.
Real Python: Python Mappings: A Comprehensive Guide
Link: https://realpython.com/python-mappings/
One of the main data structures you learn about early in your Python learning journey is the dictionary. Dictionaries are the most common and well-known of Python’s mappings. However, there are other
Link: https://realpython.com/python-mappings/
One of the main data structures you learn about early in your Python learning journey is the dictionary. Dictionaries are the most common and well-known of Python’s mappings. However, there are other
Realpython
Python Mappings: A Comprehensive Guide – Real Python
In this tutorial, you'll learn the basic characteristics and operations of Python mappings. You'll explore the abstract base classes Mapping and MutableMapping and create a custom mapping.
The Python Show: 44 - Django with Will Vincent
Link: https://www.pythonshow.com/p/44-django-with-will-vincent
In this episode, we welcome Will Vincent to the Python Show Podcast. Will has written several books on Django.We chatted about all things Django and Python. Specifically, we covered the following topi
Link: https://www.pythonshow.com/p/44-django-with-will-vincent
In this episode, we welcome Will Vincent to the Python Show Podcast. Will has written several books on Django.We chatted about all things Django and Python. Specifically, we covered the following topi
Pythonshow
44 - Django with Will Vincent
In this episode, we welcome Will Vincent to the Python Show Podcast. Will has written several books on Django. We chatted about all things Django and Python. Specifically, we covered the following topics: Favorite Python packages Podcasts Content creation
Seth Michael Larson: PyCon US 2024 as Security Developer-in-Residence
Link: http://sethmlarson.dev/security-developer-in-residence-report-37?date=2024-06-13
PyCon US 2024 as Security Developer-in-Residence
Link: http://sethmlarson.dev/security-developer-in-residence-report-37?date=2024-06-13
PyCon US 2024 as Security Developer-in-Residence
Seth Michael Larson
PyCon US 2024 as Security Developer-in-Residence
This critical role would not be possible without funding from the Alpha-Omega project. Massive thank-you to Alpha-Omega for investing in the security of the Python ecosystem!
This was my first...
This was my first...
Python Morsels: Data structures contain pointers
Link: https://www.pythonmorsels.com/data-structures-contain-pointers/
Data structures, like variables, contain references to objects, rather than the objects themselves.
Table of contents
Referencing the same object in multiple places
Data structures store reference
Link: https://www.pythonmorsels.com/data-structures-contain-pointers/
Data structures, like variables, contain references to objects, rather than the objects themselves.
Table of contents
Referencing the same object in multiple places
Data structures store reference
Pythonmorsels
Data structures contain pointers
Data structures, like variables, contain references to objects, rather than the objects themselves.
Python Software Foundation: For your consideration: Proposed bylaws changes to improve our membership experience
Link: https://pyfound.blogspot.com/2024/06/for-your-consideration-proposed-bylaws.html
This year, as part of our annual election process, the Python Software Foundation Board is offering three bylaws changes for our Members to vote on. These changes are all centered on our membership ex
Link: https://pyfound.blogspot.com/2024/06/for-your-consideration-proposed-bylaws.html
This year, as part of our annual election process, the Python Software Foundation Board is offering three bylaws changes for our Members to vote on. These changes are all centered on our membership ex
Python Software Foundation Blog
For your consideration: Proposed bylaws changes to improve our membership experience
This year, as part of our annual election process, the Python Software Foundation Board is offering three bylaws changes for our Members to ...
Real Python: The Real Python Podcast – Episode #208: Detecting Outliers in Your Data With Python
Link: https://realpython.com/podcasts/rpp/208/
How do you find the most interesting or suspicious points within your data? What libraries and techniques can you use to detect these anomalies with Python? This week on the show, we speak with author
Link: https://realpython.com/podcasts/rpp/208/
How do you find the most interesting or suspicious points within your data? What libraries and techniques can you use to detect these anomalies with Python? This week on the show, we speak with author
Realpython
Episode #208: Detecting Outliers in Your Data With Python – The Real Python Podcast
How do you find the most interesting or suspicious points within your data? What libraries and techniques can you use to detect these anomalies with Python? This week on the show, we speak with author Brett Kennedy about his book "Outlier Detection in Python."