Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
PyCon: PyCon US 2024 Schedule Launch. Introducing our Keynote Speakers

Link: https://pycon.blogspot.com/2024/02/pycon-us-2024-schedule-launch.html

We’re excited to announce the full schedule for PyCon US 2024!This year, we received a record number of proposals that our Program Committee had to go through: 990 proposals! As a comparison, last ye
Python Engineering at Microsoft: Python in Visual Studio Code – March 2024 Release

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

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

New Add Imports Code Action heuristics
Zero to Mastery: Python Monthly Newsletter 💻🐍

Link: https://zerotomastery.io/blog/february-2024-python-monthly-newsletter/?utm_source=python-rss-feed

51st issue of Andrei Neagoie's must-read monthly Python Newsletter: Python JIT, Top Libraries of 2023, Prep for NumPy 2, and much more. Read the full newsletter to get up-to-date with everything you n
Zero to Mastery: Python Monthly Newsletter 💻🐍

Link: https://zerotomastery.io/blog/python-monthly-newsletter-february-2024/?utm_source=python-rss-feed

51st issue of Andrei Neagoie's must-read monthly Python Newsletter: The Rye Option, Think Python, Sora, and much more. Read the full newsletter to get up-to-date with everything you need to know from
Kushal Das: Securing via systemd, a story

Link: https://kushaldas.in/posts/securing-via-systemd-a-story.html


Last night I deployed a https://writefreely.org based blog and secured it with
systemd by adding DynamicUser=yes. But the service itself could not write to
the sqlite database.
Feb 28 21:37:52 kushal
TestDriven.io: Django REST Framework: Pros and Cons

Link: https://testdriven.io/blog/drf-pros-cons/

This article looks at the pros and cons of using Django REST Framework for building RESTful APIS with Django.
Python Software Foundation: White House recommends use of memory-safe languages like Python

Link: https://pyfound.blogspot.com/2024/02/white-house-recommends-.html

Earlier this week the White House published a report recommending the use of memory-safe programming languages to eliminate an entire class of vulnerabilities affecting software. The report quotes cla
Steve Holden: Understanding Python Descriptors

Link: http://holdenweb.blogspot.com/2024/02/understanding-python-descriptors.html

Understanding Descriptors





pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit
TechBeamers Python: Selenium Python Extent Report Guide

Link: https://www.techbeamers.com/selenium-python-extent-report-guide/

Automated testing is essential for ensuring that software works reliably. We’ll use two powerful tools, Selenium (for testing websites) and Extent Report (for clear result summaries), to streamline th
PyCharm: PyCharm 2024.1 EAP 7: Support for Flask and FastAPI bigger applications in the Endpoints tool window

Link: https://blog.jetbrains.com/pycharm/2024/03/2024-1-eap-7/

PyCharm 2024.1 EAP 7 is now available, providing a sneak peek into some exciting new features planned for the next major release. Notable updates include support for Flask and FastAPI bigger applicati
Real Python: The Real Python Podcast – Episode #194: Automate Tasks With Python & Building a Small Search Engine

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

What are the typical computer tasks you do manually every week? Could you automate those tasks with a Python script? Christopher Trudeau is back on the show this week, bringing another batch of PyCode
Quansight Labs Blog: Quansight Labs Annual Report 2023: Building for Ecosystem-wide Impact and Sustainability

Link: https://labs.quansight.org/blog/labs-annual-report-2023

Presenting our 2023 annual report! Read about our open source project and community highlights, initiatives, and work culture.
Talk Python to Me: #451: Djangonauts, Ready for Blast-Off

Link: https://talkpython.fm/episodes/show/451/djangonauts-ready-for-blast-off

Are you interested in contributing to Django? Then there is an amazing mentorship program that helps Python and Django enthusiasts, because contributes and potentially core developers of Django. It's
TechBeamers Python: Python Remove Elements from a List

Link: https://www.techbeamers.com/python-remove-element-from-list/

Hi everyone – Today’s tutorial brings you various techniques to remove elements from a Python list. Manipulating lists is a fundamental aspect of programming, and understanding how to efficiently remo
TechBeamers Python: Selenium Python Extent Report Guide

Link: https://techbeamers.com/selenium-python-extent-report-guide/

Automated testing is essential for ensuring that software works reliably. We’ll use two powerful tools, Selenium (for testing websites) and Extent Report (for clear result summaries), to streamline th
TechBeamers Python: Python Remove Elements from a List

Link: https://techbeamers.com/python-remove-element-from-list/

Hi everyone – Today’s tutorial brings you various techniques to remove elements from a Python list. Manipulating lists is a fundamental aspect of programming, and understanding how to efficiently remo
Python GUIs: Working With Python Virtual Environments — Setting Your Python Working Environment, the Right Way

Link: https://www.pythonguis.com/tutorials/python-virtual-environments/

As Python developers, we often need to add functionality to our applications which isn't provided by the standard library. Rather than implement everything ourselves, we can instead install 3rd party
Django Weblog: Django security releases issued: 5.0.3, 4.2.11, and 3.2.25

Link: https://www.djangoproject.com/weblog/2024/mar/04/security-releases/

In accordance with our security release policy, the Django team
is issuing
Django 5.0.3,
Django 4.2.11, and
Django 3.2.25.
These releases addresses the security issue detailed below. We encourage all