Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
ItsMyCode: Python String lower()

Link: https://itsmycode.com/python-string-lower/

ItsMyCode |
Python String lower() method converts all the uppercase characters in a string to lowercase characters and returns the string as output.
lower() Syntax
The Syntax of lower() method is:
s
ItsMyCode: numpy.argmax() in Python

Link: https://itsmycode.com/numpy-argmax-in-python/

ItsMyCode |
The numpy.argmax() function returns the indices of the maximum values along an axis. In case of multiple occurrences of the maximum values, the indices corresponding to the first occurrenc
ItsMyCode: [Solved] NumPy.ndarray object is Not Callable Python

Link: https://itsmycode.com/solved-numpy-ndarray-object-is-not-callable-python/

ItsMyCode |
In Python, the array will be accessed using an indexing method. Similarly, the NumPy array also needs to be accessed through the indexing method. In this article, we will look at how to fi
ItsMyCode: Graphviz’s executables not found

Link: https://itsmycode.com/graphvizs-executables-not-found/

ItsMyCode |
Graphviz is open source graph visualization software that helps represent structural information as diagrams of abstract graphs and networks. Sometimes, if you install this on windows with
Mike Driscoll: Python Black Friday / Cyber Monday Sales 2021

Link: https://www.blog.pythonlibrary.org/2021/11/24/python-black-friday-cyber-monday-sales-2021/

Lots of companies do sales on Black Friday, sometimes for the entire week. I am going to link to Black Friday sales for Python-related materials, including my own, in this article.
I am having a sale