Glyph Lefkowitz: The Federation Deathmatch
It’s the weekend, and I have some Thoughts about federated social media. So, buckle up, I guess, it’s time to start some fights.Recently there has been some discourse about Bluesky’s latest fundraising...
View ArticleMichael Foord: Agile Alliance Scrummaster Certification
I’ve been a fan of Agile ever since my first programming job with Resolver Systems back in 2006. I had taught myself programming and there I really learned engineering, how to build software products...
View ArticleMichael Foord: Python Knowledge Sharing Videos Online
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position:...
View ArticleJames Bennett: Three Django wishes
<p>’Tis the season when people are posting their “Django wishlists”, for specific technical or organizational or community initiatives they’d like to see undertaken. Here are a...
View ArticleZato Blog: Meaningful automation in Python
Meaningful automation in Python 2024-11-04, by Dariusz Suchojad This article is an introduction to meaningful automation, integrations and interoperability with Zato, service-oriented thinking and...
View ArticleRobin Wilson: Join the GeoTAM hackathon to work out business turnovers!
Summary: I’m involved in organising a hackathon, and I’d love you to take part. The open-source GeoTAM hackathon focuses on estimating turnover for individual business locations in the UK, from a...
View ArticleReal Python: Variables in Python: Usage and Best Practices
In Python, variables are symbolic names that refer to objects or values stored in your computer’s memory. They allow you to assign descriptive names to data, making it easier to manipulate and reuse...
View ArticlePython Bytes: #408 python-preference only-managed 3.13t
<strong>Topics covered in this episode:</strong><br> <ul> <li><strong><a...
View ArticlePython Engineering at Microsoft: Announcing GitHub Copilot in Data Wrangler
AI did not write this blog post, but it will make your exploratory data analysis with Data Wrangler better!Today, we’re excited to introduce our first step of integrating the power of Copilot into Data...
View ArticleDjango Weblog: Django bugfix release issued: 5.1.3
Today we've issued the 5.1.3 bugfix release.The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is...
View ArticleTryton News: Tryton Release 7.4
We are proud to announce the 7.4 release of Tryton . This release provides many bug fixes, performance improvements and some fine tuning. You can give it a try on the demo server, use the docker image...
View ArticleTalk Python to Me: #484: From React to a Django+HTMX based stack
Have you heard about HTMX? We've discussed it a time or two on this show. We're back with another episode on HTMX, this time with a real-world success story and lessons learned. We have Sheena...
View ArticleReal Python: Quiz: Variables in Python: Usage and Best Practices
In this quiz, you’ll test your understanding of Variables in Python: Usage and Best Practices. By working through this quiz, you’ll revisit how to create and assign values to variables, change a...
View ArticleReal Python: Introduction to Web Scraping With Python
Web scraping is the process of collecting and parsing raw data from the Web, and the Python community has come up with some pretty powerful web scraping tools.The Internet hosts perhaps the greatest...
View ArticlePyCoder’s Weekly: Issue #654 (Nov. 5, 2024)
#654 – NOVEMBER 5, 2024View in Browser »PySheets: Spreadsheets in the Browser Using PyScript What goes into building a spreadsheet application in Python that runs in the browser? How do you make it...
View ArticleTestDriven.io: Avoid Counting in Django Pagination
This article looks at how to avoid the count query in Django's paginator.
View ArticleJulien Tayon: The crudest CRUD of them all : the smallest CRUD possible in...
Right now, I am on a never ending quest that requires me to think of building a full fledge MVC controller : an anti-jira tracker that would favours HARD CHECKED facts over wishful thinking. For this...
View ArticleProgramiz: Python match…case Statement
The match…case statement allows us to execute different actions based on the value of an expression. In this tutorial, you will learn how to use the Python match…case with the help of examples.
View ArticleReal Python: How to Reset a pandas DataFrame Index
In this tutorial, you’ll learn how to reset a pandas DataFrame index, the reasons why you might want to do this, and the problems that could occur if you don’t.Before you start your learning journey,...
View ArticlePython Software Foundation: PSF Grants Program Updates: Workgroup Charter,...
Time has flown by since we received the community call last December for greater transparency and better processes around our Grants Program. PSF staff have produced a Grants Program Transparency...
View Article