Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCharm: PyCharm 2021.3 Release Candidate Is Out

Link: https://blog.jetbrains.com/pycharm/2021/11/2021-3-rc/

PyCharm’s 2021.3 major release is right around the corner, and now the PyCharm team is fine-tuning the new features and fixing important bugs.
As we approach the end of our EAP – Early Access Program,
Evennia: The Evennia blog has moved to evennia.com!

Link: http://evennia.blogspot.com/2021/11/the-evennia-blog-has-moved-to-evenniacom.html

This dev blog has moved! All past and future posts will now be found here instead on evennia.com. The linked post discusses the move in more detail, including the little custom blog platform I wrote f
"Mathspp Pydon'ts": String formatting comparison | Pydon't 🐍

Link: https://mathspp.com/blog/pydonts/string-formatting-comparison


This article compares the three main string formatting methods in Python and suggests which methods to use in each situation.

(If you are new here and have no idea what a Pydon't is, you may want to
Real Python: The Real Python Podcast – Episode #87: Building a Content Aggregator and Working With RSS in Python

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

Have you wanted to work with RSS feeds in Python? Maybe you're looking for a new project to build for your portfolio that uses Django, unit tests, and custom commands. This week on the show, we have R
Lucas Cimon: Hacktoberfest on fpdf2 & v2.4.6

Link: https://chezsoi.org/lucas/blog/hacktoberfest-on-fpdf2.html


Last month, I realized late that October was hacktoberfest month!

This online event is a month-long celebration (October 1-31) of open source software run in partnership with different software comp
Python for Beginners: Graph in Python

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

Graphs are one of the most important data structures. Graphs are used to represent telephone networks, maps, social network connections, etc. In this article we will discuss what a graph is and how we
ItsMyCode: ValueError: too many values to unpack (expected 2)

Link: https://itsmycode.com/valueerror-too-many-values-to-unpack-expected-2/

ItsMyCode |
If you get ValueError: too many values to unpack (expected 2), it means that you are trying to access too many values from an iterator. Value Error is a standard exception that can occur i
Andre Roberge: Friendly-traceback en español

Link: https://aroberge.blogspot.com/2021/11/friendly-traceback-en-espanol.html

 Friendly and Friendly-traceback are now partially available in Spanish thanks to the work of Mrtín René (https://github.com/martinvilu).You can have a look at the Spanish translations in context for
Weekly Python StackOverflow Report: (cccii) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/11/cccii-stackoverflow-python-report.html

These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-11-20 15:01:04 GMTImplementation of the Max() function in Python -
John Ludhi/nbshare.io: Movie Name Generation Using GPT-2

Link: https://www.nbshare.io/notebook/976197999/Movie-Name-Generation-Using-GPT-2/



















Movie Name Generation Using GPT-2








Since its reveal in 2017 in the popular paper Attention Is All You Need (https://arxiv.org/abs/1706.03762), the Transformer quickly became t
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