Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Morsels: Using Python's "list" constructor

Link: https://www.pythonmorsels.com/using-list/

When should you use the built-in list function in Python? And when shouldn't you?


Table of contents

What does list do?
Don't use list() to create empty lists
The four uses of list
Shallow copying l
PyCoder’s Weekly: Issue #566 (Feb. 28, 2023)

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

#566 – FEBRUARY 28, 2023 View in Browser » Using NumPy and Linear Algebra for Faster Python Code Are you still using loops and lists to process your data in Python? Have you heard of a Python li
Mike Driscoll: Python’s Tuple Methods (Video)

Link: https://www.blog.pythonlibrary.org/2023/02/28/pythons-tuple-methods-video/

Do you know how many methods Python’s tuple data type has?
If not, you can find out in this video:

Python’s tuple data type only has TWO methods! This video will teach you about both of them.
The pos
Python Bytes: #325 It's called a merge conflict

Link: https://pythonbytes.fm/episodes/show/325/its-called-a-merge-conflict

<a href='https://www.youtube.com/watch?v=GwLi4Tjd5sM' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>

<p>Sponsored by <a href="http://pythonbytes.fm/f
PyBites: Django class based vs function based views

Link: https://pybit.es/articles/django-class-based-vs-function-based-views/

This post first appeared as an email on our friends list. We decided to publish it here because the question is still commonly asked

The other day I did a presentation on Django class based vs funct
Real Python: Iterators and Iterables in Python: Run Efficient Iterations

Link: https://realpython.com/python-iterators-iterables/

Python’s iterators and iterables are two different but related tools that come in handy when you need to iterate over a data stream or container. Iterators power and control the iteration process, whi
Stack Abuse: How to Convert JSON to a Python Object

Link: https://stackabuse.com/how-to-convert-json-to-a-python-object/

Introduction
In the world of programming, data is often stored and transmitted in various formats to other parts of an application or other web services. To fascillitate data transfer between services
Python for Beginners: Create Empty Dataframe in Python

Link: https://www.pythonforbeginners.com/basics/create-empty-dataframe-in-python

Pandas dataframes are used to process tabular data in python. Sometimes we need to create an empty dataframe to fill in values later. This article discusses how to create empty pandas dataframe in pyt
Sebastian Witowski: String Formatting

Link: https://switowski.com/blog/string-formatting/


<p>One of the most well-received features introduced in Python 3.6 were the f-strings. Unlike the walrus operator (introduced in Python 3.8), f-strings quickly became popular - it's hard to f
EuroPython Society: EuroPython Society 2023 Q1 Fellows

Link: https://www.europython-society.org/europython-fellow/

Hi everyone! A warm welcome to the newly elected EuroPython Society Fellows in the first quarter of 2023.Naomi CederCheuk Ting HoFrancesco PierfedericiJakub MuskoEuroPython Society FellowsEuroPython S
Python Engineering at Microsoft: Python in Visual Studio Code – March 2023 Release

Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-march-2023-release/

We’re excited to announce that the March 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available!
This release includes the following announcements:

Back button and
PyCharm: PyCharm 2023.1 EAP 4 Is Out!

Link: https://blog.jetbrains.com/pycharm/2023/03/2023-1-eap-4/

This build brings support for Tailwind CSS configuration options, the ability to configure Actions on Save for new projects, and more.
To see what has already been added in PyCharm 2023.1, take a look
CodersLegacy: Embed Matplotlib Graphs into PyQt6 Application

Link: https://coderslegacy.com/embed-matplotlib-graphs-into-pyqt6/

Matplotlib is a popular plotting library that can be used to create various types of graphs and charts in Python. PyQt6 is a GUI toolkit for Python that can be used to create desktop applications. In
Stack Abuse: Training Neural Radiance Field (NeRF) Models with Keras/TensorFlow and DeepVision

Link: https://stackabuse.com/training-a-neural-radiance-field-nerf-model-with-keras-tensorflow-and-deepvision/

Neural Radiance Fields, colloquially known as NeRFs have struck the world by storm in 2020, released alongside the paper "NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis", and a