Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Podcast.__init__: Add Anomaly Detection To Your Time Series Data With Luminaire

Link: https://www.pythonpodcast.com/luminaire-anomaly-detection-episode-293/

When working with data it's important to understand when it is correct. If there is a time dimension, then it can be difficult to know when variation is normal. Anomaly detection is a useful tool to a
Python Pool: Exploring Bitarray in Python With List of Functions Available

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

In this article, we will learn about the python bit array. At first, let us understand what exactly a python bitarray is? A bitarray is an efficient way of representing Booleans in an array. Their beh
Python Engineering at Microsoft: Python in Visual Studio Code – December 2020 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-december-2020-release/

We are happy to announce that the December 2020 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it direc
Python Pool: WHAT IS NUMPY DIFF? ALONG WITH EXAMPLES

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

Hello geeks and welcome in today’s article, we will discuss NumPy diff. Along with it, we will cover its syntax, different parameters, and also look at a couple of examples. But at first, let us try t
Python Pool: NumPy Eye Explained With In-Depth Examples in Python

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

Hello geeks and welcome in today’s article, we will discuss NumPy eye(). Along with it, we will also cover its parameter, syntax, and a couple of examples. In general, NumPy is a numerical module of p
Codementor: Quick Answers to Python Interview Questions for Freshers

Link: https://www.codementor.io/ethanstrainings/quick-answers-to-python-interview-questions-for-freshers-1d6j1e2afr

Students who have completed their Python training in Pune can look at the below-listed FAQs that can be asked during the Python interview. It can be helpful for both freshers and experienced...
Python Software Foundation: PSF Scientific Working Group announces call for grant requests

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ECxGlakBWOA/psf-scientific-working-group-announces.html

The Scientific Working Group of the Python Software Foundation is excited to announce a next call for funding proposals in 2020/2021. The goal of the Scientific Working Group is to advance the scope,
PyCoder’s Weekly: Issue #451 (Dec. 15, 2020)

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

#451 – DECEMBER 15, 2020 View in Browser » Bitwise Operators in Python In this tutorial, you’ll learn how to use Python’s bitwise operators to manipulate individual bits of data at the most gran
Kushal Das: How to get a TLS certificate for a domain in your local network?

Link: https://kushaldas.in/posts/how-to-get-a-tls-certificate-for-a-domain-in-your-local-network.html


How to get a TLS certificate for a domain inside of my local network? This was
a question for me for a long time. I thought of creating a real subdomain,
getting the certificate, and copying over the
Malthe Borch: Mitigating 2FA abuse by bad actors

Link: https://maltheborch.com/2020/09/mitigating-2fa-abuse-by-bad-actors.html


A friend of mine was recently scammed into handing
over a six-digit verification code to her WhatsApp
account.
Python Pool: Pigeonhole Sort in Python With Algorithm and Code Snippet

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

In this article, we will dig into a sorting algorithm known as the pigeonhole sort in Python. So, what exactly is a pigeonhole sort? It is a sorting algorithm famously used for sorting the lists in wh
Python Pool: NUMPY INSERT IN PYTHON WITH EXAMPLES

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

Hello geeks and welcome in today’s article, we will discuss NumPy insert(). Along with it, we will also cover its syntax and parameters. For a better understanding, we will also look at a couple of ex
Python Pool: NumPy ogrid and Its Uses in Python

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

Hello geeks and welcome in today’s article, we will discuss NumPy ogrid and its uses in detail. NumPy is a numerical module of python, and Ogrid is one of its functions that stands for the open grid.
Python Pool: Matplotlib grid With Attributes in Python

Link: https://www.pythonpool.com/matplotlib-grid/?utm_source=rss&utm_medium=rss&utm_campaign=matplotlib-grid

Hello programmers, in today’s article, we will discuss the Matplotlib grid() in Python. Grids are made up of intersecting straight or curved lines used to structure our content. Matplotlib is a numeri
Stack Abuse: Spelling Correction in Python with TextBlob

Link: https://stackabuse.com/spelling-correction-in-python-with-textblob/

Introduction
Spelling mistakes are common, and most people are used to software indicating if a mistake was made. From autocorrect on our phones, to red underlining in text editors, spell checking is
Matt Layman: Middleware Do You Go?

Link: https://www.mattlayman.com/understand-django/middleware-do-you-go/

In the previous Understand Django article, we covered the built-in auth system. That article gave you a chance to see the User model, ways to login users with Django’s authentication tools, and the fe