Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Carl Trachte: Scaleable Vector Graphics (svg) - Decomposing and Scaling Elements for Blogger

Link: http://pyright.blogspot.com/2024/08/scaleable-vector-graphics-svg.html

Last post I lamented the failure of any the svg graphs I had for DAG Hamilton workflows to render in Blogger. I set out to rectify this and have had some initial success.


My first attempt to get svg
Matt Layman: No Frills, Just Go: Standard Library Only Web Apps

Link: https://www.mattlayman.com/blog/2024/no-frills-just-go-standard-library-only-web-apps/

How much can you build in Go with zero extra packages? What is possible using nothing more than Go’s standard library? In this talk, you’re going to find out!
Matt Layman: Kamal - Building SaaS #200

Link: https://www.mattlayman.com/blog/2024/kamal-building-saas-200/

In this episode, we pulled out a new tool. We spent the session using Kamal, a tool to deploy web apps directly to servers. Kamal offers a complete tool set to get apps running on bare metal or cloud
Python Software Foundation: Ask questions or tell us what you think: Introducing monthly PSF Board Office Hours!

Link: https://pyfound.blogspot.com/2024/08/ask-questions-or-tell-us-what-you-think.html

Greetings, Pythonistas- thank you so much for supporting the work of the Python Software Foundation (PSF) and the Python community! The current PSF Board has decided to invest more in connecting and s
Python Software Foundation: Python Developers Survey 2023 Results

Link: https://pyfound.blogspot.com/2024/08/python-developers-survey-2023-results.html

We are excited to share the results of the seventh official annual Python Developers Survey. This survey is done yearly as a collaborative effort between the Python Software Foundation and JetBrains.
Carl Trachte: Scalable Vector Graphics Followup

Link: http://pyright.blogspot.com/2024/08/scalable-vector-graphics-followup.html

 A quick follow up to the last post:1) I spelled scalable wrong in the title; hopefully it's fixed.2) The svg partial logo that rendered in Blogger did not render on the Planet Python feed.3) The logo
Zato Blog: Airport integrations in Python

Link: https://zato.io/en/blog/airport-integrations-in-python.html


Airport integrations in Python


2024-09-02, by Dariusz Suchojad


Did you know you can use Python as an integration platform
for your airport systems? It's Open Source too.
From AODB, transportati
Real Python: Quiz: Generate Images With DALL·E and the OpenAI API

Link: https://realpython.com/quizzes/generate-images-with-dalle-and-openai-api/

In this quiz, you’ll test your understanding of
generating images with DALL·E by OpenAI API using Python.
By working through this quiz, you’ll revisit how to use the OpenAI Python library, make API ca
👍1
Quansight Labs Blog: Towards Inclusive Documentation: the PyData Sphinx Theme, Before and After Accessibility Fixes

Link: https://labs.quansight.org/blog/pydata-theme-a11y-fixes

A small showcase of accessibility improvements made to the PyData Sphinx Theme, Fall 2023-Spring 2024
Real Python: Quiz: How to Use Conditional Expressions With NumPy where()

Link: https://realpython.com/quizzes/numpy-where-conditional-expressions/

In this quiz, you’ll test your understanding of
How to Use Conditional Expressions With NumPy where().
By working through the questions, you’ll consolidate the knowledge you gained from the tutorial a
👍1
Hynek Schlawack: How to Ditch Codecov for Python Projects

Link: https://hynek.me/articles/ditch-codecov-python/

Codecov’s unreliability breaking CI on my open source projects has been a constant source of frustration for me for years. I have found a way to enforce coverage over a whole GitHub Actions build matr
Armin Ronacher: Progress

Link: http://lucumr.pocoo.org/2024/9/3/progress


As I'm getting older a lot of my social circles are becoming ever more
conservative. The focus shifts from building with ambition to fiercly
protecting what one has achieved. Shifting the mind on p
Django Weblog: Django security releases issued: 5.1.1, 5.0.9, and 4.2.16

Link: https://www.djangoproject.com/weblog/2024/sep/03/security-releases/

In accordance with our security release policy, the Django team
is issuing releases for
Django 5.1.1,
Django 5.0.9, and
Django 4.2.16.
These releases address the security issues detailed below. We enc
Real Python: Using Pydantic to Simplify Python Data Validation

Link: https://realpython.com/courses/pydantic-simplify-data-validation/

Pydantic is a powerful data validation and settings management library for Python, engineered to enhance the robustness and reliability of your codebase. From basic tasks, such as checking whether a v
Mike Driscoll: ANN: JupyterLab 101 Kickstarter

Link: https://www.blog.pythonlibrary.org/2024/09/03/ann-jupyterlab-101-kickstarter/

My latest Python book is now available for pre-order on Kickstarter.
JupyterLab 101 mockup
JupyterLab, the latest iteration of the Jupyter Notebook, is a versatile tool for sharing code in an easily u
Python Bytes: #399 C will watch you in silence

Link: https://pythonbytes.fm/episodes/show/399/c-will-watch-you-in-silence

<strong>Topics covered in this episode:</strong><br>

<ul>
<li><strong><a href="https://hynek.me/articles/docker-virtualenv/?featured_on=pythonbytes">Why I Still Use Python Virtual Environments in Do
PyCoder’s Weekly: Issue #645 (Sept. 3, 2024)

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

#645 – SEPTEMBER 3, 2024 View in Browser » Using Astropy for Astronomy With Python This course covers two problems from introductory astronomy to help you play with some Python libraries. You’ll
Real Python: Lists vs Tuples in Python

Link: https://realpython.com/python-lists-tuples/

In Python, lists and tuples are versatile and useful data types that allow you to store data in a sequence. You’ll find them in virtually every nontrivial Python program. Learning about them is a core