Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Anywhere: CPU resetting issues report: 3 - 5 May 2024

Link: https://blog.pythonanywhere.com/211/

tl;dr
We have a number of background processes that execute periodically on
our systems; one of these is the one that resets the amount of CPU
used, so that you get a fresh allowance every day. Early
Python Software Foundation: PSF Grants Program 2022 & 2023 Transparency Report

Link: https://pyfound.blogspot.com/2024/05/psf-grants-program-2022-2023.html


The PSF’s Grants Program is a key plank in our charitable mission to promote,
protect, and advance the Python programming language, and to support and
facilitate the growth of a diverse and int
Real Python: PyTorch vs TensorFlow for Your Python Deep Learning Project

Link: https://realpython.com/pytorch-vs-tensorflow/

PyTorch vs TensorFlow: What’s the difference? Both are open-source Python libraries that use graphs to perform numerical computations on data in deep learning applications. Both are used extensively i
The Python Show: 40 - Open Source Development with Antonio Cuni

Link: https://www.pythonshow.com/p/40-open-source-development-with-antonio

In this episode, we discuss working on several different open-source Python packages. Antonio Cuni is our guest, and he chats about his work on PyScript, pdb++, pypy, HPy, and SPy.Listen in as we chat
Daniel Roy Greenfeld: TIL: Running UV outside a virtualenv

Link: https://daniel.feldroy.com/posts/til-2024-05-running-uv-outside-a-virtualenv

Breaking the rules to satisfy continuous integration.
A few months ago I blogged about forcing pip to require a virtualenv. However, when automating tests and deployments sometimes you work outside of
Trey Hunner: My favorite Python 3.13 feature

Link: https://treyhunner.com/2024/05/my-favorite-python-3-dot-13-feature/

Python 3.13 just hit feature freeze with the first beta release today.
Just before the feature freeze, a shiny new feature was added: a brand new Python REPL.
This new Python REPL is will likely be
Python Insider: Python 3.13.0 beta 1 released

Link: https://pythoninsider.blogspot.com/2024/05/python-3130-beta-1-released.html

I'm pleased to announce the release of Python 3.13 beta 1 (and feature freeze for Python 3.13).https://www.python.org/downloads/release/python-3130b1/ This is a beta preview of Python 3.13
Python 3.13
Robin Wilson: New Projects page on my website

Link: https://blog.rtwilson.com/new-projects-page-on-my-website/

Just a quick post here to say that I’ve added a new Projects page to my freelance website. I realised I didn’t have anywhere online that I could point people to that had links to all of the ‘non-work’
Mike Driscoll: Episode 40 – Open Source Development with Antonio Cuni

Link: https://www.blog.pythonlibrary.org/2024/05/09/episode-40-open-source-development-with-antonio-cuni/

In this episode, we discuss working on several different open-source Python packages. Antonio Cuni is our guest, and he chats about his work on PyScript, pdb++, pypy, HPy, and SPy.
Listen in as we cha
Python People: Shauna Gordon-McKeon - Open Source Governance, Women's Soccer, and Django

Link: https://pythonpeople.fm/episodes/shauna-gordon-mckeon

This is a really fun talk with Shauna.  We talk about: Going from academia to techDjangoOpen source project governance and Governing OpenWomens Soccer and the NWSLShauna's technical consulting busines
Talk Python to Me: #461: Python in Neuroscience and Academic Labs

Link: https://talkpython.fm/episodes/show/461/python-in-neuroscience-and-academic-labs

Do you use Python in an academic setting? Maybe you run a research lab or teach courses using Python. Maybe you're even a student using Python. Whichever it is, you'll find a ton of great advice in th
Django Weblog: Django Developers Survey 2023 results

Link: https://www.djangoproject.com/weblog/2024/may/10/django-developers-survey-2023-results/

In October-November 2023, the Django Software Foundation, in partnership with PyCharm, carried out a survey to capture the preferences and contributions of Django developers worldwide. Today, we’re ex
Real Python: The Real Python Podcast – Episode #204: Querying OpenStreetMaps via API & Lazy Evaluation in Python

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

Would you like to get more practice working with APIs in Python? How about exploring the globe using the data from OpenStreetMap? Christopher Trudeau is back on the show this week, bringing another ba
Mike Driscoll: One Week Left for Python Logging Book / Course Kickstarter

Link: https://www.blog.pythonlibrary.org/2024/05/10/one-week-left-for-python-logging-book-course-kickstarter/

My latest Python book campaign is ending in less than a week. This book is about Python’s logging module. I also include two chapters that discuss structlog and loguru.
Support on Kickstarter 

Why Ba
Go Deh: Predicting results from small samples.

Link: http://paddy3118.blogspot.com/2024/05/predicting-results-from-small-samples.html

 


I've run simulations, tens of thousands of them at a time, over and over as we developed chips. In one project I noticed that I could predict the final result after only a small number of results
Mike Driscoll: Ruff – The Fastest Python Linter and Formatter Just Got Faster!

Link: https://www.blog.pythonlibrary.org/2024/05/11/ruff-the-fastest-python-linter-and-formatter-just-got-faster/

I’m a little late in reporting on this topic, but Ruff put out an update in April 2024 that includes a hand-written recursive descent parser. This update is in version 0.4.0 and newer.
Ruff’s new pars
Pythonicity: Packaging rundown

Link: https://coady.github.io/posts/packaging-rundown.html

Companion guide to the Python packaging tutorial.
This is not an overview of packaging, nor a history of the tooling. The intended audience is an author of a simple package who merely wants to publish
Zato Blog: IMAP and OAuth2 Integrations with Microsoft 365

Link: https://zato.io/en/blog/imap-oauth2-microsoft365.html


IMAP and OAuth2 Integrations with Microsoft 365


2024-05-13, by Dariusz Suchojad



Overview
This is the first in a series of articles about automation of and integrations with Microsoft 365 cloud
Real Python: What Is the __pycache__ Folder in Python?

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

When you develop a self-contained Python script, you might not notice anything unusual about your directory structure. However, as soon as your project becomes more complex, you’ll often decide to ext