Planet Python RSS
216 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Stack Abuse: Building Custom Email Templates with HTML and CSS in Python

Link: https://stackabuse.com/building-custom-email-templates-with-html-and-css-in-python/

An HTML email utilizes HTML code for presentation. Its design is heavy and looks like a modern web page, rich with visual elements like images, videos, etc., to emphasize different parts of an email's
Real Python: Primer on Jinja Templating

Link: https://realpython.com/primer-on-jinja-templating/

Templates are an essential ingredient in full-stack web development.
With Jinja, you can build rich templates that power the front end of your Python web applications.
But you don’t need to use a web
Python Anywhere: Belated announcement of latest updates

Link: https://blog.pythonanywhere.com/214/

Here is a slightly delayed (and short) run-down of the new stuff that we
deployed recently.
The main change for this update is that we have updated the underlying OS
running PythonAnywhere to Ubuntu 2
EuroPython: EuroPython August 2024 Newsletter

Link: https://blog.europython.eu/europython-august-2024-newsletter-2/

Hello and welcome to the post-conference newsletter! We really hope you enjoyed EuroPython 2024, cause we sure did and are still recovering from all the fun and excitement :)We have some updates to sh
Python Engineering at Microsoft: Announcing the General Availability of the VS Code extension for Azure Machine Learning

Link: https://devblogs.microsoft.com/python/announcing-the-general-availability-of-the-vs-code-extension-for-azure-machine-learning/

Machine learning and artificial intelligence are transforming the world as we know it. With the power of data, you will have countless opportunities to create something new, unique, and exciting. Whet
Real Python: The Real Python Podcast – Episode #218: Exploring Robotics and Python Through Electronic Projects

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

Are you interested in learning robotics with Python? Can physical electronics-based projects grow a child's interest in coding? This week on the show, we speak with author Marwan Alsabbagh about his b
Matt Layman: Golang Middleware and DBs - Building SaaS #199

Link: https://www.mattlayman.com/blog/2024/golang-middleware-and-dbs-building-saas-199/

In this episode, we continued the break from JourneyInbox to look through more of the Go standard library. In this session, we talked about middleware, request context, and using databases.
Talk Python to Me: #475: Python Language Summit 2024

Link: https://talkpython.fm/episodes/show/475/python-language-summit-2024

Every year the core developers meet to discuss and propose the major changes and trends in Python itself. This invite-only conference of about 50 people happens inside PyCon in the US. Because it's pr
Brian Okken: Finding the top pytest plugins

Link: https://pythontest.com/pytest/finding-top-pytest-plugins/

What are the top downloaded pytest plugins?
I want to know this. And I’d like the answer updated regularly.
So today I decided to write a script to do that for me.
Grab data Let’s start with Top PyPI
Zato Blog: Integrating with Jira APIs

Link: https://zato.io/en/blog/jira-python-api.html


Integrating with Jira APIs


2024-08-26, by Dariusz Suchojad


Overview
Continuing in the series of articles about newest cloud connections in Zato 3.2, this episode covers Atlassian Jira
from the
Matt Layman: Layman's Guide to Python Built-in Functions

Link: https://www.mattlayman.com/blog/2024/layman-guide-python-built-in-functions/

Quick Jump List A: abs, aiter, all, anext, any, ascii, B: bin, bool, breakpoint, bytearray, bytes, C: callable, chr, classmethod, compile, complex, D: delattr, dict, dir, divmod E: enumerate, eval, ex
Real Python: How to Install Python on Your System: A Guide

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

Installing the latest version of Python on your computer could be a common requirement for you as a Python programmer. Fortunately, you’ll have a multitude of installation options. For example, you ca
Armin Ronacher: MiniJinja: Learnings from Building a Template Engine in Rust

Link: http://lucumr.pocoo.org/2024/8/27/minijinja

Given that I can't stop creating template engines, I figured I might write
a bit about my learnings of creating MiniJinja which is an implementation of
my Jinja2 template engine for Rust. Disclaimer:
Real Python: Using Astropy for Astronomy With Python

Link: https://realpython.com/courses/astropy-astronomy/

This course covers two problems from introductory astronomy to help you play with some Python libraries. You’ll use Astropy, NumPy, Matplotlib, and pandas to find planet conjunctions, and graph the be
PyCoder’s Weekly: Issue #644 (Aug. 27, 2024)

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

#644 – AUGUST 27, 2024 View in Browser » Exploring Astrophysics in Python With pandas and Matplotlib This course uses three problems often covered in introductory astro-physics courses to play i
James Bennett: There can't be only one

Link: https://www.b-list.org/weblog/2024/aug/27/highlander-problem/

There’s a concept that I’ve heard called by a lot of different names, but my favorite name for it is “the Highlander problem”, which refers to the catchphrase of the campy-yet-still-quite-fun Highland
PyPy: PyPy v7.3.17 release

Link: https://www.pypy.org/posts/2024/08/pypy-v7317-release.html

PyPy v7.3.17: release of python 2.7 and 3.9
The PyPy team is proud to release version 7.3.17 of PyPy.
This release includes a new RISC-V JIT backend, an improved REPL based on
work by the CPython team