home.social

#rustpython — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rustpython, aggregated by home.social.

fetched live
  1. CW: Silver linings

    On the good side, some positive results:

    - #RustPython fixed many crashes.
    - Found some security bugs in #CPython.
    - Some targeted module analysis in CPython were considered interesting by maintainers.
    - Same for a couple of extensions, like #cereggii and #APSW.
    - It keeps me on a positive mental state when I'm working on it.

    And I'll be giving a talk about hunting bugs in #Python in October at #Python Brasil. Just need to calm down and work on it.

    #PyBr #PyBR2026 #PythonBrasil

  2. CW: Silver linings

    On the good side, some positive results:

    - #RustPython fixed many crashes.
    - Found some security bugs in #CPython.
    - Some targeted module analysis in CPython were considered interesting by maintainers.
    - Same for a couple of extensions, like #cereggii and #APSW.
    - It keeps me on a positive mental state when I'm working on it.

    And I'll be giving a talk about hunting bugs in #Python in October at #Python Brasil. Just need to calm down and work on it.

    #PyBr #PyBR2026 #PythonBrasil

  3. CW: Complaints

    I've been working on finding #Python bugs, both in #CPython and extensions. And a new, fun target: #RustPython.

    I'm back using and developing #fusil and the AI code analysis tools.

    But I've been anxious, with awful time management, missing many goals and tasks, so I haven't been posting much about it.

    Found someone to work along, he's interested in becoming a bug hunter and is able to fix bugs. And I keep disappearing on him due to anxiety :(

    And having trouble working on my talk.

  4. CW: Complaints

    I've been working on finding #Python bugs, both in #CPython and extensions. And a new, fun target: #RustPython.

    I'm back using and developing #fusil and the AI code analysis tools.

    But I've been anxious, with awful time management, missing many goals and tasks, so I haven't been posting much about it.

    Found someone to work along, he's interested in becoming a bug hunter and is able to fix bugs. And I keep disappearing on him due to anxiety :(

    And having trouble working on my talk.

  5. Discover how Rust can turbo‑charge your Python data‑science stack—NumPy, pandas, scikit‑learn, PyTorch—all from Jupyter notebooks. Benchmarks show speed gains without losing the ease of Python. Dive into the code, see the interoperability tricks, and learn how to integrate Rust safely into your ML pipelines. #RustPython #NumPyPerformance #DataScience #MachineLearning

    🔗 aidailypost.com/news/rust-meet

  6. Discover how Rust can turbo‑charge your Python data‑science stack—NumPy, pandas, scikit‑learn, PyTorch—all from Jupyter notebooks. Benchmarks show speed gains without losing the ease of Python. Dive into the code, see the interoperability tricks, and learn how to integrate Rust safely into your ML pipelines. #RustPython #NumPyPerformance #DataScience #MachineLearning

    🔗 aidailypost.com/news/rust-meet

  7. Connaissiez-vous l’interpréteur RustPython ? C'est une ré-écriture complète de CPython en Rust… ça promet d'être plus rapide et sujet à moins de bug de gestion mémoire (facilement commis en C).

    rustpython.github.io/

    ***

    Pour rappel Python est le langage de programmation le plus utilisé au monde. C'est aussi l'un des langages de script les plus lents.

    #CPython #RustPython #Rust #Python

  8. Connaissiez-vous l’interpréteur RustPython ? C'est une ré-écriture complète de CPython en Rust… ça promet d'être plus rapide et sujet à moins de bug de gestion mémoire (facilement commis en C).

    rustpython.github.io/

    ***

    Pour rappel Python est le langage de programmation le plus utilisé au monde. C'est aussi l'un des langages de script les plus lents.

    #CPython #RustPython #Rust #Python

  9. @wikimediafoundation has launched @wikifunctions. It's a collaborative collection of functions accessible through an API. Examples include functions like 'area of a circle', 'is palindrome' and 'base64 decode'.

    It's built to be #programming language independent. Right now you can write functions in #JavaScript and #Python. Their backend for running user-created Python interesting: they use #RustPython compiled to #WebAssembly running in #Wasmtime.

    To see a new Wikimedia project AND it's using awesome technologies like #Rust and WASM fills me with so much joy and excitement :ablobcatheartsqueeze:​

    Go check it out: wikifunctions.org/

  10. @wikimediafoundation has launched @wikifunctions. It's a collaborative collection of functions accessible through an API. Examples include functions like 'area of a circle', 'is palindrome' and 'base64 decode'.

    It's built to be #programming language independent. Right now you can write functions in #JavaScript and #Python. Their backend for running user-created Python interesting: they use #RustPython compiled to #WebAssembly running in #Wasmtime.

    To see a new Wikimedia project AND it's using awesome technologies like #Rust and WASM fills me with so much joy and excitement :ablobcatheartsqueeze:​

    Go check it out: wikifunctions.org/

  11. is a interpreter in .

    RustPython is an Python interpreter written in Rust primarily intended for embedding into applications. Being written in Rust, RustPython can be compiled to WASM for web usage. RustPython is well suited for exposing a scripting interface (embedding) in Rust programs, where Rust functionality can be accessed via Python.

    Website 🔗️: rustpython.github.io