Public list by ~pycoders

Issue #742: Wagtail as Admin, Random Values, Code Quality, and More (2026-07-07)

EuroSciPy 2026

https://euroscipy.org/

EuroSciPy 2026 July 18 to July 24, 2026 EUROSCIPY.ORG

about 1 month ago

Selecting random values in Python

https://www.pythonmorsels.com/random-numbers/

Selecting Random Values in Python Python’s random module provides utilities for generating pseudorandom numbers. For cryptographically-secure randomness, use the secrets module instead. TREY HUNNER

about 1 month ago

Managing and Measuring Python Code Quality

https://realpython.com/courses/managing-and-measuring-python-code-quality/

Managing and Measuring Python Code Quality Master Python code quality tools like linters, formatters, type checkers, and profilers to measure, manage, and improve the code you write. REAL PYTHON course

about 1 month ago

PyCon US

https://www.youtube.com/c/pyconus

PyCon US 2026 Videos Are Up YOUTUBE.COM

#video #sharing #camera phone #video phone #free #upload

about 1 month ago

Thinking about running for the PSF Board? Let’s talk!

https://pyfound.blogspot.com/2026/07/thinking-about-running-for-psf-board.html

Thinking About Running for the PSF Board? Let’s Talk! The Python Software Foundation Board has announced two office-hour sessions dedicated to giving information on running for the PSF Board. If you’re thinking of running in the upcoming election, these sessions can help you understand the ins and outs. PYTHON SOFTWARE FOUNDATION

about 1 month ago

Celery on AWS ECS - Complete Guide

https://jangiacomelli.com/blog/celery-on-aws-ecs/

Celery on AWS ECS: Complete Guide Running Celery on AWS ECS without losing tasks and making sure that all the work is done is not as straightforward as it may seem. Learn how to configure Celery and structure your tasks for reliable processing. JAN GIACOMELLI • Shared by Špela Giacomelli

about 1 month ago

DFW Pythoneers | Meetup

http://www.meetup.com/dfwpython/

DFW Pythoneers 2nd Saturday Teaching Meeting July 11, 2026 MEETUP.COM

about 1 month ago

Wagtail as Django admin on steroids

https://timonweb.com/wagtail/wagtail-as-django-admin-on-steroids/

Wagtail as Django Admin on Steroids Wagtail can do pretty much everything the Django Admin can do, but includes a much more modern UI and more features. This article shows you how to use Wagtail as an Admin alternative. TIM KAMANIN

about 1 month ago

Free-threaded Python: past, present, and future

https://lwn.net/SubscriberLink/1078367/eaa511915870fdb2/

Free-Threaded Python: Past, Present, and Future This post summarizes a talk by core developer Thomas Wouters at PyCon US 2026 on Free-threaded Python: the attempt to remove the GIL. It describes why it is being done and what future work looks like. JAKE EDGE

about 1 month ago

In search of a new contribution model

https://buttondown.com/carlton/archive/in-search-of-a-new-contribution-model/

In Search of a New Contribution Model This opinion piece from Carlton Gibson, a core Django contributor, talks about the state of contributions to OSS, how AI has made them more complicated, and how some key things are still broken. CARLTON GIBSON

about 1 month ago

How to Get TIFF MetaData with Python - Mouse Vs Python

https://blog.pythonlibrary.org/2026/06/10/how-to-get-tiff-metadata-with-python/

How to Get TIFF MetaData With Python The Pillow image library gives you lots of tools for dealing with images. This article teaches you how to extract metadata from TIFF files in a few lines of Python. MIKE DRISCOLL

about 1 month ago

Profile First: A 10x Faster Django Test Suite

https://belderbos.dev/blog/profile-django-test-suite-10x-faster/

Profile First: A 10x Faster Django Test Suite Bob’s Django test suite took 30 seconds. cProfile showed 83% of it was one function: password hashing. Here’s how he found the bottleneck and the five-line fix. BOB BELDERBOS

about 1 month ago

Python 3.15 Preview: Upgraded JIT Compiler

https://realpython.com/python315-jit-compiler/

Python 3.15 Preview: Upgraded JIT Compiler Learn how the upgraded Python 3.15 JIT compiler speeds up your code with a new tracing frontend, register allocation, and in-place numeric operations. REAL PYTHON

about 1 month ago

How to Get Started With the GitHub Copilot CLI

https://realpython.com/github-copilot-cli/

How to Get Started With the GitHub Copilot CLI Learn how to install, authenticate, and use the GitHub Copilot CLI to plan, write, and review Python code from your terminal with AI agents. REAL PYTHON

about 1 month ago