Planet Python RSS
212 subscribers
17K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Podcast.__init__: Scaling Knowledge Management For Technical Teams With Knowledge Repo

Link: https://www.pythonpodcast.com/knowledge-repo-open-source-knowledge-management-episode-353/

One of the most persistent challenges faced by organizations of all sizes is the recording and distribution of institutional knowledge. In technical teams this is exacerbated by the need to incorporat
Brian Okken: Lean TDD

Link: https://pythontest.com/lean-tdd/

Preface Lean TDD is an attempt to reconcile some conflicting aspects of Test Driven Development and Lean Software Development.
I’ve mentioned Lean TDD on the podcast a few times and even tried to do a
Mike Driscoll: PyDev of the Week: Leonardo Giordani

Link: https://www.blog.pythonlibrary.org/2022/02/21/pydev-of-the-week-leonardo-giordani/

This week we welcome Leonardo Giordani (@tw_lgiordani) as our PyDev of the Week! Leonardo is the author of Clean Architectures in Python. Leonardo also writes lots of articles on his website.
PyCon UK
Test and Code: 180: Lean TDD

Link: https://testandcode.com/180

Lean TDD is an attempt to reconcile some conflicting aspects of Test Driven Development and Lean Software Development.
I've mentioned Lean TDD on the podcast a few times and even tried to do a quick o
ItsMyCode: [Solved] Error in plot.new() : figure margins too large

Link: https://itsmycode.com/solved-error-in-plot-new-figure-margins-too-large/

The error in plot.new() : figure margins too large occur if the plot panel in the RStudio is too small for the margins you are trying to create.
In this tutorial, we will learn how to resolve error in
Real Python: Socket Programming in Python (Guide)

Link: https://realpython.com/python-sockets/

Sockets and the socket API are used to send messages across a network. They provide a form of inter-process communication (IPC). The network can be a logical, local network to the computer, or one tha
Kay Hayen: Nuitka Release 0.7

Link: https://nuitka.net/posts/nuitka-release-07.html

This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release is massively improving macOS support, esp. for M1 and the
lat
ItsMyCode: [Solved] ImportError: cannot import name ‘json’ from itsdangerous

Link: https://itsmycode.com/importerror-cannot-import-name-json-from-itsdangerous/

If you are deploying and running the flask application(1.1.2) using the Docker containers, you will get ImportError: cannot import name ‘json’ from itsdangerous
In this article, we will look at what i
Real Python: Starting With Linear Regression in Python

Link: https://realpython.com/courses/python-linear-regression/

We’re living in the era of large amounts of data, powerful computers, and artificial intelligence. This is just the beginning. Data science and machine learning are driving image recognition, autonomo
Python for Beginners: Terminate a Program in Python

Link: https://www.pythonforbeginners.com/basics/terminate-a-program-in-python

While writing a program in python, you might need to end a program on several occasions after a condition is met. In this article, we will discuss different ways to terminate a program in python.
Term
Made With Mu: Announcing a new stable release: 1.1.1

Link: https://madewith.mu/mu/users/2022/02/22/mu-1-1-1.html

At last, after what feels like a huge amount of time and effort, we’re
delighted to release a new stable release of Mu.
Huge thanks to the many many contributors who volunteered their time to help
mak
PyCoder’s Weekly: Issue #513 (Feb. 22, 2022)

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

#513 – FEBRUARY 22, 2022 View in Browser » How We Optimized Python API Server Code 100x Tricks we used to speed up calls to our analytical API written in Python: asyncio, SQLAlchemy, asyncpg, Cy
death and gravity: yaml: could not determine a constructor for the tag

Link: https://death.andgravity.com/yaml-unknown-tag

So you're trying to read some YAML using PyYAML,
and get an exception like this:
>>> yaml.safe_load("!!python/tuple [0,0]")
Traceback (most recent call last):
...
yaml.constructor.ConstructorError:
Daniel Roy Greenfeld: Sendowl Consolidation Script

Link: https://daniel.feldroy.com/posts/2022-02-sendowl-consolidation-script

As self-published authors, Audrey and I use the awesome sendowl service to distribute our digital files. We had multiple storefronts accounts for different countries but now we only need one. This is
Python for Beginners: Number of Lines in a File in Python

Link: https://www.pythonforbeginners.com/basics/number-of-lines-in-a-file-in-python

File handling is one of the most critical operations in programming. Sometimes, we may need to count the number of lines in a file to perform any operation on it. In this article, we will see how we c
Real Python: Python's assert: Debug and Test Your Code Like a Pro

Link: https://realpython.com/python-assert-statement/

Python’s assert statement allows you to write sanity checks in your code. These checks are known as assertions, and you can use them to test if certain assumptions remain true while you’re developing
Python for Beginners: Select Random Element from A List in Python

Link: https://www.pythonforbeginners.com/basics/select-random-element-from-a-list-in-python

While programming in python, we may need to select a random element from a list in several situations. In this article, we will discuss different ways to select an element from a list in python.
Selec
Python Bytes: #272 The tools episode

Link: https://pythonbytes.fm/episodes/show/272/the-tools-episode

<p><strong>Watch the live stream:</strong></p>

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

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