Python GUIs: Q&A: How Do I Display Images in PySide6? — Using QLabel to...
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...
View ArticleReal Python: Reading and Writing WAV Files in Python
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...
View ArticleReal Python: Build a Python Turtle Game: Space Invaders Clone
In this tutorial, you’ll use Python’s turtle module to build a Space Invaders clone. The game Space Invaders doesn’t need any introduction. The original game was released in 1978 and is one of the most...
View ArticleProgramiz: Python List
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
View ArticleReal Python: The Real Python Podcast – Episode #198: Build a Video Game With...
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...
View ArticleSeth Michael Larson: Security Developer-in-Residence Weekly Report #32
Security Developer-in-Residence Weekly Report #32 About• Blog• Newsletter• LinksSecurity Developer-in-Residence Weekly Report #32Published 2024-03-29 by Seth Larson Reading time: minutes This critical...
View ArticlePython Software Foundation: 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 to the PSF Board for improving the Grants Program. We...
View ArticleGlyph Lefkowitz: DBXS 0.1.0
New ReleaseYesterday 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, the...
View ArticleGlyph Lefkowitz: The Hat
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, I...
View ArticleProgramiz: Python Program to Capitalize the First Character of a String
In this example, you will learn to capitalize the first character of a string.
View ArticleProgramiz: Python List
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
View ArticleMatt 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...
View ArticleRobin Wilson: 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 plot...
View ArticlePyCharm: PyCharm 2023.3.5 Is Out!
PyCharm 2023.3.5 is an important bug-fix update.You can update to this version from inside the IDE, using the Toolbox App, or via snaps, if you’re using Ubuntu. You can also download it directly from...
View ArticleProgramiz: Python List
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
View ArticleGlyph Lefkowitz: Software Needs To Be More Expensive
The Cost of CoffeeOne 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...
View ArticleGo Deh: 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 lazy i did a quick google and did not like the answers I found.I...
View ArticleDaniel Roy Greenfeld: Keynote at PyCon Lithuania 2024
From April 2nd to April 6th I'll be at PyCon Lithuania 2024 in Vilnius to present a keynote about 25 years of glorious coding mistakes (mostly in Python). Audrey and Uma will be accompanying me, making...
View ArticleProgramiz: Python List
In this tutorial, we will learn about Python lists (creating lists, changing list items, removing items, and other list operations) with the help of examples.
View ArticleArmin Ronacher: 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 incident...
View Article