Public list by ~pycoders

Issue #732: Web Scraping, Altair Charts, OpenAI's API, and More (April 28, 2026)

browser-use vs. Playwright: Which Should You Pick for Web Scraping?

https://codecut.ai/browser-use-ai-browser-agent/

browser-use vs. Playwright: Which to Pick for Web Scraping? Follow along in this walk-through building a Hacker News synthesizer with browser-use, then see it fail on a harder Newegg scraping task. Includes a side-by-side comparison with Playwright and a breakdown of when each tool is the right call. CODECUT.AI • Shared by Khuyen Tran

4 months ago

Altair: Declarative Charts With Python – Real Python

https://realpython.com/altair-python/

Altair: Declarative Charts With Python Build interactive Python charts the declarative way with Altair. Map data to visual properties and add linked selections. No JavaScript required. REAL PYTHON

4 months ago

Download Positron – Positron

https://positron.posit.co/download.html

Positron: The Data Science IDE from Posit PBC Positron is a free IDE built for Python data science. AI assistance, interactive data frames, Jupyter notebooks, and instant app deployment, all in one place. Stop context-switching. Start shipping. Download free. POSIT PBC sponsor

4 months ago

Leverage OpenAI's API in Your Python Projects – Real Python

https://realpython.com/courses/leverage-openais-api-in-your-python-projects/

Leverage OpenAI’s API in Your Python Projects Learn how to use the ChatGPT API with Python’s openai library to send prompts, control AI behavior with roles, and get structured outputs. REAL PYTHON course

4 months ago

Django: fixing a memory “leak” from Python 3.14’s incremental garbage collection - Adam Johnson

https://adamj.eu/tech/2026/04/20/django-python-3.14-incremental-gc/

Fixing a Memory “Leak” From Python 3.14’s Incremental Garbage Collection Adam encountered an out-of-memory error while migrating a client project to Python 3.14. The issue occurred when running Django’s database migration command on a limited-resource server, and seemed to be caused by the new incremental garbage collection algorithm in Python 3.14. ADAM JOHNSON

4 months ago

Textual - Logging to File and to Textual Console - Mouse Vs Python

https://blog.pythonlibrary.org/2026/04/20/textual-logging-to-file-and-to-textual-console/

Logging to File and to Textual Console When writing TUI applications in Textual you can’t just print out your debug info since the terminal is controlled by the framework. This article shows you how to log and use Textual’s built-in debug console. MIKE DRISCOLL

4 months ago

GitHub - oracle-devrel/oracle-ai-developer-hub: Technical resources for AI developers to build applications, agents, and systems using Oracle AI Database and OCI services

https://fandf.co/41bZ809

Beyond Basic RAG: Build Persistent AI Agents Master next-gen AI with Python notebooks for agentic reasoning, memory engineering, and multi-agent orchestration. Scale apps using production-ready patterns for LangChain, LlamaIndex, and high-performance vector search. Explore & Star on GitHub. ORACLE sponsor

4 months ago

uv is now supported natively

https://about.readthedocs.com/blog/2026/04/uv-native-support/

Read the Docs Now Supports uv Natively Popular open source documentation site Read the Docs has announced they now support native uv in .readthedocs.yaml for Python dependency installation. Learn how to use it in your configurations READ THE DOCS

4 months ago

PyTexas 2026 Recap

https://bernat.tech/posts/pytexas-2026-recap/

PyTexas 2026 Recap Per-talk notes from PyTexas 2026 in Austin: Hynek on domain modeling, Dawn Wages on specialization, MCP security, PEP 810 lazy imports, free-threading, Ruff, ty, uv, supply chain. BERNÁT GÁBOR

#python #pytexas #conference #austin #ai #llm

4 months ago

The carbon footprint of Wagtail AI | Wagtail CMS

https://wagtail.org/blog/the-carbon-footprint-of-wagtail-ai/

The Carbon Footprint of Wagtail AI One of the package maintainers for Wagtail AI shares his method for measuring the carbon impact of the different AI tasks users can do and goes over the initial results. WAGTAIL.ORG • Shared by Meagen Voss

4 months ago

Implementing OpenTelemetry in FastAPI - A Practical Guide

https://signoz.io/blog/opentelemetry-fastapi/

Implementing OpenTelemetry in FastAPI Learn how you can observe your FastAPI web apps with OpenTelemetry, including how to integrate it and why it is important. SIGNOZ.IO • Shared by Dhruv Ahuja

4 months ago

Building a Python Library in 2026

https://stephenlf.dev/blog/python-library-in-2026/

Building a Python Library in 2026 So you want to build a Python library in 2026? Here’s everything you need to know about the state of the art. STEPHEN IF

4 months ago