Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCon: PyCon US 2024 Welcomes Seven Companies to Startup Row

Link: https://pycon.blogspot.com/2024/05/startup-row-pycon-us-2024.html

It’s another year, and that means it’s time for another PyCon US. This event offers an opportunity to bring together a vibrant and diverse community of engineers, data scientists, researchers, student
Zato Blog: SSH commands as API microservices

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


SSH commands as API microservices


2024-05-20, 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
Robin Wilson: How to subscribe to releases on Github

Link: https://blog.rtwilson.com/how-to-subscribe-to-releases-on-github/

For a while I’d wished there was an easy way to get notified when my favourite open-source packages release a new version. I’d often see something on social media, but that tended to only be for the l
Real Python: Basic Data Types in Python: A Quick Exploration

Link: https://realpython.com/python-data-types/

Python has several basic data types that are built into the language. With these types, you can represent numeric values, text and binary data, and Boolean values in your code. So, these data types ar
PyCoder’s Weekly: Issue #630 (May 21, 2024)

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

#630 – MAY 21, 2024 View in Browser » Accessibility & Assistive Tech as a Python Developer What’s it like to learn Python as a visually impaired or blind developer? How can you improve the acces
Python Bytes: #384 Force push lightly

Link: https://pythonbytes.fm/episodes/show/384/force-push-lightly

<strong>Topics covered in this episode:</strong><br>

<ul>
<li><a href="https://adamj.eu/tech/2023/10/31/git-force-push-safely/"><strong>Git: Force push safely with</strong></a><a href="https://adamj
The Python Show: 41 - Python Packaging and FOSS with Armin Ronacher

Link: https://www.pythonshow.com/p/41-python-packaging-and-foss-with

In this episode, I chatted with Armin Ronacher about his many amazing Python packages, such as pygments, flask, Jinja, Rye, and Click!Specifically, we talked about the following:How Flask came aboutFa
Real Python: The Python calendar Module: Create Calendars With Python

Link: https://realpython.com/python-calendar-module/

The Python calendar module provides several ways to generate calendars for Python programs. It also includes a variety of functions for working with calendar data as strings, numbers, and datetime obj
Django Weblog: Django 5.1 alpha 1 released

Link: https://www.djangoproject.com/weblog/2024/may/22/django-51-alpha-1-released/

Django 5.1 alpha 1 is now available. It represents the first stage in the 5.1
release cycle and is an opportunity for you to try out the changes coming in
Django 5.1.
Django 5.1 brings a kaleidoscope
Glyph Lefkowitz: A Grand Unified Theory of the AI Hype Cycle

Link: https://blog.glyph.im/2024/05/grand-unified-ai-hype.html

The Cycle
The history of AI goes in cycles, each of which looks at least a little bit like this:

Scientists do some basic research and develop a promising novel mechanism, N. One important detail is
Ned Batchelder: Echos of the People API user guide

Link: https://nedbatchelder.com/blog/202405/echos_of_the_people_api_user_guide.html

PyCon 2024 just happened, and as always it was a whirlwind of re-connecting
with old friends, meeting new friends, talking about anything and everything,
juggling, and getting simultaneously energized
EuroPython: EuroPython May 2024 Newsletter

Link: https://blog.europython.eu/europython-may-2024-newsletter/

Hello, Python people! 🐍Welcome back to our cosy corner of community & code!It&aposs absolutely fantastic to have you here again, especially as we countdown the days until our reunion in Prague! 🎉 It’s
Mike Driscoll: Episode 41 – Python Packaging and FOSS with Armin Ronacher

Link: https://www.blog.pythonlibrary.org/2024/05/23/episode-41-python-packaging-and-foss-with-armin-ronacher/

In this episode, I chatted with Armin Ronacher about his many amazing Python packages, such as pygments, flask, Jinja, Rye, and Click!

Specifically, we talked about the following:

How Flask came abo
Luke Plant: pyastgrep and custom linting

Link: https://lukeplant.me.uk/blog/posts/pyastgrep-and-custom-linting/

A while back I released pyastgrep, which is a rewrite of astpath. It’s a tool that allows you to search for specific Python syntax elements using XPath as a query language.
As part of the rewrite, I s
Python Anywhere: New help page: Playwright

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

We’ve had an increasing number of people asking us how to use
Playwright on
PythonAnywhere. Playwright is a browser automation framework that was
developed by Microsoft; like the more-established
Sel
Quansight Labs Blog: Writing fast string ufuncs for NumPy 2.0

Link: https://labs.quansight.org/blog/numpy-string-ufuncs

The journey of writing string ufuncs and creating the np.strings namespace for NumPy 2.0
Matt Layman: Export Journal Feature - Building SaaS with Python and Django #191

Link: https://www.mattlayman.com/blog/2024/export-journal-feature-building-saas-with-python-and-django-191/

In this episode, I started with cleaning up a few small items. After those warmups, we moved on to building an export feature that will allow users to take their journal entries if they want to leave
Talk Python to Me: #463: Running on Rust: Granian Web Server

Link: https://talkpython.fm/episodes/show/463/running-on-rust-granian-web-server

So you've created a web app with Python using Flask, Django, FastAPI, or even Emmett. It works great on your machine. How do you get it out to the world? You'll need a production-ready web server. On