Planet Python RSS
214 subscribers
17.1K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python for Beginners: Copy in Python

Link: https://www.pythonforbeginners.com/data-types/copy-in-python


In python programs, several times we need to have an identical copy of an existing data. For simple data types like int, float, boolean values or string, an assignment operation does the task for us
Łukasz Langa: Why the sad face?

Link: https://lukasz.langa.pl/1d1a43c4-9c8a-4c5f-a366-7f22ce6a49fc/

When you first encounter Black, a few things about it might surprise you. One of the those things might be "sadface dedent", the style in which closing parentheses in function signatures and other blo
Python Pool: How to Set Default Path for Python in Windows

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

If you are a beginner, then this article is for you. As a beginner, you might face problems in setting a proper path for python. In today’s tutorial, we will learn how to set a default path for python
Python Software Foundation: The 2021 Python Language Summit: Making CPython Faster

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/Mb7GnQBu9NY/the-2021-python-language-summit-making.html

At the 2021 Python Language Summit, Guido van Rossum gave a presentation about plans for making CPython faster. This presentation came right after Dino Viehland's talk about Instagram's performance im
Python Pool: Learning about Python Conditional Import

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

Python conditional import comes into use while importing modules. In python, modules are pieces of code containing a set of functions that can be imported into other code. Modules help in managing cod
Python Software Foundation: The 2021 Python Language Summit: PEP 654 — Exception Groups and except*

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/YfwxVhCg4nM/the-2021-python-language-summit-pep-654.html

PEP 654 was authored by Irit Katriel, Yury Selivanov, and Guido van Rossum. This PEP is currently at the draft stage. At the 2021 Python Language Summit, the authors shared what it is, why we need it,
Talk Python to Me: #317 Python at the US Federal Election Commission

Link: https://talkpython.fm/episodes/show/317/python-at-the-us-federal-election-commission

When you think of government software development and projects, do you fast apps and modern tech stacks jump to mind? Probably not. So you'll be delighted to hear from our guest, Laura Beaufort. She's
Real Python: The Real Python Podcast – Episode #61: Scaling Data Science and Machine Learning Infrastructure Like Netflix

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

Would you move your data science project from a laptop to the cloud? Would you also like to have snapshots of your project saved along the way so that you can go back in time or share the state of you
Matt Layman: Per-visitor Data With Sessions

Link: https://www.mattlayman.com/understand-django/sessions/

In the last Understand Django article, we saw what it takes to make your Django project live on the internet. Now, we’ll get back to a more narrow topic and focus on a way Django can store data for vi
Python Pool: Differences Between Pyglet and Pygame in Python

Link: https://www.pythonpool.com/pyglet-vs-pygame/?utm_source=rss&utm_medium=rss&utm_campaign=pyglet-vs-pygame

The game has been a source of income these days for most of the industry. But here comes the aim of today’s discussion. We will discuss the framework that is available for making games, i.e., pyglet a
Python Software Foundation: The 2021 Python Language Summit: Progress on Running Multiple Python Interpreters in Parallel in the Same Process

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/JSbNFZCoINo/the-2021-python-language-summit_16.html

Victor Stinner and Dong-hee Na gave a presentation at the 2021 Python Language Summit about running multiple Python interpreters in parallel in the same process.Use Cases Victor Stinner started by exp
Test and Code: 154: Don't Mock your Database - Jeff Triplett

Link: https://testandcode.com/154

You need tests for your web app. And it has a database. What do you do with the database during testing? Should you use the real thing? or mock it? Jeff Triplett says don't mock it.
In this episode, w
Python Pool: How to Implement Breadth-First Search (BFS) using Python

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

Today we will discuss the main algorithm, which has many implementations in real life, i.e., breadth-first search using python. Till now, you must be curious enough to know how this algorithm is relat
Python Pool: All You Need to Know About Hailstone Sequence in Python

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

Lets us first understand what a sequence is in the hailstone sequence python. A sequence is an ordered series of numbers that follows a particular pattern. A sequence can be something as simple as a s
Python Pool: [Solved] No Module Named Numpy in Python

Link: https://www.pythonpool.com/no-module-named-numpy-solved/?utm_source=rss&utm_medium=rss&utm_campaign=no-module-named-numpy-solved

Python has many external modules which are helpful to manage data efficiently. Numpy is one of those modules to handle arrays or any collection of data with ease. With many available methods, you can
Python Software Foundation: The 2021 Python Language Summit: HPy — Present and Future

Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/55OUWZdNrJE/the-2021-python-language-summit-hpy.html

At the 2021 Python Language Summit, Antonio Cuni gave a presentation about HPy. He also gave a presentation about HPy at the 2020 Python Language Summit, so this year he shared updates on how the proj
Weekly Python StackOverflow Report: (cclxxvi) stackoverflow python report

Link: http://python-weekly.blogspot.com/2021/05/cclxxvi-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-05-22 19:25:40 GMTCount how many arguments passed as positional -