TILens Daily Edition 2026-09-02 Filters: topic=python, github=hidden Stats: 21 articles, 5 sources, 4 research papers Top topics: Python, AI, Django ## News - Python 3.15 Preview: UTF-8 by Default Source: real-python Topic: Python URL: https://realpython.com/python315-utf8-default/ - Quiz: Python 3.15 Preview: UTF-8 by Default Source: real-python Topic: Python URL: https://realpython.com/quizzes/python315-utf8-default/ - Quiz: Python Project Structure: How to Choose the Right Layout Source: real-python Topic: Python URL: https://realpython.com/quizzes/python-application-layouts/ ## Research - Avoiding Entity Key Drift in a Data Lake: Step 2, When Fuzzy Matching Stops Working Source: towards-data-science Topic: AI Research (+AI, Python) URL: https://towardsdatascience.com/avoiding-entity-key-drift-in-a-data-lake-step-2-when-fuzzy-matching-stops-working/ - A RAG That Says “Not in This Document” Has to Show Four Kinds of Evidence Source: towards-data-science Topic: AI Research (+AI, Python) URL: https://towardsdatascience.com/a-rag-that-says-not-in-this-document-has-to-show-four-kinds-of-evidence/ - Graph Neural Networks: GCN, MPNN, and GAT, Explained Simply Source: towards-data-science Topic: AI Research (+AI, Python) URL: https://towardsdatascience.com/graph-neural-networks-gcn-mpnn-and-gat-explained-simply/ - A Practical Introduction to PySpark Window Functions Source: towards-data-science Topic: AI Research (+AI, Python) URL: https://towardsdatascience.com/a-practical-introduction-to-pyspark-window-functions/ ## Community - llm-gemini 0.34 Source: simon-willison Topic: Python (+AI, Django) URL: https://simonwillison.net/2026/Sep/2/llm-gemini/ - Claude's new system prompt really doesn't want to reproduce song lyrics Source: simon-willison Topic: Python (+AI, Django) URL: https://simonwillison.net/2026/Sep/2/claudes-new-system-prompt/ - Graham Dumpleton: Phased behaviour in wrapture Source: planet-python Topic: Python URL: https://grahamdumpleton.me/posts/2026/09/phased-behaviour-in-wrapture/ - Graham Dumpleton: Recording calls with wrapture Source: planet-python Topic: Python URL: https://grahamdumpleton.me/posts/2026/09/recording-calls-with-wrapture/ - Quoting Rick Brewster Source: simon-willison Topic: Python (+AI, Django) URL: https://simonwillison.net/2026/Sep/2/rick-brewster/ - Django Weblog: Django bugfix release issued: 6.1.1 Source: planet-python Topic: Python (+Django) URL: https://www.djangoproject.com/weblog/2026/sep/02/bugfix-releases/ - Do not release the GIL during object destruction Source: discuss-python-ideas Topic: Python URL: https://discuss.python.org/t/do-not-release-the-gil-during-object-destruction/108859 - Proposal: Add new method to `HTMLParser`: `flush(self) -> str: ...` Source: discuss-python-ideas Topic: Python URL: https://discuss.python.org/t/proposal-add-new-method-to-htmlparser-flush-self-str/108855 - Tryton News: Tryton News September 2026 Source: planet-python Topic: Python URL: https://discuss.tryton.org/t/tryton-news-september-2026/9356 - Python GUIs: Understanding QPainter Coordinates in PyQt6 — How the coordinate system works for drawing on canvases in PyQt6 Source: planet-python Topic: Python URL: https://www.pythonguis.com/faq/coordinates-on-qpainter/ - Python GUIs: Are there any built-in QIcons? — Using built-in icons for your apps. Source: planet-python Topic: Python URL: https://www.pythonguis.com/faq/built-in-qicons-pyqt/ - Class-level private property isolation Source: discuss-python-ideas Topic: Python URL: https://discuss.python.org/t/class-level-private-property-isolation/108853 - Mark Dufour: Shed Skin restricted-Python-to-C++ compiler v0.9.13 released Source: planet-python Topic: Python URL: http://shed-skin.blogspot.com/2026/09/shed-skin-restricted-python-to-c.html - Graham Dumpleton: Unit testing with wrapture Source: planet-python Topic: Python URL: https://grahamdumpleton.me/posts/2026/09/unit-testing-with-wrapture/