Planet Python RSS
214 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Understanding Python List Comprehensions

Link: https://realpython.com/courses/understand-list-comprehensions/

One of Python’s most distinctive features is the list comprehension, which you can use to create powerful functionality within a single line of code. However, many developers struggle to fully leverag
Juri Pakaste: Swift networking with AsyncHTTPClient

Link: https://juripakaste.fi/swift-asynchttpclient/

When you need to access resources over HTTP in Swift, in most cases the answer is URLSession from Foundation. On server side that's most probably not the right choice; there you are most likely runnin
PyCoder’s Weekly: Issue #466 (March 30, 2021)

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

#466 – MARCH 30, 2021 View in Browser » Many Models Workflows in Python Learn how to organize models into dataframes for exploratory data analysis, and why you might want to consider doing this.
Test and Code: 149: I don't test my code, "crappy Python" is all I write - Corey Quinn

Link: https://testandcode.com/149

Corey Quinn is the Chief Cloud Economist at The Duckbill Group. He's also a podcaster and writes a newsletter. And he also automates things with Python. But he doesn't write tests. Let's find out why.
Stack Abuse: Matplotlib: Plot Multiple Line Plots On Same and Different Scales

Link: https://stackabuse.com/matplotlib-plot-multiple-line-plots-same-and-different-scales/

Introduction
Matplotlib is one of the most widely used data visualization libraries in Python. From simple to complex visualizations, it's the go-to library for most.
In this tutorial, we'll take a lo
Michał Bultrowicz: Some shell functions for working with Python virtualenvs

Link: https://bultrowicz.com/python-venv-zsh-functions/

Finally doing some scripting today.
I noticed that there are some python-virtualenv-related commands I run often (in my tmux-based “IDE”),
so I automated them away to shave off some keystrokes.
Python Pool: Numpy Permutation() | How to use np.random.permutation()

Link: https://www.pythonpool.com/numpy-random-permutation/?utm_source=rss&utm_medium=rss&utm_campaign=numpy-random-permutation

Introduction
In this tutorial, We will learn how to find the permutation of the numpy array. We can find the permutation of the numpy array using np.random.permutation() function. we will learn the ca
Python Pool: 3 Ways to Convert String to Variable Name in Python

Link: https://www.pythonpool.com/python-string-to-variable-name/?utm_source=rss&utm_medium=rss&utm_campaign=python-string-to-variable-name

Introduction
We got to know about many topics in python. But, have you ever use the input string as the variable name in your program. In this tutorial, we will be focusing on this topic only to conve
Python Pool: Working With Carriage Return (\r) in Python

Link: https://www.pythonpool.com/carriage-return-python/?utm_source=rss&utm_medium=rss&utm_campaign=carriage-return-python

Introduction
Sometimes, we occur in a situation where we want to go back to the starting point of the same line. In this article will help you understand the concept of carriage return in python or \r
Python Engineering at Microsoft: Jupyter in Visual Studio Code – April 2021 Release

Link: https://devblogs.microsoft.com/python/jupyter-in-visual-studio-code-april-2021-release/

We are pleased to announce that the April 2021 release of the Jupyter Extension for Visual Studio Code is now available. If working with Python, we recommend installing the Python extension directly f
Python for Beginners: Extract a specific word from a string in Python

Link: https://www.pythonforbeginners.com/basics/strings/extract-a-specific-word-from-a-string-in-python


While handling text data, sometimes we have to search for occurrences of specific words in the text and extract specific words. In this tutorial, we will learn about different methods to extract a sp
Real Python: Python Community Interview With Will McGugan

Link: https://realpython.com/interview-will-mcgugan/

Today I’m joined by Will McGugan. Will is a freelance Python developer based in Scotland and the creator of the popular Python library Rich.
In this interview, we discuss the origins of Rich, what it’
Python Pool: 4 Easy Ways to Find String in List in Python

Link: https://www.pythonpool.com/python-find-string-in-list/?utm_source=rss&utm_medium=rss&utm_campaign=python-find-string-in-list

We got to know about many topics in python. But have you ever tried to find the string in a list in Python? In this tutorial, we will be focusing on finding the string in a list. There are multiple wa
death and gravity: Dataclasses without type annotations

Link: https://death.andgravity.com/dataclasses

The dataclasses standard library module
reduces the boilerplate of writing classes
by generating special methods like __init__ and __repr__.
I've noticed a small (but vocal) minority of people that:
Django Weblog: PyCharm & DSF Campaign 2021

Link: https://www.djangoproject.com/weblog/2021/apr/01/pycharm-dsf-campaign-2021/

For the fifth year in a row, Django is partnering with JetBrains PyCharm on the following promotion: 30% off the purchase of any new individual PyCharm Professional licenses with the full proceeds ben
Stack Abuse: Matplotlib Pie Chart - Tutorial and Examples

Link: https://stackabuse.com/matplotlib-pie-chart-tutorial-and-examples/

Introduction
There are many data visualization libraries in Python, yet Matplotlib is the most popular library out of all of them. Matplotlib’s popularity is due to its reliability and utility - it's
Python for Beginners: Split a number in a string in Python

Link: https://www.pythonforbeginners.com/python-strings/split-a-number-in-a-string-in-python


While processing text data, it may be a situation that we have to extract numbers from the text data. In python, we process text data using strings. So, the task we have to do is to find and split a
PyCon: PyCon US Schedule Posted!

Link: https://pycon.blogspot.com/2021/04/pycon-us-schedule-posted.html

Along with International T-shirt ordering optionHead over to the PyCon website to see the lineup for Tutorials, Talks, Charlas, Summits and Sponsor Workshops. Take time to review the presentations and
PyCharm: PyCharm 2021.1 Release Candidate Is Here!

Link: http://feedproxy.google.com/~r/Pycharm/~3/Sv4bREBhBdA/

The release candidate (RC) for PyCharm 2021.1 is out. We are polishing the product and fixing bugs before the major 2021.1 release.

DOWNLOAD PYCHARM 2021.1 RC

Note that unlike previous EAP builds, t