Planet Python RSS
213 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Lightning Fast Shop: Release 0.11.

Link: http://www.getlfs.com/release-011

We just released LFS 0.11. 

Changes

Adds Django 1.10 support
Excludes variants from sitemap
Add appending slash to all urls
Use F() expressions to update stock amount (#203)
Use F() expression to in
Michele Simionato: What's new in plac 0.7

Link: http://www.artima.com/weblogs/viewpost.jsp?thread=301632

plac is much more than a command-line arguments parser. You can use it to implement interactive interpreters (both on a local machine on a remote server) as well as batch interpreters. It features a d
SDJournal: Exhedra: a conferencing/forum application in Django

Link: http://www.sdjournal.com/archives/248

I've recently started some development on the Exhedra project (a conferencing/forum application) using Django. For anyone reading this post on SDJournal, the posts from this category are also syndicat
TestDriven.io: Django Session-based Auth for Single Page Apps

Link: https://testdriven.io/blog/django-spa-auth/

This article looks at how to add session-based authentication to a Single-Page Application (SPA) powered by Django and React.
Real Python: What Is Data Engineering and Is It Right for You?

Link: https://realpython.com/python-data-engineer/

Big data. Cloud data. AI training data and personally identifying data. Data is all around you and is growing every day. It only makes sense that software engineering has evolved to include data engin
Tarek Ziade: My journey at Mozilla

Link: https://ziade.org/2020/12/14/my-journey-at-mozilla/

During the spring of 2010, I applied for a job at Mozilla Labs. They were
looking for a Python developer to re-write the Firefox Sync service (called
Weave back then) into Python. They wanted to move
Python Software Foundation: PSF is hiring: Director of Resource Development

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/B7kdlo9moqQ/psf-is-hiring-director-of-resource.html

The PSF is seeking to hire a Director of Resource Development to spearhead fundraising and sponsorship efforts! We are accepting resumes through January 14th, 2021. See the job description section bel
PyBites: Get to Python source code instantly using importlib and inspect

Link: https://pybit.es/get-python-source.html

Have you ever wondered how to get Python source code quickly? It turns out the Standard Library can do this pretty effortlessly. Here is some code to read more Python source.
The code
The source is he
PyCon: Announcing the Location for PyCon US 2022/2023

Link: https://pycon.blogspot.com/2020/12/announcing-pycon-us-20222023.html

We’re planning for PyCon US 2022 and 2023 to be held in-person. It may seem strange to announce an in-person conference in the middle of a global pandemic, so let’s start by explaining why:Usually, w
Python Pool: Shell Sort Algorithm and Program in Python

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

In this article, we will learn about the shell sort algorithm using python. First, we should understand what is sorting. The arranging of elements in a particular order is known as sorting. An efficie
Python Pool: Understanding Strand Sort in Python With Example

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

Sorting means arranging items in a specified manner. Strand sort is a sorting algorithm that is recursive in nature. It is mainly used to sort a list in increasing order. In this article, we will lear
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...