Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Talk Python to Me: #403: Fusion Ignition Breakthrough and Python

Link: https://talkpython.fm/episodes/show/403/fusion-ignition-breakthrough-and-python

Imagine a world with free and unlimited clean energy. That's the musings of a great science fiction story. But nuclear fusion (the kind that powers the sun) has always been close at hand, we see the
PyBites: My experience building a FastAPI + Streamlit app

Link: https://pybit.es/articles/my-experience-building-a-fastapi-streamlit-app/

I recently finished my time in the PDM program with Bob as my coach. This post focuses on how I made a back-end read-only database using FastAPI and a front-end using Streamlit along with the challeng
Glyph Lefkowitz: Data Classification

Link: https://blog.glyph.im/2023/02/data-classification.html

Is there a place for non-@dataclass classes in Python any more?
I have previously — and somewhat famously — written
favorably about @dataclass’s venerable progenitor,
attrs, and how you should use it
Django Weblog: Django security releases issued: 4.1.7, 4.0.10, and 3.2.18

Link: https://www.djangoproject.com/weblog/2023/feb/14/security-releases/

In accordance with our security release policy, the Django team
is issuing
Django 4.1.7,
Django 4.0.10, and
Django 3.2.18.
These releases addresses the security issue detailed below. We encourage all
Everyday Superpowers: Use ABCs for less-restrictive type hints.

Link: https://everydaysuperpowers.dev/articles/use-abcs-for-less-restrictive-type-hints/

Many people, especially those new to type hints, write hints that make things harder for users. This article will give you one tool to make your code easier to use.Read more...
PyCoder’s Weekly: Issue #564 (Feb. 14, 2023)

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

#564 – FEBRUARY 14, 2023 View in Browser » Monorepos in Python A monorepo is a source control pattern in some organizations where a single code repository is shared for many or all projects. Thi
Python Bytes: #323 AI search wars have begun

Link: https://pythonbytes.fm/episodes/show/323/ai-search-wars-have-begun

<a href='https://www.youtube.com/watch?v=0SepAcVf5yg' 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
Python Software Foundation: The Case for a Second Developer-in-Residence for Python

Link: https://pyfound.blogspot.com/2023/02/the-case-for-second-developer-in.html

As the currently serving sole developer in residence, I’m often asked if there will be more people holding the same position in the future. I strongly believe there should be and that it’s crucial to
Python for Beginners: Convert Python Dictionary to XML String or File

Link: https://www.pythonforbeginners.com/basics/convert-python-dictionary-to-xml-string-or-file

XML files are used to store and transmit data between the software systems. While developing software in python, you might also need to convert a python object to XML format for storing or transmittin
Real Python: How to Flush the Output of the Python Print Function

Link: https://realpython.com/python-flush-print-output/

Do you want to build a compact visual progress indicator for your Python script using print(), but your output doesn’t show up when you’d expect it to? Or are you piping the logs of your script to ano
PyCon: PyCon US 2023 Schedule Launch!

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

The 2023 PyCon US schedule has been announced! With two decades of this event series under our belt, this year's conference is sure to be a memorable one. We’re looking forward to celebrating 20 years
Reuven Lerner: Sharpen your Pandas skills with “Bamboo Weekly”

Link: https://lerner.co.il/2023/02/16/sharpen-your-pandas-skills-with-bamboo-weekly/

Data is the future. Heck, you could make a compelling argument that it’s the present.
If you know how to work with data, then your career is virtually assured. You’ll have your pick of cool jobs, inte
Kushal Das: SamNet Vinterkonferensen 2023

Link: https://kushaldas.in/posts/samnet-vinterkonferensen-2023.html


This Tuesday I attended SamNet Vinterkonferensen,
jointly organized by ISOC-SE, SNUS, DFRI and
Dataskydd.net, focusing on technology, the internet, privacy, and decentralization.
The organizers gave
Mike Driscoll: The Basics of Python Live Course

Link: https://www.blog.pythonlibrary.org/2023/02/16/the-basics-of-python-live-course/

Have you wanted to learn Python but haven’t been able to get started? Perhaps you did start and then got stuck.
That’s okay! Mike Driscoll is giving a new Basics of Python live course on Lighthall. Th
TestDriven.io: Dockerizing Django with Postgres, Gunicorn, and Traefik

Link: https://testdriven.io/blog/django-docker-traefik/

This tutorial details how to configure Django to run on Docker along with Postgres, Gunicorn, Traefik, and Let's Encrypt.