Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
death and gravity: reader 3.7 released – contributor docs, 300 stars

Link: https://death.andgravity.com/reader-3-7

Hi there!
I'm happy to announce version 3.7 of reader, a Python feed reader library.
More importantly, reader has reached 300 stars on GitHub!

What's new? #
Here are the highlights since reader 3.4.
Python for Beginners: PySpark Select Distinct Rows From DataFrame

Link: https://www.pythonforbeginners.com/pyspark/pyspark-select-distinct-rows-from-dataframe

When using a pyspark dataframe, we sometimes need to select unique rows or unique values from a particular column. In this article, we will discuss how to select distinct rows or values in a column of
Matt Layman: Announcing luatest: A Lua test runner inspired by pytest

Link: https://www.mattlayman.com/blog/2023/announcing-luatest/

I’m pleased to announce a new test runner for the Lua programming language: luatest. luatest draws deep inspiration from pytest in the Python ecosystem.
Why should you care?
You’re tired of BDD-style
Mike Driscoll: PyDev of the Week: Sophia Yang

Link: https://www.blog.pythonlibrary.org/2023/07/17/pydev-of-the-week-sophia-yang/

This week we welcome Sophia Yang (@sophiamyang) as our PyDev of the Week! Sophia is a data scientist who works at Anaconda. You can connect with Sophia on LinkedIn. If podcasts are your thing, you can
Real Python: Python News: What's New From June 2023

Link: https://realpython.com/python-news-june-2023/

June 2023 welcomed a lot of new people and positions to the Python Software Foundation (PSF). Elections wrapped up for directors, and a new security developer in residence got to work. The organizatio
Python Morsels: Python's "next" function

Link: https://www.pythonmorsels.com/next/

Python's built-in next function will consume the next item from a given iterator.


Table of contents

Getting the next line from a file
You can't use next on most iterables
Iterators work with next
U
Sebastian Witowski: Pathlib for Path Manipulations

Link: https://switowski.com/blog/pathlib/


<p>If I were to name my top ten modules from the standard library, <code>pathlib</code> would be high on that list. It could even make it to the top three.</p>
<p>Manipulating paths was alway
TestDriven.io: Django REST Framework Authentication with Auth.js

Link: https://testdriven.io/blog/django-rest-authjs/

This tutorial looks at how to add authentication to Django REST Framework and integrate it with Auth.js.
PyCoder’s Weekly: Issue #586 (July 18, 2023)

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

#586 – JULY 18, 2023 View in Browser » Mazes in Python Part 2: Storing and Solving In part two of this two-part project, you’ll define a specialized binary file format to store a maze on disk, t
Test and Code: Free Your Inner Nonfiction Writer

Link: https://share.transistor.fm/s/70da9014

Learn how to write nonfiction fast and well.Johanna Rothman joins the show to discuss writing nonfiction.Johanna's book: Free Your Inner Nonfiction Writer<p>Learn how to write nonfiction fast and well
Python Bytes: #344 AMA: Ask Us Anything

Link: https://pythonbytes.fm/episodes/show/344/ama-ask-us-anything

<a href='https://www.youtube.com/watch?v=Vu-tPIVre_k' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>

<p>Sponsored by us! Support our work through:</p
CodersLegacy: Guide to Hidden Imports in Auto-Py-to-EXE

Link: https://coderslegacy.com/hidden-imports-in-auto-py-to-exe/

Auto Py to Exe is a convenient tool that allows you to convert your Python scripts into standalone executables. However, there may be situations where your script relies on external modules or package
Real Python: Python's list Data Type: A Deep Dive With Examples

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

The list class is a fundamental built-in data type in Python. It has an impressive and useful set of features, allowing you to efficiently organize and manipulate heterogeneous data. Knowing how to us
PyBites: From Teacher to Python Developer by Building a Community Platform Using Django

Link: https://pybit.es/articles/from-teacher-to-python-developer-by-building-a-community-platform-using-django/

Watch here:


Listen here:

This week we talk with James Dycus about his journey from teacher to Python software developer.
We talk about his background as a teacher and how het got into Python. 
How