Show HN: Localscope–Limit scope of Python functions for reproducible execution

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. jax

    Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more

    localscope is a small Python package that disassembles functions to check if they access global variables they shouldn't. I wrote this a few years ago to detect scope bugs which are common in Jupyter notebooks. It's recently come in handy writing jax code (https://github.com/jax-ml/jax) because it requires pure functions. Thought I'd share.

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. rlundo

    undo in any program that uses readline

    A crazy, but cool idea to implement this is using fork: https://github.com/thomasballinger/rlundo

  4. localscope

    Restrict the scope of functions for reproducible code execution and peace of mind.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Zest

    6 projects | news.ycombinator.com | 16 Mar 2025
  • I want a good parallel computer

    5 projects | news.ycombinator.com | 21 Mar 2025
  • AXLearn: Apple's Deep Learning library built on top of Jax

    1 project | news.ycombinator.com | 18 Feb 2025
  • How to Install & Run VideoLLaMA3-7B Locally

    3 projects | dev.to | 13 Feb 2025
  • Bullish on AI infrastructure, bearish on AI developer frameworks

    3 projects | dev.to | 31 Jan 2025

Did you know that Python is
the 2nd most popular programming language
based on number of references?