proomt

Search

Search posts, papers, and topics

python

RSS
  1. 31

    datasette-auth-github 1.0

    The datasette-auth-github plugin now reaches 1.0, fixing a bug where cookies lacked a Max‑Age attribute and thus expired at session end. The fix ensures longer‑lasting sessions and the release is tested against recent Datasette versions.

    Simon Willisonsimonwillison.net1 minrelease
  2. 35

    Quiz: Thinking Recursively in Python

    This is an interactive quiz from Real Python designed to test understanding of recursive thinking in Python. It covers identifying recursive structures, writing base and recursive cases, managing state, and using caching to avoid recomputation.

    Real Pythonrealpython.com1 min
  3. 36

    Quiz: Introduction to pandas

    Real Python offers a 7‑question interactive quiz covering basic pandas tasks like pulling HTML tables, saving CSVs, DataFrame basics, and method chaining. The page provides only the quiz prompt without explanatory content.

    Real Pythonrealpython.com1 min
  4. 38

    Quiz: How to Get Started With Ollama

    This is a 10‑question quiz that checks your grasp of installing Ollama, pulling models, choosing between chat and generate APIs, and managing multi‑turn conversations in Python. It reinforces the basics of running LLMs on your own hardware for privacy and offline use.

    Real Pythonrealpython.com1 min
  5. 40

    Glean Dictionary + DuckDB

    A short post describing how the Mozilla Glean Dictionary JSON can be exported into a DuckDB file via a simple ETL script, enabling SQL queries and notebook‑driven analysis of metric types and growth over time.

    Mozilla Automation Teamwrla.ch2 min
  6. 42

    Firefox WebDriver Newsletter 155

    Firefox 155 WebDriver newsletter lists recent bug fixes and cleanup work, including fixing a DevTools conflict, removing a thin helper, correcting double‑click behavior, and simplifying subscription handling.

    Mozilla Automation Teamfxdx.dev1 min
  7. 48

    MozPhab 2.19.0 Released

    MozPhab 2.19.0 ships with two bug fixes: the `--apply-to` flag now rebases onto the original base revision instead of applying a raw diff on HEAD, and a new `list` subcommand is added.

    Mozilla Automation Teammozilla.org1 minrelease
  8. 49

    MozPhab 2.18.0 Released

    MozPhab 2.18.0 ships with three bug fixes: correct symlink handling for Mercurial uploads, a reminder about pending review queues on push to try, and pyrefly type‑checking added to the test suite.

    Mozilla Automation Teammozilla.org1 minrelease
python posts and papers · proomt