PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Add custom windows to GDB: Programming the TUI in Python

In this article, the first in a two-part series, you'll learn how to create a window and load it with dynamic content. The real power of the TUI will be shown in the second article, which shows how to display useful information from GDB.

https://developers.redhat.com/articles/2022/08/03/add-custom-windows-gdb-programming-tui-python
Recipes and Tricks for Effective Structural Pattern Matching in Python

In this article we will explore advanced features of match/case syntax - or as it's properly called - structural pattern matching. As well as tips and tricks for using it effectively, including recipes that will help you use it to it's full potential.

https://martinheinz.dev/blog/78
SciPy 1.9.0

It contains many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number of deprecations and API changes in this release, which are documented in the release notes.

https://github.com/scipy/scipy/releases/tag/v1.9.0
An astronomer's introduction to NumPyro

https://dfm.io/posts/intro-to-numpyro/