Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
John Ludhi/nbshare.io: Pyspark Expr Example

Link:
https://www.nbshare.io/notebook/374005461/Pyspark-Expr-Example/

PySpark expr()

expr(str) function takes in and executes a sql-like expression. It returns a pyspark Column data type. This is useful to execute statements that are not available with Co
"Paolo Amoroso's Journal": Next Suite8080 features: trim uninitialized data, macro assembler

Link: https://journal.paoloamoroso.com/next-suite8080-features-trim-uninitialized-data-macro-assembler?pk_campaign=rss-feed

I decided what to work on next on Suite8080, the suite of Intel 8080 Assembly cross-development tools I'm writing in Python. I'll add two features, the ability for the assembler to trim trailing unini
Talk Python to Me: #377: Python Packaging and PyPI in 2022

Link: https://talkpython.fm/episodes/show/377/python-packaging-and-pypi-in-2022

PyPI has been in the news for a bunch of reasons lately. Many of them good. But also, some with a bit of drama or mixed reactions. On this episode, we have Dustin Ingram, one of the PyPI maintainers a
Podcast.__init__: Remove Roadblocks And Let Your Developers Ship Faster With Self-Serve Infrastructure

Link: https://www.pythonpodcast.com/quali-self-serve-infrastructure-episode-374/

The goal of every software team is to get their code into production without breaking anything. This requires establishing a repeatable process that doesn't introduce unnecessary roadblocks and fricti
Brett Cannon: MVPy: Minimum Viable Python

Link: https://snarky.ca/mvpy-minimum-viable-python/

Over 29 posts spanning 2 years, this is the final post in my blog series on Python&aposs syntactic sugar. I had set out to find all of the Python 3.8 syntax that could be rewritten if you were to run
John Ludhi/nbshare.io: PySpark concat_ws

Link:
https://www.nbshare.io/notebook/829042414/PySpark-concat_ws/

PySpark concat_ws()

split(str) function is used to convert a string column into an array of strings using a delimiter for the split. concat_ws() is the opposite of split. It creates a s
Moshe Zadka: On The Go

Link: https://orbifold.xyz/on-the-go.html

Now that travel is more realistic,
I have started to optimize how well I can work on the go.
I want to be able to carry as few things as possible,
and have the best set-up possible.

Charging

The
"ce
Python for Beginners: Check For Subset in Python

Link: https://www.pythonforbeginners.com/basics/check-for-subset-in-python

A set in python is a data structure that contains unique immutable objects. In this article, we will discuss what is a subset of a set and how we can check for subset in python.
What is a Subset?
A su
Real Python: GitHub Copilot: Fly With Python at the Speed of Thought

Link: https://realpython.com/github-copilot-python/

GitHub Copilot is a thrilling new technology that promises to deliver to your code editor a virtual assistant powered by artificial intelligence, and it stirred up considerable controversy when it was
PyCon: Holding PyCon US 2023 in Salt Lake City, UT

Link: https://pycon.blogspot.com/2022/08/holding-pycon-us-2023-in-salt-lake-city.html

In light of recent anti-abortion legislation, we have received feedback and concern about hosting PyCon US 2023 in Salt Lake City, Utah. We hear this concern and recognize the risk and impact these la
IslandT: Create a music playing interface for windows 10

Link: https://islandtropicaman.com/wp/2022/08/16/create-a-music-playing-interface-for-windows-10/

In this article, I am going to create a music-playing interface for windows 10’s users with python with the help of pygame framework! Pygame has a mixer module that can play music and it is basically
Kay Hayen: Nuitka Release 1.0

Link: https://nuitka.net/posts/nuitka-release-10.html

This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release contains a large amount of new features, while
consolidating
Real Python: Caching in Python With lru_cache

Link: https://realpython.com/courses/caching-python-lru/

There are many ways to achieve fast and responsive applications. Caching is one approach that, when used correctly, makes things much faster while decreasing the load on computing resources.
Python’s
John Cook: Dump a pickle file to a readable text file

Link: https://www.johndcook.com/blog/2022/08/16/python-pickle/

I got a data file from a client recently in “pickle” format. I happen to know that pickle is a binary format for serializing Python objects, but trying to open a pickle file could be a puzzle if you d
PyCoder’s Weekly: Issue #538 (Aug. 16, 2022)

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

#538 – AUGUST 16, 2022 View in Browser » NLP Forward With Transformer Models and Attention What’s the big breakthrough for Natural Language Processing (NLP) that has dramatically advanced machin
James Bennett: Understanding async Python for the web

Link: https://www.b-list.org/weblog/2022/aug/16/async/

Recently Django 4.1 was released, and the thing most people seem interested in is the expanded async support. Meanwhile, for the last couple years the Python web ecosystem as a whole has been seeing n
Python Bytes: #297 I AM the documentation

Link: https://pythonbytes.fm/episodes/show/297/i-am-the-documentation

<p><strong>Watch the live stream:</strong></p>

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

<p><strong>About the show</strong></p>
PyBites: Annotate all the things! Why you should care about Python type hints …

Link: https://pybit.es/articles/pp82-annotate-all-the-things-why-you-should-care-about-python-type-hints/

Listen now:

This week we have Will Frey on the podcast: ML engineer, Python “knowledge dictionary” and type hints fan & geek.
We talk about his background, how he learns / keeps up with Python’s fast