Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
John Ludhi/nbshare.io: How to Install Google Chrome on Ubuntu using Command Line

Link: https://www.nbshare.io/notebook/494621443/How-to-Install-Google-Chrome-on-Ubuntu-using-Command-Line/

How to Install Google Chrome on Ubuntu using Command LineIf you're an Ubuntu user and prefer using the command line over GUI-based software installations, you can easily install Google Chrome using a
PyCharm: PyCharm 2023.1 最新变化

Link: https://blog.jetbrains.com/pycharm/2023/04/pycharm-2023-1

PyCharm 2023.1 现已正式发布! 今年的第一个主要版本带来了对远程 Jupyter Notebook 的支持、对新 UI 的增强、改进的泛型类型推断等。
查看新功能的实际运作! 加入我们在欧洲中部夏令时间 4 月 3 日 17:00(世界协调时间 15:00)举行的 YouTube 直播。 

下载 PyCharm 2023.1
新 UI
我们在 PyCharm 新 UI 上的工作已经
PyCharm: Join the Webinar: Efficient Information Extraction From Text With spaCy

Link: https://blog.jetbrains.com/pycharm/2023/04/webinar-efficient-information-extraction-from-text-with-spacy/

Join our webinar on May 11 at 3:00 pm UTC to find out how to build your first spaCy project in PyCharm! In this project, we’ll show you how to use a named entity recognition (NER) model to efficiently
Python for Beginners: Tuple Index Out of Range Error in Python

Link: https://www.pythonforbeginners.com/basics/tuple-index-out-of-range-error-in-python

Tuples in Python are immutable data structures used to store data in a sequential manner. In this article, we will discuss the tuple index() method in Python. We will also discuss how to get the index
Test and Code: 198: Testing Django Web Applications

Link: https://testandcode.com/198

Django has some built in ways to test your application. There's also pytest-django and other plugins that help with testing. Carlton Gibson and Will Vincent from the Django Chat Podcast join the show
Shannon -jj Behrens: Security: Generating a Symmetric Key

Link: http://www.jjinux.com/2023/04/security-generating-symmetric-key.html

When I was first learning AppSec, my buddy, Josh Bonnett, sent me Cryptographic Right Answers. I read it 3 times and still barely understand it. But, now, it's my favorite page for figuring out the ri
PyBites: Data Driven Pybites – 2023 survey results

Link: https://pybit.es/articles/data-driven-pybites-2023-survey-results/

Watch here:


Or listen here:

Welcome back to our podcast. In today’s episode we go fully “data driven”. We held our first annual survey a month ago and we got some amazing feedback. 
We summarize it