Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Anarcat: The last syncmaildir crash

Link: https://anarc.at/blog/2021-11-21-one-last-smd-crash/

My syncmaildir (SMD) setup failed
me one too many times
(previously,
previously). In an attempt to migrate
to an alternative mail synchronization tool, I looked into using my
IMAP server again, and fo
Anarcat: mbsync vs OfflineIMAP

Link: https://anarc.at/blog/2021-11-21-mbsync-vs-offlineimap/

After recovering from my latest email
crash
(previously,
previously), I had to figure out
which tool I should be using. I had many options but I figured I would
start with a popular one (mbsync).
But
Podcast.__init__: Build Better Analytics And Models With A Focus On The Data Experience

Link: https://www.pythonpodcast.com/modern-data-experience-episode-340/

A lot of time and energy goes into data analysis and machine learning projects to address various goals. Most of the effort is focused on the technical aspects and validating the results, but how much
Podcast.__init__: Declarative Deep Learning From Your Laptop To Production With Ludwig and Horovod

Link: https://www.pythonpodcast.com/ludwig-horovod-distributed-declarative-deep-learning-episode-341/

Deep learning frameworks encourage you to focus on the structure of your model ahead of the data that you are working with. Ludwig is a tool that uses a data oriented approach to building and training
Mike Driscoll: PyDev of the Week: Paul McGuire

Link: https://www.blog.pythonlibrary.org/2021/11/22/pydev-of-the-week-paul-mcguire/

This week we welcome Paul McGuire (@ptmcguire) as our PyDev of the Week! Paul is the author of the pyparsing package. Paul is a software consultant. You can find out what he is up to by checking out h
Django Weblog: Django 4.0 release candidate 1 released

Link: https://www.djangoproject.com/weblog/2021/nov/22/django-40-rc1/

Django 4.0 release candidate 1 is the final opportunity for you to try out the abundance of new features before Django 4.0 is released.
The release candidate stage marks the string freeze and the call
Test and Code: 171: How and why I use pytest's xfail - Paul Ganssle

Link: https://testandcode.com/171

Paul Ganssle, is a software developer at Google, core Python dev, and open source maintainer for many projects, has some thoughts about pytest's xfail.
He was an early skeptic of using xfail, and is n
Codementor: How to Send SMS in Python Using Plivo’s SMS API

Link: https://www.codementor.io/plivocommunity/how-to-send-sms-in-python-using-plivo-s-sms-api-1nwn523wjr

How to Send SMS in Python Using Plivo’s SMS API
Python for Beginners: Graph Operations in Python

Link: https://www.pythonforbeginners.com/data-structures/graph-operations-in-python

A graph is a non linear data structure used to represent connections between different objects. Generally, graphs are used to represent maps, network, and social media connections. In this article, we
Real Python: Python Community Interview With Eric Wastl

Link: https://realpython.com/interview-eric-wastl/

This week, we’re joined by Eric Wastl, a Senior Architect at TCGPlayer and the founder of Advent of Code (AoC). Join us as we discuss the inception of AoC, how to avoid common pitfalls when solving co
Łukasz Langa: Weekly Report, November 15 - 21

Link: https://lukasz.langa.pl/4f7c2091-2a74-48ab-99d7-8521c4fa8363/

Pretty typical week that started with a bang: an out of schedule release of Python 3.9 to fix a regression of argparse that turned out to be pretty disruptive for our users.
Trey Hunner: Python Black Friday & Cyber Monday Sales (2021)

Link: https://treyhunner.com/2021/11/python-black-friday-and-cyber-monday-sales-2021/

This is my annual compilation post of Black Friday and Cyber Monday deals I’ve found related to Python and Python learning.
Note: Some sales likely aren’t announced yet, so I will update this post on
Real Python: Building a Neural Network & Making Predictions With Python AI

Link: https://realpython.com/courses/build-neural-network-python-ai/

If you’re just starting out in the artificial intelligence (AI) world, then Python is a great language to learn since most of the tools are built using it. Deep learning is a technique used to make pr
Python for Beginners: Depth First Traversal in Python

Link: https://www.pythonforbeginners.com/data-structures/depth-first-traversal-in-python

Graphs are non linear data structures used to represent relationships between different objects. In this article, we will discuss depth first traversal algorithm to print the vertices in a graph. We w
Talk Python to Me: #342: Python in Architecture (as in actual buildings)

Link: https://talkpython.fm/episodes/show/342/python-in-architecture-as-in-actual-buildings

At PyCon 2017, Jake Vanderplas gave a great keynote where he said, "Python is a mosaic." He described how Python is stronger and growing because it's being adopted and used by people with diverse tech
ItsMyCode: Python Ternary Operator

Link: https://itsmycode.com/python-ternary-operator/

ItsMyCode |
In Python, Ternary operator, also called conditional expressions, are operators that evaluate something based on a binary condition. Ternary operators provide a shorthand way to write cond
Python Bytes: #260 It's brutally simple: made just from pickle and zip

Link: https://pythonbytes.fm/episodes/show/260/it-s-brutally-simple-made-just-from-pickle-and-zip

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

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

<p><strong>About the show</strong></p>
PyCoder’s Weekly: Issue #500 (Nov. 23, 2021)

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

#500 – NOVEMBER 23, 2021 View in Browser » Python News: What’s New From October 2021? The Python community gave a warm welcome to Python 3.10 in October 2021. In this article, you’ll catch up on
ItsMyCode: ImportError: No module named Pandas

Link: https://itsmycode.com/importerror-no-module-named-pandas/

ItsMyCode |
In Python, if you try to import pandas without installing the module using pip, you will get no module named pandas error. 
In this tutorial, let’s look at installing the pandas module cor
ItsMyCode: ImportError: No module named requests

Link: https://itsmycode.com/importerror-no-module-named-requests/

ItsMyCode |
In Python, if you try to import Requests without installing the module using pip, you will get no module named requests error. 
In this tutorial, let’s look at installing the Requests modu