Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Michael Foord: Agile Alliance Scrummaster Certification

Link: https://agileabstractions.com/scrummaster/


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
James Bennett: Three Django wishes

Link: https://www.b-list.org/weblog/2024/nov/04/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 few examples:</p>
Zato Blog: Meaningful automation in Python

Link: https://zato.io/en/blog/python-automation-integrations.html


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
Robin Wilson: Join the GeoTAM hackathon to work out business turnovers!

Link: https://blog.rtwilson.com/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 vari
Real Python: Variables in Python: Usage and Best Practices

Link: https://realpython.com/python-variables/

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 v
Python Engineering at Microsoft: Announcing GitHub Copilot in Data Wrangler

Link: https://devblogs.microsoft.com/python/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 Da
Django Weblog: Django bugfix release issued: 5.1.3

Link: https://www.djangoproject.com/weblog/2024/nov/05/bugfix-release/

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
Talk Python to Me: #484: From React to a Django+HTMX based stack

Link: https://talkpython.fm/episodes/show/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 O'Conne
Real Python: Quiz: Variables in Python: Usage and Best Practices

Link: https://realpython.com/quizzes/python-variables/

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 vari
Real Python: Introduction to Web Scraping With Python

Link: https://realpython.com/courses/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
PyCoder’s Weekly: Issue #654 (Nov. 5, 2024)

Link: https://pycoders.com/issues/654

#654 – NOVEMBER 5, 2024 View 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 ma
Julien Tayon: The crudest CRUD of them all : the smallest CRUD possible in 150 lines of python

Link: http://beauty-of-imagination.blogspot.com/2024/11/the-crudest-crud-of-them-all-smallest.html

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
Real Python: How to Reset a pandas DataFrame Index

Link: https://realpython.com/pandas-reset-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,
Python Software Foundation: PSF Grants Program Updates: Workgroup Charter, Future, & Refresh (Part 1)

Link: https://pyfound.blogspot.com/2024/11/psf-grants-program-updates-part1.html

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 Repo
Python Software Foundation: PSF Grants Program Updates: Workgroup Charter, Future, & Refresh (Part 2)

Link: https://pyfound.blogspot.com/2024/11/psf-grants-program-updates-part2.html

Building on Part 1 of this PSF Grants Program Update, we are pleased to share updates to the Grants Workgroup (workgroup) Charter. We have outlined all the changes below in a chart, but there are a co
PyBites: A Practical Example of the Pipeline Pattern in Python

Link: https://pybit.es/articles/a-practical-example-of-the-pipeline-pattern-in-python/

What is this pattern about?The Chain of Command (or Pipeline) design pattern is a flexible way to handle a sequence of actions, where each handler in the chain processes the input data and passes it t