Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python for Beginners: Sort a Tuple in Python

Link: https://www.pythonforbeginners.com/basics/sort-a-tuple-in-python

Tuples are immutable objects. However, sometimes, we might need to sort a tuple. In this article, we will discuss different ways to sort a tuple in Python.
Table of ContentsSort a Tuple Using The sort
Mike Driscoll: PyDev of the Week: Pamphile Roy

Link: https://www.blog.pythonlibrary.org/2023/04/24/pydev-of-the-week-pamphile-roy/

This week we welcome Pamphile Roy (@PamphileRoy) as our PyDev of the Week! Pamphile is one of the core developers of Scipy. If you’d like to see what else Pamphile is working on, you can visit his Git
Real Python: Build Your Own Face Recognition Tool With Python

Link: https://realpython.com/face-recognition-with-python/

Do you have a phone that you can unlock with your face? Have you ever wondered how that works? Have you ever wanted to build your own face recognizer? With Python, some data, and a few helper packages
Stack Abuse: Implementing Other SVM Flavors with Python's Scikit-Learn

Link: https://stackabuse.com/implementing-other-svm-flavors-with-pythons-scikit-learn/

Introduction
This guide is the third and final part of three guides about Support Vector Machines (SVMs). In this guide, we will keep working with the forged bank notes use case, have a quick recap ab
Mike Driscoll: PyCon 2023 – The Third Day of the Conference (Sunday)

Link: https://www.blog.pythonlibrary.org/2023/04/24/pycon-2023-the-third-day-of-the-conference-sunday/

The third day of the PyCon conference (Sunday) was also a lot of fun. Let’s spend a bit of time talking about what happened!
If you missed it, see the previous article in this series, PyCon 2023 – The
Python for Beginners: Python Tuple Access Element

Link: https://www.pythonforbeginners.com/basics/python-tuple-access-element

Tuples in Python are immutable data structures that we use to store data sequentially. We can access elements from a tuple in O(1) time. This article discusses how to access elements from a tuple in P
Python GUIs: Validate User Input When Creating Apps With Tkinter and Python

Link: https://www.pythonguis.com/tutorials/input-validation-tkinter/

When writing GUI applications you often need to accept data from users. A reliable application must verify and validate all its input data before taking any further action or doing any processing. Inp
Peter Hoffmann: BlueYonder at PyCon.DE 2023

Link: http://peter-hoffmann.com/2023/blueyonder-at-pyconde-2023.html

Blue Yonder History
It's been now 10 years ago when Blue Yonder started the first sponsoring of a python
conference at Europython Florence. Since then we have been either sponsoring
and/or organizing
death and gravity: Announcing linesieve: an unholy blend of grep, sed, awk, and Python

Link: https://death.andgravity.com/linesieve


Java is notoriously verbose,
especially when used in a serious Enterprise Project.
...so naturally, I made linesieve,
a Python tool to split output into sections,
show only the relevant ones,
and fi
Mike Driscoll: Textual 101 – Using the TabbedContent Widget

Link: https://www.blog.pythonlibrary.org/2023/04/25/textual-101-using-the-tabbedcontent-widget/

Textual is a text-based user interface library (TUI) for the Python programming language. With Textual, you can create beautiful cross-platform TUI applications.
If you would like more information, se
Real Python: Using Python's assert to Debug and Test Your Code

Link: https://realpython.com/courses/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
CodersLegacy: 10 Most Important Functions in BeautifulSoup

Link: https://coderslegacy.com/10-most-important-functions-in-beautifulsoup/

Beautiful Soup is a Python library that is commonly used for web scraping purposes. It is a very powerful tool for extracting and parsing data from HTML and XML files. Beautiful Soup provides several
PyCoder’s Weekly: Issue #574 (April 25, 2023)

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

#574 – APRIL 25, 2023 View in Browser » PyPI Introduces “Trusted Publishers” PyPI package maintainers can adopt a new, more secure “OIDC authenticated” publishing method that does not require lo
Python Bytes: #333 Live From PyCon

Link: https://pythonbytes.fm/episodes/show/333/live-from-pycon

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

<p>Sponsored by us! Support our work through:</p>

<ul>
<li>Our <a href="https://trainin
John Ludhi/nbshare.io: Comparison Table DDR5 vs DDR4 vs HBM3 Memory

Link: https://www.nbshare.io/notebook/591331825/Comparison-Table-DDR5-vs-DDR4-vs-HBM3-Memory/

Comparison Table: DDR5 vs DDR4 vs HBM3 Memory
Memory Specifications


Specification


DDR5


DDR4


HBM3




Number of DIMMs


1, 2, or 4


1, 2, or 4


N/A




Channel Width


64-bit


64-bit


1024-
Ned Batchelder: PyCon 2023

Link: https://nedbatchelder.com/blog/202304/pycon_2023.html

I’m on the plane home from PyCon 2023 in Salt Lake City, thinking about the
last week. PyCon recaps often say the same things, and this is no exception,
but PyCon is an intense experience that should
Real Python: Python Classes: The Power of Object-Oriented Programming

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

Python supports the object-oriented programming paradigm through classes. They provide an elegant way to define reusable pieces of code that encapsulate data and behavior in a single entity. With clas
Talk Python to Me: #413: Live from PyCon 2023

Link: https://talkpython.fm/episodes/show/413/live-from-pycon-2023

Did you make this year's PyCon event in the US? There was a lot of excitement this time around in Salt Lake City. In this episode I'll bring you a bunch of experiences we had this year. It starts wher
Anwesha Das: Ansible 7.5.0 is out now

Link: http://anweshadas.in/ansible-7-5-0-is-out-now/

Since I moved to Stockholm, I hated the weather more than the practice behavior of the Sun. But today, it did some good; it woke me up at 4:40 and felt like 7:00, so I started working. And what a prod