Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Eli Bendersky: GoMLX: ML in Go without Python

Link: https://eli.thegreenplace.net/2024/gomlx-ml-in-go-without-python/

In the previous post
I talked about running ML inference in Go through a Python sidecar process. In
this post, let's see how we can accomplish the same tasks without using Python
at all.

How ML model
Talk Python to Me: #486: CSnakes: Embed Python code in .NET

Link: https://talkpython.fm/episodes/show/486/csnakes-embed-python-code-in-.net

If you are a .NET developer or work in a place that has some of those folks, wouldn't it be great to fully leverage the entirety of PyPI with it's almost 600,000 packages inside your .NET code? But ho
EuroPython Society: 2024 General Assembly Announcement

Link: https://www.europython-society.org/2024-general-assembly-announcement/

We’re excited to invite you to this year’s General Assembly meeting! We’ll gather on Sunday, December 1st, 2024, from 20:00 to 21:00 CET. Just like in recent years, we’ll use Zoom, and additional join
Real Python: How to Iterate Through a Dictionary in Python

Link: https://realpython.com/iterate-through-dictionary-python/

Python offers several ways to iterate through a dictionary, such as using .items() to access key-value pairs directly and .values() to retrieve values only.
By understanding these techniques, you’ll b
Zero to Mastery: Python Monthly Newsletter 💻🐍

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

60th issue of Andrei Neagoie's must-read monthly Python Newsletter: Python 3.13, Django Project Ideas, GPU Bubble is Bursting, and much more. Read the full newsletter to get up-to-date with everything
Real Python: Efficient String Concatenation in Python

Link: https://realpython.com/python-string-concatenation/

Python string concatenation is a fundamental operation that combines multiple strings into a single string. In Python, you can concatenate strings using the + operator or the += operator for appending
Real Python: Python range(): Represent Numerical Ranges

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

In Python, the range() function generates a sequence of numbers, often used in loops for iteration. By default, it creates numbers starting from 0 up to but not including a specified stop value. You c
Django Weblog: DjangoCon Europe 2026 call for organizers completed

Link: https://www.djangoproject.com/weblog/2024/nov/24/djangocon-europe-2026-call-for-organizers-complete/

The DjangoCon Europe 2026 call for organizers is now over. We’re elated to report we received three viable proposals, a clear improvement over recent years.
We’ll let the successful team decide when a
Django Weblog: 2024 Malcolm Tredinnick Memorial Prize awarded to Rachell Calhoun

Link: https://www.djangoproject.com/weblog/2024/nov/24/2024-malcolm-tredinnick-memorial-prize-awarded-to-/

This year it was hard to decide, and we wanted to also show who else got nominated, because they also deserve recognition, so it took a bit longer than we expected.

The Django Software Foundation Boa
Hugo van Kemenade: A surprising thing about PyPI's BigQuery data

Link: https://dev.to/hugovk/a-surprising-thing-about-pypis-bigquery-data-2g9o

You can get download numbers for PyPI packages (or projects) from a Google BigQuery dataset. You need a Google account and credentials, and Google gives 1 TiB of free quota per month.
Each month, I ha
Julien Tayon: The advantages of HTML as a data model over basic declarative ORM approach

Link: https://beauty-of-imagination.blogspot.com/2024/11/the-advantages-of-html-as-data-model.html

Very often, backend devs don't want to write code.
For this, we use one trick : derive HTML widget for presentation, database access, REST endpoints from ONE SOURCE of truth and we call it MODEL.
A tr
Zato Blog: SSH commands as API microservices

Link: https://zato.io/en/blog/ssh-api-service.html


SSH commands as API microservices


2024-11-25, by Dariusz Suchojad


This is a quick guide on how to turn SSH commands into a REST API service. The use-case may be remote administration
of devices
Real Python: Speed Up Your Python Program With Concurrency

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

Concurrency refers to the ability of a program to manage multiple tasks at once, improving performance and responsiveness. It encompasses different models like threading, asynchronous tasks, and multi
Trey Hunner: New Python Jumpstart course

Link: https://treyhunner.com/2024/11/new-python-jumpstart-course/

I’ve just recently launched a self-paced introduction to Python that is extremely hands-on.
It’s called Python Jumpstart and it’s based on introductory Python curriculum that I have been iterating on
Mike Driscoll: Black Friday Python Deals 2024

Link: https://www.blog.pythonlibrary.org/2024/11/25/black-friday-python-deals-2024/

Black Friday and Cyber Monday are nearly here, so it’s time to do a Python sale! All my books and courses are 35% off until December 4th if you use this code: BF24 at checkout.
You can learn about any
Wingware: Wing Python IDE Version 10.0.7 - November 25, 2024

Link: https://wingware.com/news/2024-11-25

This minor release reduces Python 3.12+ debugger overhead and improves Python code analysis.
See the change log for details.
Download Wing 10 Now: Wing Pro |
Wing Personal |
Wing 101 |
Compare Product