Python Bytes: #376 Every dunder method in a Python Lockbox
Link: https://pythonbytes.fm/episodes/show/376/every-dunder-method-in-a-python-lockbox
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://micro.webology.dev/2024/03/20/on-robotstxt.html?utm_source=pocket_saves"><strong>🤖</strong></a> <a href="https://micro.
Link: https://pythonbytes.fm/episodes/show/376/every-dunder-method-in-a-python-lockbox
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://micro.webology.dev/2024/03/20/on-robotstxt.html?utm_source=pocket_saves"><strong>🤖</strong></a> <a href="https://micro.
pythonbytes.fm
Every dunder method in a Python Lockbox
News and announcements from the Python community for the week of Mar 26th, 2024
PyCoder’s Weekly: Issue #622 (March 26, 2024)
Link: https://pycoders.com/issues/622
#622 – MARCH 26, 2024 View in Browser » Build a Python Turtle Game: Space Invaders Clone In this step-by-step tutorial, you’ll use Python’s turtle module to write a Space Invaders clone. You’ll
Link: https://pycoders.com/issues/622
#622 – MARCH 26, 2024 View in Browser » Build a Python Turtle Game: Space Invaders Clone In this step-by-step tutorial, you’ll use Python’s turtle module to write a Space Invaders clone. You’ll
Pycoders
PyCoder’s Weekly | Issue #622
Issue #622 of the PyCoder’s Weekly newsletter, published March 26, 2024.
PyPy: Fixing a Bug in PyPy's Incremental GC
Link: https://www.pypy.org/posts/2024/03/fixing-bug-incremental-gc.html
Introduction
Since last summer, I've been looking on and off into a weird and hard to
reproduce crash bug in PyPy. It was
manifesting only on CI, and it seemed to always happen in the AST rewriting
ph
Link: https://www.pypy.org/posts/2024/03/fixing-bug-incremental-gc.html
Introduction
Since last summer, I've been looking on and off into a weird and hard to
reproduce crash bug in PyPy. It was
manifesting only on CI, and it seemed to always happen in the AST rewriting
ph
PyPy
Fixing a Bug in PyPy's Incremental GC
Introduction
Since last summer, I've been looking on and off into a weird and hard to
reproduce crash bug in PyPy. It was
manifesting only on CI, and it seemed to always happen in the AST rewriting
ph
Since last summer, I've been looking on and off into a weird and hard to
reproduce crash bug in PyPy. It was
manifesting only on CI, and it seemed to always happen in the AST rewriting
ph
Python GUIs: Q&A: How Do I Display Images in PySide6? — Using QLabel to easily add images to your applications
Link: https://www.pythonguis.com/faq/adding-images-to-pyside6-applications/
Adding images to your application is a common requirement, whether you're building an image/photo viewer, or just want to add some decoration to your GUI. Unfortunately, because of how this is done in
Link: https://www.pythonguis.com/faq/adding-images-to-pyside6-applications/
Adding images to your application is a common requirement, whether you're building an image/photo viewer, or just want to add some decoration to your GUI. Unfortunately, because of how this is done in
Python GUIs
Adding images to PySide6 applications, using QLabel and QPixmap
Display images in PySide6 applications using QLabel and QPixmap. This practical guide covers using QLabel and QPixmap to enhance your GUIs, making your applications visually appealing and user-friendly. Adding images to your application is a common requirement…
Real Python: Reading and Writing WAV Files in Python
Link: https://realpython.com/python-wav-files/
There’s an abundance of third-party tools and libraries for manipulating and analyzing audio WAV files in Python. At the same time, the language ships with the little-known wave module in its standard
Link: https://realpython.com/python-wav-files/
There’s an abundance of third-party tools and libraries for manipulating and analyzing audio WAV files in Python. At the same time, the language ships with the little-known wave module in its standard
Realpython
Reading and Writing WAV Files in Python – Real Python
In this tutorial, you'll learn how to work with WAV audio files in Python using the standard-library wave module. Along the way, you'll synthesize sounds from scratch, visualize waveforms in the time domain, animate real-time spectrograms, and apply special…
Real Python: The Real Python Podcast – Episode #198: Build a Video Game With Python Turtle & Visualize Data in Seaborn
Link: https://realpython.com/podcasts/rpp/198/
Can you build a Space Invaders clone using Python's built-in turtle module? What advantages does the Seaborn data visualization library provide compared to Matplotlib? Christopher Trudeau is back on t
Link: https://realpython.com/podcasts/rpp/198/
Can you build a Space Invaders clone using Python's built-in turtle module? What advantages does the Seaborn data visualization library provide compared to Matplotlib? Christopher Trudeau is back on t
Realpython
Episode #198: Build a Video Game With Python Turtle & Visualize Data in Seaborn – The Real Python Podcast
Can you build a Space Invaders clone using Python's built-in turtle module? What advantages does the Seaborn data visualization library provide compared to Matplotlib? Christopher Trudeau is back on the show this week, along with special guest Real Python…
Seth Michael Larson: Security Developer-in-Residence Weekly Report #32
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-32?date=2024-03-29
Security Developer-in-Residence Weekly Report #32
About •
Blog •
Link: http://sethmlarson.dev/security-developer-in-residence-weekly-report-32?date=2024-03-29
Security Developer-in-Residence Weekly Report #32
About •
Blog •
Seth Michael Larson
Security Developer-in-Residence Weekly Report #32
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!
Returned from my ...
Returned from my ...
Python Software Foundation: DjangoCon Africa Grant Process Retrospective
Link: https://pyfound.blogspot.com/2024/03/djangocon-africa-grant-process.html
The PSF received an open letter asking us, amongst other things, to look into some of our recent grant decisions and make recommendations to the PSF Board for improving the Grants Program. We contract
Link: https://pyfound.blogspot.com/2024/03/djangocon-africa-grant-process.html
The PSF received an open letter asking us, amongst other things, to look into some of our recent grant decisions and make recommendations to the PSF Board for improving the Grants Program. We contract
Python Software Foundation Blog
DjangoCon Africa Grant Process Retrospective
The PSF received an open letter asking us, amongst other things, to look into some of our recent grant decisions and make recommendations t...
Glyph Lefkowitz: DBXS 0.1.0
Link: https://blog.glyph.im/2024/03/dbxs-0.1.0.html
New Release
Yesterday I published a new release of
DBXS for you all. It’s still
ZeroVer, but it has graduated from double-ZeroVer as this
is the first nonzero minor version.
More to the point though,
Link: https://blog.glyph.im/2024/03/dbxs-0.1.0.html
New Release
Yesterday I published a new release of
DBXS for you all. It’s still
ZeroVer, but it has graduated from double-ZeroVer as this
is the first nonzero minor version.
More to the point though,
blog.glyph.im
DBXS 0.1.0
Today there is a new release of my database access and query organizer library with support for MySQL, PostgreSQL, and asyncio.
Glyph Lefkowitz: The Hat
Link: https://blog.glyph.im/2024/03/the-hat.html
This year I will be going to two conferences: PyCon
2024, and North Bay Python
2024.
At PyCon, I will be promoting my open source work and my writing on this blog.
As I’m not giving a talk this year,
Link: https://blog.glyph.im/2024/03/the-hat.html
This year I will be going to two conferences: PyCon
2024, and North Bay Python
2024.
At PyCon, I will be promoting my open source work and my writing on this blog.
As I’m not giving a talk this year,
blog.glyph.im
The Hat
If you want me to keep doing… whatever this is… now’s the time to support it!
Matt Layman: Start Polishing - Building SaaS with Python and Django #187
Link: https://www.mattlayman.com/blog/2024/start-polishing-building-saas-with-python-and-django-187/
In this episode, we attacked the issue list. JourneyInbox is live and serving user and now it’s time to start polishing and building the full set of features. There are so many easy targets to fix tha
Link: https://www.mattlayman.com/blog/2024/start-polishing-building-saas-with-python-and-django-187/
In this episode, we attacked the issue list. JourneyInbox is live and serving user and now it’s time to start polishing and building the full set of features. There are so many easy targets to fix tha
Matt Layman
Start Polishing - Building SaaS with Python and Django #187
In this episode, we attacked the issue list. JourneyInbox is live and serving user and now it's time to start polishing and building the full set of features. There are so many easy targets to fix that we focused on a few clear improvements to user experience…
Robin Wilson: Explore UK place names on a map – my new web app
Link: https://blog.rtwilson.com/explore-uk-place-names-on-a-map-my-new-web-app/
As an Easter present for you all, I’ve got a new web app you can play with.
It lets you search for UK place names – things like ‘ends with burgh’ or ‘starts with great’ or ‘contains sea’ – and then pl
Link: https://blog.rtwilson.com/explore-uk-place-names-on-a-map-my-new-web-app/
As an Easter present for you all, I’ve got a new web app you can play with.
It lets you search for UK place names – things like ‘ends with burgh’ or ‘starts with great’ or ‘contains sea’ – and then pl
Glyph Lefkowitz: Software Needs To Be More Expensive
Link: https://blog.glyph.im/2024/03/software-needs-to-be-more-expensive.html
The Cost of Coffee
One of the ideas that James Hoffmann
— probably the most influential… influencer in the coffee industry — works hard
to popularize is that “coffee needs to be more expensive”.
The c
Link: https://blog.glyph.im/2024/03/software-needs-to-be-more-expensive.html
The Cost of Coffee
One of the ideas that James Hoffmann
— probably the most influential… influencer in the coffee industry — works hard
to popularize is that “coffee needs to be more expensive”.
The c
blog.glyph.im
Software Needs To Be More Expensive
Software, like coffee, is too artificially cheap, and we need to make it more expensive. I have one suggestion for how to do that.
Go Deh: Finding a sub-list within a list, in Python
Link: http://paddy3118.blogspot.com/2024/03/finding-sub-list-within-list-in-python.html
Existing? As part of a larger project, I thought I might need to search for a sub-list within a given list, and because I am lazy i did a quick google and did not like the answers I found.I star
Link: http://paddy3118.blogspot.com/2024/03/finding-sub-list-within-list-in-python.html
Existing? As part of a larger project, I thought I might need to search for a sub-list within a given list, and because I am lazy i did a quick google and did not like the answers I found.I star
Blogspot
Finding a sub-list within a list, in Python
Existing? As part of a larger project, I thought I might need to search for a sub-list within a given list, and because I am ...
👍1
Armin Ronacher: Skin in the Game
Link: http://lucumr.pocoo.org/2024/3/31/skin-in-the-game
There was a bit of a kerfuffle about
subverting open source projects recently. That incident made me think
about something that's generally on my mind. That thought again was
triggered by that incid
Link: http://lucumr.pocoo.org/2024/3/31/skin-in-the-game
There was a bit of a kerfuffle about
subverting open source projects recently. That incident made me think
about something that's generally on my mind. That thought again was
triggered by that incid
Armin Ronacher's Thoughts and Writings
Skin in the Game
Some thoughts about the meaning of pseudonyms and anonymous contributions in Open Source.
Tryton News: Newsletter April 2024
Link: https://discuss.tryton.org/t/newsletter-april-2024/7133
During the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues and adding new features for you.
Changes for the User
Sales, Purchases and Project
Link: https://discuss.tryton.org/t/newsletter-april-2024/7133
During the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues and adding new features for you.
Changes for the User
Sales, Purchases and Project
Tryton Discussion
Newsletter April 2024
During the last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues and adding new features for you. Changes for the User Sales, Purchases and Projects When processing an exception on an order, the user can…
Zero to Mastery: Python Monthly Newsletter 💻🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-march-2024/?utm_source=python-rss-feed
52nd issue of Andrei Neagoie's must-read monthly Python Newsletter: The Rye Option, Think Python, Sora, and much more. Read the full newsletter to get up-to-date with everything you need to know from
Link: https://zerotomastery.io/blog/python-monthly-newsletter-march-2024/?utm_source=python-rss-feed
52nd issue of Andrei Neagoie's must-read monthly Python Newsletter: The Rye Option, Think Python, Sora, and much more. Read the full newsletter to get up-to-date with everything you need to know from
Zero To Mastery
[March 2024] Python Monthly Newsletter 💻🐍 | Zero To Mastery
52nd issue of Andrei Neagoie's must-read monthly Python Newsletter read by 15,000+ Pythonistas. Get up-to-date with the top Python news from last month.
Luke Plant: Enforcing conventions in Django projects with introspection
Link: https://lukeplant.me.uk/blog/posts/enforcing-conventions-in-django-projects-with-introspection/
Naming conventions can make a big difference to the maintenance issues in software projects. This post is about how we can use the great introspection capabilities in Python to help enforce naming con
Link: https://lukeplant.me.uk/blog/posts/enforcing-conventions-in-django-projects-with-introspection/
Naming conventions can make a big difference to the maintenance issues in software projects. This post is about how we can use the great introspection capabilities in Python to help enforce naming con
Luke Plant's home page
Enforcing conventions in Django projects with introspection
Some code and tips to combine Python and Django introspection APIs to enforce naming conventions in your Django models.
Python Software Foundation: New Open Initiative for Cybersecurity Standards
Link: https://pyfound.blogspot.com/2024/04/new-open-initiative-for-cybersecurity.html
The Python Software Foundation is pleased to announce our participation in co-starting a new Open Initiative for Cybersecurity Standards collaboration with the Apache Software Foundation, the Eclipse
Link: https://pyfound.blogspot.com/2024/04/new-open-initiative-for-cybersecurity.html
The Python Software Foundation is pleased to announce our participation in co-starting a new Open Initiative for Cybersecurity Standards collaboration with the Apache Software Foundation, the Eclipse
Python Software Foundation Blog
New Open Initiative for Cybersecurity Standards
The Python Software Foundation is pleased to announce our participation in co-starting a new Open Initiative for Cybersecurity Standards co...
EuroPython: EuroPython 2024: Ticket sales now open! 🐍
Link: https://blog.europython.eu/europython-2024-ticket-sales-now-open/
Hey hey, everyone,We are thrilled to announce that EuroPython is back and better than ever! ✨EuroPython 2024 will be held 8-14 July at the Prague Congress Centre (PCC), Czech Republic. Details of how
Link: https://blog.europython.eu/europython-2024-ticket-sales-now-open/
Hey hey, everyone,We are thrilled to announce that EuroPython is back and better than ever! ✨EuroPython 2024 will be held 8-14 July at the Prague Congress Centre (PCC), Czech Republic. Details of how
EuroPython Blog
EuroPython 2024: Ticket sales now open! 🐍
Hey hey, everyone, We are thrilled to announce that EuroPython is back and better than ever! ✨ EuroPython 2024 will be held 8-14 July at the Prague Congress Centre (PCC), Czech Republic. Details of how to participate remotely will be published soon. The…
Anwesha Das: Opening up Ansible release to the community
Link: http://anweshadas.in/opening-up-ansible-release-to-the-community/
Transparency, collaboration, inclusivity, and openness lay the foundation of the Open Source community. As the project&aposs maintainers, few of our tasks make the entry bar of contribution low, colla
Link: http://anweshadas.in/opening-up-ansible-release-to-the-community/
Transparency, collaboration, inclusivity, and openness lay the foundation of the Open Source community. As the project&aposs maintainers, few of our tasks make the entry bar of contribution low, colla
Law Explained India
Opening up Ansible release to the community
Transparency, collaboration, inclusivity, and openness lay the foundation of the Open Source community. As the project's maintainers, few of our tasks make the entry bar of contribution low, collaboration easy, and the governance model fair. Ansible Community…