730 links
57 private links
  • PtitPoulpe Links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 3
51 results tagged python x
  • thumbnail
    All algorithms implemented in Python - for education 📚
    December 4, 2025 at 14:54:42 GMT+1 * - permalink -
    QRCode
    - https://github.com/TheAlgorithms/Python/blob/master/DIRECTORY.md
    learning python algorithm
  • thumbnail
    Durable Execution Solutions | Temporal

    Build invincible apps with Temporal's open source durable execution platform. Eliminate complexity and ship features faster. Talk to an expert today!

    October 31, 2025 at 15:07:00 GMT+1 * - permalink -
    QRCode
    - https://temporal.io/
    workflow python
  • Lark - a parsing toolkit for Python

    Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

    Lark can parse all context-free languages. To put it simply, it means that it is capable of parsing almost any programming language out there, and to some degree most natural languages too.

    February 27, 2025 at 08:58:34 GMT+1 * - permalink -
    QRCode
    - http://çhttps://github.com/lark-parser/lark
    python parser
  • thumbnail
    GitHub - plasma-umass/scalene: Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization proposals

    Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization proposals - plasma-umass/scalene

    February 27, 2025 at 08:57:25 GMT+1 * - permalink -
    QRCode
    - https://github.com/plasma-umass/scalene
    python profiler
  • thumbnail
    GitHub - yandex/perforator: Perforator is a cluster-wide continuous profiling tool designed for large data centers

    Perforator is a cluster-wide continuous profiling tool designed for large data centers - yandex/perforator

    February 27, 2025 at 08:56:35 GMT+1 * - permalink -
    QRCode
    - https://github.com/yandex/perforator
    python profiling
  • Python — Apache Arrow v19.0.1

    Apache Arrow is a universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics. It contains a set of technologies that enable data systems to efficiently store, process, and move data.

    February 27, 2025 at 08:55:24 GMT+1 * - permalink -
    QRCode
    - https://arrow.apache.org/docs/python/
    python data
  • thumbnail
    GitHub - fabiocaccamo/python-benedict: :blue_book: dict subclass with keylist/keypath support, built-in I/O operations (base64, csv, html, ini, json, pickle, plist, query-string, toml, xls, xml, yaml), s3 support and many utilities.

    :blue_book: dict subclass with keylist/keypath support, built-in I/O operations (base64, csv, html, ini, json, pickle, plist, query-string, toml, xls, xml, yaml), s3 support and many utilities. - fabiocaccamo/python-benedict

    October 31, 2024 at 11:20:11 GMT+1 * - permalink -
    QRCode
    - https://github.com/fabiocaccamo/python-benedict
    python dictionary
  • thumbnail
    GitHub - ast-grep/ast-grep: ⚡A CLI tool for code structural search, lint and rewriting. Written in Rust

    ⚡A CLI tool for code structural search, lint and rewriting. Written in Rust - ast-grep/ast-grep

    May 29, 2024 at 10:31:37 GMT+2 * - permalink -
    QRCode
    - https://github.com/ast-grep/ast-grep/tree/main
    python go programming regex linter
  • thumbnail
    About - Hatch

    Modern, extensible Python project management

    March 12, 2024 at 10:35:50 GMT+1 * - permalink -
    QRCode
    - https://hatch.pypa.io/latest/
    python package
  • Rye

    An Experimental Package Management Solution for Python

    March 12, 2024 at 10:35:21 GMT+1 * - permalink -
    QRCode
    - https://rye-up.com/
    python package
  • thumbnail
    GitHub - astral-sh/uv: An extremely fast Python package installer and resolver, written in Rust.

    An extremely fast Python package installer and resolver, written in Rust. - astral-sh/uv

    March 11, 2024 at 20:01:21 GMT+1 * - permalink -
    QRCode
    - https://github.com/astral-sh/uv
    python package
  • thumbnail
    Ruff, an extremely fast Python linter | Astral

    A high-performance Python linter written in Rust. Ruff can replace dozens of static analysis tools, all while executing 10-100x faster.

    March 11, 2024 at 20:00:56 GMT+1 * - permalink -
    QRCode
    - https://astral.sh/ruff
    python linter
  • Textual

    Textual is a Rapid Application Development framework for Python

    February 13, 2023 at 09:45:39 GMT+1 - permalink -
    QRCode
    - https://textual.textualize.io/
    python
  • thumbnail
    GitHub - joerick/pyinstrument: 🚴 Call stack profiler for Python. Shows you why your code is slow!
    September 5, 2022 at 16:34:05 GMT+2 - permalink -
    QRCode
    - https://github.com/joerick/pyinstrument
    python profiling
  • Mamba: a fast, robust, and cross-platform package manager.
    August 29, 2022 at 10:56:16 GMT+2 - permalink -
    QRCode
    - https://mamba.readthedocs.io/en/latest/
    python
  • Welcome to Click — Click Documentation (8.1.x)

    Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary.

    May 6, 2022 at 09:17:24 GMT+2 - permalink -
    QRCode
    - https://click.palletsprojects.com/
    python command
  • Tox

    tox aims to automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing and release process of Python software.

    December 14, 2021 at 11:30:34 GMT+1 - permalink -
    QRCode
    - https://tox.wiki/en/latest/index.html
    python test
  • doctest — Test interactive Python examples — Python 3.10.0 documentation

    Python tests inside docstring

    November 4, 2021 at 15:53:25 GMT+1 - permalink -
    QRCode
    - https://docs.python.org/3/library/doctest.html
    python doc
  • thumbnail
    Diagrams as code

    Diagrams lets you draw the cloud system architecture in Python code.

    February 3, 2021 at 08:23:26 GMT+1 - permalink -
    QRCode
    - https://diagrams.mingrammer.com/
    diagram code python
  • thumbnail
    Google Optimization Tools

    Une bibliothèque google pour plusieurs problèmes d'optimisation (n-queen, travel salesman problem, vehicule routing problem, linear optimization, scheduling)

    August 12, 2016 at 11:00:20 GMT+2 - permalink -
    QRCode
    - https://developers.google.com/optimization/
    google optimization opensource c++ java python
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation