Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Test and Code: 217: Podcasting / SaaS / Work Life Balance - Justin Jackson

Link: https://podcast.pythontest.com/episodes/217-podcasting-saas-work-life-balance-justin-jackson

If you've ever thought about starting a podcast or a SaaS project, you'll want to listen to this episode. Justin is one of the people who motivated me to get started podcasting. He's also running a su
Spyder IDE: Spyder 6 will get a new installer for all platforms and a standalone application for Linux!

Link: https://www.spyder-ide.org/blog/cbi-installers/

For the last several years, Spyder has offered standalone installers for Windows and macOS which isolate Spyder's runtime environment from users' development environments.
This provides a more stable
Real Python: The Real Python Podcast – Episode #200: Avoiding Error Culture and Getting Help Inside Python

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

What is error culture, and how do you avoid it within your organization? How do you navigate alert and notification fatigue? Hey, it's episode #200! Real Python's editor-in-chief, Dan Bader, joins us
Pythonicity: GraphQL root fields

Link: https://coady.github.io/posts/graphql-root-fields.html

There is no such thing as a “root field”.
There is a common - seemingly universal - misconception that GraphQL root fields are somehow special, in both usage and implementation. The better conceptual
Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q4 2023! 🎉

Link: https://pyfound.blogspot.com/2024/04/announcing-python-software-foundation.html

The
PSF is pleased to announce its fourth batch of PSF Fellows for 2023! Let
us welcome the new PSF Fellows for Q4! The following people continue to
do amazing things for the Python community:Jelle
Zato Blog: Service-oriented API task scheduling

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


Service-oriented API task scheduling


2024-04-15, by Dariusz Suchojad



An integral part of
Zato, its scalable, service-oriented scheduler makes it is possible to execute high-level API integrati
Real Python: Build a Blog Using Django, GraphQL, and Vue

Link: https://realpython.com/python-django-blog/

Are you a regular Django user? Do you find yourself wanting to decouple your back end and front end? Do you want to handle data persistence in the API while you display the data in a single-page app (
eGenix.com: Python Meeting Düsseldorf - 2024-04-17

Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2024-04-17

The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.

Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:

17.0
Real Python: Using raise for Effective Exceptions

Link: https://realpython.com/courses/using-raise-for-effective-exceptions/

In your Python journey, you’ll come across situations where you need to signal that something is going wrong in your code. For example, maybe a file doesn’t exist, a network or database connection fai
Python Morsels: Python Big O: the time complexities of different data structures in Python

Link: https://www.pythonmorsels.com/time-complexities/

The time complexity of common operations on Python's many data structures.


Table of contents

Time Complexity ⏱️
List 📋
Double-Ended Queue ↔️
Dictionary 🗝️
Set 🎨
Counter 🧮
Heap / Priority Queue ⛰️
S
Python Bytes: #379 Constable on the debugging case

Link: https://pythonbytes.fm/episodes/show/379/constable-on-the-debugging-case

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

<ul>
<li><a href="https://stefaniemolin.com/articles/devx/pre-commit/setup-guide/">How to Set Up Pre-Commit Hooks A step-by-step guide to install
PyCoder’s Weekly: Issue #625 (April 16, 2024)

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

#625 – APRIL 16, 2024 View in Browser » Pydantic: Simplifying Data Validation in Python Discover the power of Pydantic, Python’s most popular data parsing, validation, and serialization library.
Python Engineering at Microsoft: Glow up! A new look for Python Reference documentation on Microsoft Learn

Link: https://devblogs.microsoft.com/python/python-learn-reference-refresh/

Today, we’re excited to announce a new, improved experience for Python library reference documentation on Microsoft Learn, formerly Microsoft Docs. The new experience is now available for all Microsof
PyCon: Support PyLadies: Donate to the PyLadies Charity Auction at PyCon US 2024!

Link: https://pycon.blogspot.com/2024/02/support-pyladies-auction-with-a-donation.html

PyCon US 2024 is quickly approaching and we can’t wait to see all of you there! This year, we are reaching out to our community to help support one of our favorite events: the PyLadies Charity Auction
PyBites: OpenStreetMaps, Overpass API and Python

Link: https://pybit.es/articles/openstreetmaps-overpass-api-and-python/

OpenStreetMaps (OSM) is known for being an open source project that allows people to browse the world map and to plan routes. However it is more than that. Among others it provides a read-only API tha
Real Python: How to Format Floats Within F-Strings in Python

Link: https://realpython.com/how-to-python-f-string-format-float/

You’ll often need to format and round a Python float to display the results of your calculations neatly within strings. In earlier versions of Python, this was a messy thing to do because you needed t
Mike Driscoll: Announcing The Python Logging Book & Course Kickstarter

Link: https://www.blog.pythonlibrary.org/2024/04/17/announcing-the-python-logging-book-course-kickstarter/

What does every new developer do when they are first learning to program? They print out strings to their terminal. It’s how we learn! But printing out to the terminal isn’t what you do with most prof