Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Talk Python to Me: #491: DuckDB and Python: Ducks and Snakes living together

Link: https://talkpython.fm/episodes/show/491/duckdb-and-python-ducks-and-snakes-living-together

Join me for an insightful conversation with Alex Monahan, who works on documentation, tutorials, and training at DuckDB Labs. We explore why DuckDB is gaining momentum among Python and data enthusiast
Matt Layman: Optimizing SQLite - Building SaaS #210

Link: https://www.mattlayman.com/videos/optimizing-sqlite-building-saas-210/

In this episode, when worked on the newly migrated JourneyInbox site and focused on the database. Since me moved from Postgres to SQLite, I needed to make sure that SQLite was ready for users. We exam
Zero to Mastery: Python Monthly Newsletter 💻🐍

Link: https://zerotomastery.io/blog/python-monthly-newsletter-december-2024/?utm_source=python-rss-feed

61st issue of Andrei Neagoie's must-read monthly Python Newsletter: Octoverse Results Reveal, GPU Computing, and much more. Read the full newsletter to get up-to-date with everything you need to know
Spyder IDE: Spyder 6 project lead: Remote development interface and application UI/UX improvements

Link: https://www.spyder-ide.org/blog/spyder-6-carlos

Spyder's lead maintainer, Carlos Cordoba, shares his insights on the projects and features he helped develop for Spyder 6.0, particularly UI/UX and where the IDE is headed next.
Real Python: Building HTTP APIs With Django REST Framework

Link: https://realpython.com/courses/django-rest-framework/

REST is a loosely defined protocol for listing, creating, changing, and deleting data on your server over HTTP. The Django REST framework (DRF) is a toolkit built on top of the Django web framework th
Paolo Melchiorre: My 2024 in review

Link: https://www.paulox.net/2024/12/31/my-2024-in-review/

A quick review of my 2024 done in a hurry, trying to remember the many experiences I had, the people I met, the places I visited and the changes I went through.
PyCoder’s Weekly: Issue #662 (Dec. 31, 2024)

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

#662 – DECEMBER 31, 2024 View in Browser » A lot has happened in the Python ecosystem in 2024 and with our final issue of the year, the featured section contains the top five most clicked articles
Real Python: Learn From 2024's Most Popular Python Tutorials and Courses

Link: https://realpython.com/popular-python-tutorials-2024/

As we welcome 2025, it’s the perfect time to reflect on the exciting advancements the Python community made in 2024. Python 3.13 stood out as a milestone release, introducing ground-breaking experimen
Go Deh: Me, Chatgpt, copilot, gemini, and google search classify quadrilaterals

Link: http://paddy3118.blogspot.com/2025/01/me-chatgpt-copilot-gemini-and-google.html

 (Best viewed on a larger than phone screen)I decided to use AI more in coding, so found some free tools and incorporated them into my coding experience.My initial goal Someone on Linkedin posted thei
Daniel Roy Greenfeld: Exploring fastcore bunch classes

Link: https://daniel.feldroy.com/posts/2024-12-fastcore-bunch-classes

For the past six months or so I've been using fastcore. It provides two handy bunch-class style that I've leveraged into projects.
Vinayak Mehta: IPychat — An AI extension for IPython

Link: https://vinayak.io/2025/01/02/ipychat/




Recently, I've been exploring geospatial data about Paris. Although I've seen others work with this type of data and know basic terms like shapefiles and polygons, this is my first time working wit
Real Python: The Real Python Podcast – Episode #233: PyCoder's Weekly 2024 Top Articles & Missing Gems

Link: https://realpython.com/podcasts/rpp/233/

PyCoder's Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2024. Christopher Trudeau is back on the show this week to help wrap it all up by sharing some highlights
PyPy: Towards PyPy3.11 - an update

Link: https://www.pypy.org/posts/2025/01/towards-pypy311-an-update.html

We1 are steadily working towards a Python 3.11 interpreter, which will be part
of the upcoming PyPy 7.3.18 release. Along with that, we also recently updated
speed.pypy.org to compare PyPy's performa
Marcos Dione: We have been writing Ansible tasks wrong

Link: https://www.grulic.org.ar/~mdione/glob/posts/we-have-been-writing-ansible-tasks-wrong/

Look at the following Ansible task:
- name: Prometheus Exporters
- name: Extend caps for ping - File
template:
src: "roles/server/files{{ item }}"
dest: "{{ item }}"
owner:
Zato Blog: Getting started with network automation in Python

Link: https://zato.io/en/blog/network-automation-getting-started.html


Getting started with network automation in Python


2025-01-07, by Dariusz Suchojad



All network engineers and architects understand that automation is essential for efficiency and reliability,
e
PyPy: Musings on Tracing in PyPy

Link: https://www.pypy.org/posts/2025/01/musings-tracing.html

Last summer, Shriram Krishnamurthi asked on
Twitter:

"I'm curious what the current state of tracing JITs is. They used to be all the
rage for a while, then I though I heard they weren't so effective,