awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rougier avatar

rougier/from-python-to-numpy

0
View on GitHub↗
2,138 Stars·349 Forks·Python·4 Aufrufewww.labri.fr/perso/nrougier/from-python-to-numpy↗

From Python To Numpy

Copyright (c) 2017 Nicolas P. Rougier License: Creative Commons Attribution 4.0 International (CC BY-NC-SA 4.0). Website: http://www.labri.fr/perso/nrougier/from-python-to-numpy

Features

  • Data Manipulation Libraries - Book on vectorization and efficient numerical computing.

Star-Verlauf

Star-Verlauf für rougier/from-python-to-numpyStar-Verlauf für rougier/from-python-to-numpy

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht rougier/from-python-to-numpy?

Copyright (c) 2017 Nicolas P. Rougier License: Creative Commons Attribution 4.0 International (CC BY-NC-SA 4.0). Website: http://www.labri.fr/perso/nrougier/from-python-to-numpy

Was sind die Hauptfunktionen von rougier/from-python-to-numpy?

Die Hauptfunktionen von rougier/from-python-to-numpy sind: Data Manipulation Libraries.

Welche Open-Source-Alternativen gibt es zu rougier/from-python-to-numpy?

Open-Source-Alternativen zu rougier/from-python-to-numpy sind unter anderem: arrow-py/arrow — Arrow is a Python date and time library that provides a simplified interface for creating and manipulating timestamps… cupy/cupy — CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and… dask/dask — Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows… dateutil/dateutil — Useful extensions to the standard Python datetime features. fugue-project/fugue — | Tutorials | API Documentation | Chat with us on slack! | | ----------------------------------------------------------… ajcr/100-pandas-puzzles — Inspired by 100 Numpy exerises, here are 100* short puzzles for testing your knowledge of pandas' power.

Open-Source-Alternativen zu From Python To Numpy

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit From Python To Numpy.
  • arrow-py/arrowAvatar von arrow-py

    arrow-py/arrow

    9,046Auf GitHub ansehen↗

    Arrow is a Python date and time library that provides a simplified interface for creating and manipulating timestamps by wrapping the Python standard library. It serves as a tool for managing date objects, handling timezone offsets, and performing relative date calculations. The library is distinguished by its ability to humanize timestamps into natural language relative descriptions across multiple locales and parse human-readable time phrases back into precise date objects. It also features a specialized parser for converting ISO 8601 strings and custom formatted text into date objects. Br

    Python
    Auf GitHub ansehen↗9,046
  • cupy/cupyAvatar von cupy

    cupy/cupy

    11,000Auf GitHub ansehen↗

    CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and numerical computing on NVIDIA GPUs. It serves as a GPU-accelerated numerical library and a CUDA-based SciPy implementation, offloading heavy calculations to graphics hardware to increase processing speed for scientific and engineering workloads. The library enables multi-framework tensor exchange, allowing data buffers to be shared between different deep learning frameworks using standardized memory layouts to avoid memory copies. It also supports custom GPU kernel integratio

    Python
    Auf GitHub ansehen↗11,000
  • dask/daskAvatar von dask

    dask/dask

    13,746Auf GitHub ansehen↗

    Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows from single machines to large clusters. It functions as a cluster resource manager that orchestrates computational logic by representing tasks and their dependencies as directed acyclic graphs. This architecture allows the system to automate the distribution of workloads across available hardware while managing complex execution requirements. The project distinguishes itself through a lazy evaluation engine that defers data operations until they are explicitly requested, enabl

    Pythondasknumpypandas
    Auf GitHub ansehen↗13,746
  • ajcr/100-pandas-puzzlesAvatar von ajcr

    ajcr/100-pandas-puzzles

    2,967Auf GitHub ansehen↗

    Inspired by 100 Numpy exerises, here are 100* short puzzles for testing your knowledge of pandas' power.

    Jupyter Notebook
    Auf GitHub ansehen↗2,967
  • Alle 24 Alternativen zu From Python To Numpy anzeigen→