Seth Michael Larson: Pikmin 2 International Treasure Hoard
Link: https://sethmlarson.dev/pikmin-2-international-treasure-hoard?utm_campaign=rss
Pikmin 2 is a treasure collect-a-thon for the GameCube.
One of the most distinguishing features of the treasures
is that they sometimes use real-life brands like Duracell
and Dr. Pepper.
The game ha
Link: https://sethmlarson.dev/pikmin-2-international-treasure-hoard?utm_campaign=rss
Pikmin 2 is a treasure collect-a-thon for the GameCube.
One of the most distinguishing features of the treasures
is that they sometimes use real-life brands like Duracell
and Dr. Pepper.
The game ha
sethmlarson.dev
Pikmin 2 International Treasure Hoard
Pikmin 2 is a game about collecting "treasure" from Earth in the form of mostly human-made products and items.
One of the distinguishing features of the game
is that the treasures sometimes model...
One of the distinguishing features of the game
is that the treasures sometimes model...
Python Bytes: #434 Most of OpenAI’s tech stack runs on Python
Link: https://pythonbytes.fm/episodes/show/434/most-of-openai-s-tech-stack-runs-on-python
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://blog.trailofbits.com/2025/05/01/making-pypis-test-suite-81-faster/?featured_on=pythonbytes"><strong>Making PyPI’s test
Link: https://pythonbytes.fm/episodes/show/434/most-of-openai-s-tech-stack-runs-on-python
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://blog.trailofbits.com/2025/05/01/making-pypis-test-suite-81-faster/?featured_on=pythonbytes"><strong>Making PyPI’s test
pythonbytes.fm
Most of OpenAI’s tech stack runs on Python
News and announcements from the Python community for the week of Jun 2nd, 2025
Talk Python to Me: #507: Agentic AI Workflows with LangGraph
Link: https://talkpython.fm/episodes/show/507/agentic-ai-workflows-with-langgraph
If you want to leverage the power of LLMs in your Python apps, you would be wise to consider an agentic framework. Agentic empowers the LLMs to use tools and take further action based on what it has l
Link: https://talkpython.fm/episodes/show/507/agentic-ai-workflows-with-langgraph
If you want to leverage the power of LLMs in your Python apps, you would be wise to consider an agentic framework. Agentic empowers the LLMs to use tools and take further action based on what it has l
talkpython.fm
Agentic AI Workflows with LangGraph
If you want to leverage the power of LLMs in your Python apps, you would be wise to consider an agentic framework. Agentic empowers the LLMs to use tools and take further action based on what it has learned at that point. And frameworks provide all the necessary…
Nicola Iarocci: Eve 2.2.1
Link: https://nicolaiarocci.com/eve-2.2.1/
Eve v2.2.1 was just released on PyPI. It is a minor upgrade, but it includes a remarkable performance increase contributed by Alexander Urieles. Also, thanks to Svante Bengtson and Pablo Parada for th
Link: https://nicolaiarocci.com/eve-2.2.1/
Eve v2.2.1 was just released on PyPI. It is a minor upgrade, but it includes a remarkable performance increase contributed by Alexander Urieles. Also, thanks to Svante Bengtson and Pablo Parada for th
Nicola Iarocci
Eve 2.2.1
Eve v2.2.1 was just released on PyPI. It is a minor upgrade, but it includes a remarkable performance increase contributed by Alexander Urieles. Also, thanks to Svante Bengtson and Pablo Parada for their help with this release.
Real Python: Quiz: How Can You Structure Your Python Script?
Link: https://realpython.com/quizzes/python-script-structure/
In this quiz, you’ll test your understanding of the tutorial How Can You Structure Your Python Script?
By working through this quiz, you’ll revisit best practices for organizing your Python scripts, i
Link: https://realpython.com/quizzes/python-script-structure/
In this quiz, you’ll test your understanding of the tutorial How Can You Structure Your Python Script?
By working through this quiz, you’ll revisit best practices for organizing your Python scripts, i
Realpython
How Can You Structure Your Python Script? Quiz – Real Python
In this quiz, you'll test your understanding of organizing and structuring Python scripts. You'll revisit key concepts about best practices for writing clear, maintainable, and executable Python code.
Real Python: Execute Your Python Scripts With a Shebang
Link: https://realpython.com/courses/execute-python-scripts-with-shebang/
In shell scripts, the shebang line (#!) specifies the path to the interpreter that should execute the file. You can place it at the top of your Python file to tell the shell how to run your script, al
Link: https://realpython.com/courses/execute-python-scripts-with-shebang/
In shell scripts, the shebang line (#!) specifies the path to the interpreter that should execute the file. You can place it at the top of your Python file to tell the shell how to run your script, al
Realpython
Execute Your Python Scripts With a Shebang – Real Python
In this video course, you'll learn when and how to use the shebang line in your Python scripts to execute them from a Unix-like shell.
Mirek Długosz: Interesting bugs: Artifact building failure caused by GitHub API rate limits
Link: https://mirekdlugosz.com/blog/2025/interesting-bugs-artifact-building-failure-caused-by-github-api-rate-limits/
This is a story of a memorable bug I encountered at work. As with every story of that kind, there are a few ways to look at it: it might save you some time if you encounter a similar issue; it surface
Link: https://mirekdlugosz.com/blog/2025/interesting-bugs-artifact-building-failure-caused-by-github-api-rate-limits/
This is a story of a memorable bug I encountered at work. As with every story of that kind, there are a few ways to look at it: it might save you some time if you encounter a similar issue; it surface
Mirek Długosz personal website
Interesting bugs: Artifact building failure caused by GitHub API rate limits
This is a story of a memorable bug I encountered at work. As with every story of that kind, there are a few ways to look at it: it might save you some time if you encounter a similar issue; it surfaces the hidden work - work that is not visible …
Sumana Harihareswara - Cogito, Ergo Sumana: Congratulating Leonard for his Community Service Award
Link: http://harihareswara.net/posts/2025/congratulating-leonard-psf-award/
Congratulating Leonard for his Community Service Award
Link: http://harihareswara.net/posts/2025/congratulating-leonard-psf-award/
Congratulating Leonard for his Community Service Award
Cogito, Ergo Sumana
Congratulating Leonard for his Community Service Award
Twenty-one years ago, Leonard Richardson created the now-popular open source tool Beautiful Soup. He's maintained it ever since. In 2024, the Python Software Foundation recognized his contributions with two service awards, naming him a PSF … | Cogito, Ergo…
PyCoder’s Weekly: Issue #684: NumPy Type Hints, LEGB, Pyrefly vs ty, and More (June 3, 2025)
Link: https://pycoders.com/issues/684
#684 – JUNE 3, 2025 View in Browser » NumPy Array Type Hints Thanks to improvements in NumPy typing support, NumPy generic arrays can now type both shape and dtype, offering opportunities for im
Link: https://pycoders.com/issues/684
#684 – JUNE 3, 2025 View in Browser » NumPy Array Type Hints Thanks to improvements in NumPy typing support, NumPy generic arrays can now type both shape and dtype, offering opportunities for im
Pycoders
PyCoder’s Weekly | Issue #684
NumPy Type Hints, LEGB, Pyrefly vs ty, and More
Python Insider: Python 3.13.4, 3.12.11, 3.11.13, 3.10.18 and 3.9.23 are now available
Link: https://pythoninsider.blogspot.com/2025/06/python-3134-31211-31113-31018-and-3923.html
Python Release Party
It was only meant to be release day for 3.13.4 today, but poor number
13 looked so lonely… And hey, we had a couple of tarfile CVEs that we
had to fix. So most of the Release M
Link: https://pythoninsider.blogspot.com/2025/06/python-3134-31211-31113-31018-and-3923.html
Python Release Party
It was only meant to be release day for 3.13.4 today, but poor number
13 looked so lonely… And hey, we had a couple of tarfile CVEs that we
had to fix. So most of the Release M
Blogspot
Python Insider: Python 3.13.4, 3.12.11, 3.11.13, 3.10.18 and 3.9.23 are now available
Armin Ronacher: AI Changes Everything
Link: http://lucumr.pocoo.org/2025/6/4/changes
At the moment I'm working on a new project.
Even over the last two months, the way I do this has changed profoundly.
Where I used to spend most of my time in Cursor, I now mostly use Claude
Code, almo
Link: http://lucumr.pocoo.org/2025/6/4/changes
At the moment I'm working on a new project.
Even over the last two months, the way I do this has changed profoundly.
Where I used to spend most of my time in Cursor, I now mostly use Claude
Code, almo
Armin Ronacher's Thoughts and Writings
AI Changes Everything
From fear to optimism: why I am convinced AI is worth embracing.
Real Python: Quiz: How to Find an Absolute Value in Python
Link: https://realpython.com/quizzes/python-absolute-value/
In this quiz, you’ll test your understanding of How to Find an Absolute Value in Python.
By working through this quiz, you’ll revisit key concepts such as how to use Python’s built-in functions to com
Link: https://realpython.com/quizzes/python-absolute-value/
In this quiz, you’ll test your understanding of How to Find an Absolute Value in Python.
By working through this quiz, you’ll revisit key concepts such as how to use Python’s built-in functions to com
Realpython
How to Find an Absolute Value in Python Quiz – Real Python
In this quiz, you'll test your knowledge of calculating absolute values in Python, mastering both built-in functions and common use cases to improve your coding accuracy.
Django Weblog: Django security releases issued: 5.2.2, 5.1.10, and 4.2.22
Link: https://www.djangoproject.com/weblog/2025/jun/04/security-releases/
In accordance with our security release policy, the Django team
is issuing releases for
Django 5.2.2,
Django 5.1.10, and
Django 4.2.22.
These releases address the security issues detailed below. We en
Link: https://www.djangoproject.com/weblog/2025/jun/04/security-releases/
In accordance with our security release policy, the Django team
is issuing releases for
Django 5.2.2,
Django 5.1.10, and
Django 4.2.22.
These releases address the security issues detailed below. We en
Django Project
Django security releases issued: 5.2.2, 5.1.10, and 4.2.22
Posted by Natalia Bidart on June 4, 2025
Real Python: Python Project: Build a Word Count Command-Line App
Link: https://realpython.com/courses/word-count-app-project/
The word count command (wc) is a classic utility that you might use to determine the number of lines, words, and bytes in files or standard input. It’s a staple tool for anyone working with text files
Link: https://realpython.com/courses/word-count-app-project/
The word count command (wc) is a classic utility that you might use to determine the number of lines, words, and bytes in files or standard input. It’s a staple tool for anyone working with text files
Realpython
Python Project: Build a Word Count Command-Line App – Real Python
A self-paced coding challenge in which you'll practice your Python skills by building a clone of the popular word count utility (wc) on Unix.
Real Python: How to Find an Absolute Value in Python
Link: https://realpython.com/python-absolute-value/
Learn how to work with absolute values in Python using the built-in abs() function for numbers, arrays, and custom objects. This tutorial shows you how to implement the absolute value function from sc
Link: https://realpython.com/python-absolute-value/
Learn how to work with absolute values in Python using the built-in abs() function for numbers, arrays, and custom objects. This tutorial shows you how to implement the absolute value function from sc
Realpython
How to Find an Absolute Value in Python – Real Python
Learn how to calculate the Python absolute value with abs(), implement the math behind it from scratch, and customize it in your own classes.
Wingware: Wing Python IDE Version 11 - June 5, 2025
Link: https://wingware.com/news/2025-06-05
Wing Python IDE version 11 is now available. It improves the AI assisted development UI and adds
support for Claude, Grok, Gemini, OpenAI, Perplexity, Mistral, Deepseek, Ollama, and other OpenAI API
Link: https://wingware.com/news/2025-06-05
Wing Python IDE version 11 is now available. It improves the AI assisted development UI and adds
support for Claude, Grok, Gemini, OpenAI, Perplexity, Mistral, Deepseek, Ollama, and other OpenAI API
Wingware
Wing Python IDE Version 11 - June 5, 2025 - Wing Python IDE
Wing Python IDE version 11 is now available. It improves the AI assisted development UI and adds
support for Claude, Grok, Gemini, OpenAI, Perplexity, Mistral, Deepseek, Ollama, and other OpenAI API
compatible AI providers. Wing 11 also adds package management…
support for Claude, Grok, Gemini, OpenAI, Perplexity, Mistral, Deepseek, Ollama, and other OpenAI API
compatible AI providers. Wing 11 also adds package management…
Glyph Lefkowitz: I Think I’m Done Thinking About genAI For Now
Link: https://blog.glyph.im/2025/06/i-think-im-done-thinking-about-genai-for-now.html
The Problem
Like many other self-styled thinky programmer guys, I like to imagine myself as
a sort of Holmesian genius,
making trenchant observations, collecting them, and then synergizing them into
b
Link: https://blog.glyph.im/2025/06/i-think-im-done-thinking-about-genai-for-now.html
The Problem
Like many other self-styled thinky programmer guys, I like to imagine myself as
a sort of Holmesian genius,
making trenchant observations, collecting them, and then synergizing them into
b
blog.glyph.im
I Think I’m Done Thinking About genAI For Now
The conversation isn’t over, but I don’t think I have much to add to it.
Stéphane Wirtel: Ce que je fabrique pendant mes « vacances »
Link: https://wirtel.be/post/2025/06/05/2025-side-project-degustation-vin/
Ce que je fabrique pendant mes « vacances » Pour une fois, j’écris ce billet en français. Après tout, c’est ma langue maternelle, et j’ai envie de partager ce que je fais ces derniers temps avec un pe
Link: https://wirtel.be/post/2025/06/05/2025-side-project-degustation-vin/
Ce que je fabrique pendant mes « vacances » Pour une fois, j’écris ce billet en français. Après tout, c’est ma langue maternelle, et j’ai envie de partager ce que je fais ces derniers temps avec un pe
wirtel.be
Ce que je fabrique pendant mes « vacances »
Retour sur un mois de pause active : entre jardinage, refonte de CV, et lancement d’un side project autour du vin.
Mike Driscoll: Parsing XML Comments with Python
Link: https://www.blog.pythonlibrary.org/2025/06/05/parsing-xml-comments-with-python/
The Extensible Markup Language (XML) is a markup format originally for XML. Some companies use XML as a data serialization format or for configuration. Recently, I needed to learn how to uncomment som
Link: https://www.blog.pythonlibrary.org/2025/06/05/parsing-xml-comments-with-python/
The Extensible Markup Language (XML) is a markup format originally for XML. Some companies use XML as a data serialization format or for configuration. Recently, I needed to learn how to uncomment som
Mouse Vs Python
Parsing XML Comments with Python - Mouse Vs Python
The Extensible Markup Language (XML) is a markup format originally for XML. Some companies use XML as a data serialization format or for configuration.
eGenix.com: Python Meeting Düsseldorf - 2025-06-18
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2025-06-18
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
18.0
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2025-06-18
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
18.0
eGenix.com
eGenix.com: Python Meeting Düsseldorf - 2025-06-18
We are pleased to announce the next Python Meeting Düsseldorf on 2025-06-18.