Planet Python RSS
215 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
John Ludhi/nbshare.io: PySpark GroupBy Examples

Link: https://www.nbshare.io/notebook/989366242/PySpark-GroupBy-Examples/








PySpark GroupBy Examples








In this notebook, we will go through PySpark GroupBy method. For this exercise, I will be using following data from Kaggle...

https://www.kaggle.com/code/kiric
Zato Blog: Integrating with Salesforce in Python

Link: https://zato.io/blog/posts/salesforce-python.html

Overview
Salesforce connections are one of the newest additions to
Zato
3.2, allowing you to look up and manage Salesforce records
and other business data. To showcase it, the article will create a sa
Podcast.__init__: Accelerate Your Machine Learning Experimentation With Automatic Checkpoints Using FLOR

Link: https://www.pythonpodcast.com/flor-machine-learning-experiment-episode-362/

The experimentation phase of building a machine learning model requires a lot of trial and error. One of the limiting factors of how many experiments you can try is the length of time required to trai
Mike Driscoll: PyDev of the Week: Jyotika Singh

Link: https://www.blog.pythonlibrary.org/2022/05/02/pydev-of-the-week-jyotika-singh/

The PyDev of the Week this week is Jyotika Singh (@JyotikaSingh_). Jyotika is the maintainer of pyAudioProcessing and a speaker at multiple conferences. You can check out what Jyotika is up to by goin
Codementor: Functions in Python

Link: https://www.codementor.io/sadhanareddy/functions-in-python-1sykx9e5kq

In This Article We are going to learn how functions will work.
Let's first discuss What exactly is a Python Function.
In Python, Function is a group of related statements that performs a specific...
Real Python: Python's min() and max(): Find Smallest and Largest Values

Link: https://realpython.com/python-min-and-max/

Python’s built-in min() and max() functions come in handy when you need to find the smallest and largest values in an iterable or in a series of regular arguments. Even though these might seem like fa
Python Morsels: Unicode character encodings

Link: https://www.pythonmorsels.com/unicode-character-encodings-in-python/

When working with text files in Python, it's considered a best practice to specify the character encoding that you're working with.



Table of contents

All input starts as raw bytes
Encoding strings
Glyph Lefkowitz: Inbox Zero, Cost: Zero

Link: https://glyph.twistedmatrix.com/2022/05/inbox-zero-cost-zero.html

One consistent bit of feedback that I’ve received on my earlier writing about
email workflow is that I didn’t include
a concrete enough set of instructions for getting started with task-management
wor
EuroPython: EuroPython April 2022 Newsletter

Link: https://blog.europython.eu/europython-april-2022-newsletter/

Hello fellow Pythonistas,We hope you all are enjoying the longer daylight and the warmer weather that April has brought to us (in the northern hemisphere anyway). April also brings a new newsletter pa
Mike Driscoll: Announcing: The Python 101 Video Course

Link: https://www.blog.pythonlibrary.org/2022/05/03/announcing-the-python-101-video-course/

I am happy to announce that I am creating a Python 101 video course, which is based on Python 101: 2nd Edition.
The course will eventually include videos that cover the chapters in the books. It is la
PyCoder’s Weekly: Issue #523 (May 3, 2022)

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

#523 – MAY 3, 2022 View in Browser » Dunder Methods in Python: The Ugliest Awesome Sauce Double-underscore methods, also known as “dunder methods” or “magic methods” are an ugly way of bringing
Python Bytes: #282 Don't Embarrass Me in Front of The Wizards

Link: https://pythonbytes.fm/episodes/show/282/dont-embarrass-me-in-front-of-the-wizards

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

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

<p><strong>About the show</strong></p>
scikit-learn: Interview with Lucy Liu, scikit-learn Team Member

Link:
https://blog.scikit-learn.org/team/lucy-interview/


Author: Reshama Shaikh ,

Lucy Liu

Lucy Liu joined the scikit-learn Team in September 2020. In this interview, learn more about
Luke Plant: REPL Python programming and debugging with IPython

Link: https://lukeplant.me.uk/blog/posts/repl-python-programming-and-debugging-with-ipython/

When programming in Python, I spend a large amount of time using IPython and its powerful interactive prompt, not just for some one-off
calculations, but for significant chunks of actual programming a
Real Python: Top Python Game Engines

Link: https://realpython.com/top-python-game-engines/

Like many people, maybe you wanted to write video games when you first learned to code. But were those games like the games you played? Maybe there was no Python when you started, no Python games avai
Python for Beginners: How to Clear a Text File in Python

Link: https://www.pythonforbeginners.com/basics/how-to-clear-a-text-file-in-python

While programs are often used to create files, there are times when programmers also need to erase file data. Luckily, there are multiple ways to clear text from a file. In this post, we’ll use some s