Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with cython

A curated list of projects in awesome lists tagged with cython .

https://github.com/cython/cython

The most widely used Python to C compiler

big-data c cpp cpython cpython-extensions cython performance python

Last synced: 16 Dec 2024

https://github.com/hummingbot/hummingbot

Open source software that helps you create and deploy high-frequency crypto trading bots

algotrading arbitrage backtesting bitcoin bot crypto cryptocurrency cython dex docker ethereum hft marketmaking orderbook python trading

Last synced: 16 Dec 2024

https://github.com/pypa/virtualenv

Virtual Python Environment builder

cython hacktoberfest jython library pypa pypy pypy3 python virtualenv

Last synced: 16 Dec 2024

https://github.com/zeromq/pyzmq

PyZMQ: Python bindings for zeromq

cython python zeromq

Last synced: 16 Dec 2024

https://zeromq.github.io/pyzmq

PyZMQ: Python bindings for zeromq

cython python zeromq

Last synced: 03 Oct 2024

https://github.com/rasterio/rasterio

Rasterio reads and writes geospatial raster datasets

cli cython gdal gis mapbox-satellite-oss python raster

Last synced: 16 Dec 2024

https://github.com/sirfz/tesserocr

A Python wrapper for the tesseract-ocr API

cython ocr optical-character-recognition python-library tesseract

Last synced: 17 Dec 2024

https://github.com/lucasb-eyer/pydensecrf

Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.

computer-vision crf cython eigen machine-learning pairwise-potentials unary-potentials

Last synced: 19 Dec 2024

https://github.com/ozmartian/vidcutter

A modern yet simple multi-platform video cutter and joiner.

appimage arch-linux cross-platform cython ffmpeg linux macos mpv opengl pyqt5 python3 qt5-gui ubuntu video-editor windows

Last synced: 19 Dec 2024

https://github.com/pyimgui/pyimgui

Cython-based Python bindings for dear imgui

cython dear-imgui gamedev opengl python python-bindings

Last synced: 08 Nov 2024

https://github.com/toblerity/fiona

Fiona reads and writes geographic data files

cli cython gdal gis ogr python vector

Last synced: 17 Dec 2024

https://github.com/Toblerity/Fiona

Fiona reads and writes geographic data files

cli cython gdal gis ogr python vector

Last synced: 05 Nov 2024

https://github.com/enthought/pyql

Cython QuantLib wrappers

cython quantlib

Last synced: 07 Nov 2024

https://github.com/scipopt/pyscipopt

Python interface for the SCIP Optimization Suite

cython integer-optimization mathematical-programming nonlinear-optimization python scip

Last synced: 20 Dec 2024

https://github.com/scipopt/PySCIPOpt

Python interface for the SCIP Optimization Suite

cython integer-optimization mathematical-programming nonlinear-optimization python scip

Last synced: 30 Oct 2024

https://github.com/alpha-miner/Finance-Python

python tools for Finance with the functionality of indicator calculation, business day calculation and so on.

chinese cython finance linux pricing python stock stock-market technical-indicators windows

Last synced: 13 Nov 2024

https://github.com/ets-labs/python-vimrc

VIM Configuration for Python / Cython / C Development

cython ide python vim

Last synced: 18 Dec 2024

https://github.com/madhawav/yolo3-4-py

A Python wrapper on Darknet. Compatible with YOLO V3.

cython darknet object-detection python-wrapper python3 yolo yolo3 yolov3

Last synced: 21 Dec 2024

https://github.com/madhawav/YOLO3-4-Py

A Python wrapper on Darknet. Compatible with YOLO V3.

cython darknet object-detection python-wrapper python3 yolo yolo3 yolov3

Last synced: 09 Nov 2024

https://github.com/scikit-build/scikit-build

Improved build system generator for CPython C, C++, Cython and Fortran extensions

build-tool c c-extension c-plus-plus cmake cpython cython fortran kitware packaging python scikit-build wheels

Last synced: 18 Dec 2024

https://github.com/PySlurm/pyslurm

Python Interface to Slurm

cluster cython hpc python slurm

Last synced: 12 Nov 2024

https://github.com/ibarrond/Pyfhel

PYthon For Homomorphic Encryption Libraries, perform encrypted computations such as sum, mult, scalar product or matrix multiplication in Python, with NumPy compatibility. Uses SEAL/PALISADE as backends, implemented using Cython.

cython encrypted-computation encrypted-data helib homomorphic-encryption homomorphic-encryption-library palisade python seal

Last synced: 25 Oct 2024

https://github.com/explosion/cymem

💥 Cython memory pool for RAII-style memory management

cython python

Last synced: 17 Dec 2024

https://github.com/ing-bank/sparse_dot_topn

Python package to accelerate the sparse matrix multiplication and top-n similarity selection

cosine-similarity cython scipy sparse-matrix

Last synced: 19 Dec 2024

https://github.com/tomerfiliba-org/reedsolomon

⏳🛡 Pythonic universal errors-and-erasures Reed-Solomon codec to protect your data from errors and bitrot. Includes a future-proof zero-dependencies pure-python implementation 🔮 and an optional speed-optimized Cython/C extension 🚀

cython error-correcting-codes error-correction error-correction-codes parity-check python python2 python3 reed-solomon reed-solomon-codes

Last synced: 21 Dec 2024

https://github.com/TeskaLabs/cysimdjson

Very fast Python JSON parsing library

cython json python simdjson

Last synced: 31 Oct 2024

https://github.com/brentp/cyvcf2

cython + htslib == fast VCF and BCF processing

bioinformatics cython genomics htslib vcf

Last synced: 17 Nov 2024

https://github.com/lanl/pyxdameraulevenshtein

pyxDamerauLevenshtein implements the Damerau-Levenshtein (DL) edit distance algorithm for Python in Cython for high performance.

cython damerau-levenshtein edit-distance-algorithm

Last synced: 16 Dec 2024

https://github.com/lanl/pyxDamerauLevenshtein

pyxDamerauLevenshtein implements the Damerau-Levenshtein (DL) edit distance algorithm for Python in Cython for high performance.

cython damerau-levenshtein edit-distance-algorithm

Last synced: 22 Nov 2024

https://github.com/ParallelSSH/ssh2-python

Python bindings for libssh2 C library.

cython extension library libssh2 python python-library ssh ssh2

Last synced: 14 Nov 2024

https://github.com/mikepound/convolve

Simple demonstration of separable convolutions

complex-numbers convolution cython python separable-convolutions

Last synced: 16 Nov 2024

https://github.com/explosion/cython-blis

💥 Fast matrix-multiplication as a self-contained Python library – no system dependencies!

blas blas-libraries blis cython linear-algebra matrix-multiplication neural-network neural-networks numpy openblas

Last synced: 19 Dec 2024

https://github.com/long2ice/asyncmy

A fast asyncio MySQL/MariaDB driver with replication protocol support

asyncio binlog connector cython mysql replication

Last synced: 18 Dec 2024

https://github.com/intjelic/python-sfml

Official binding of SFML for Python

bindings cython python sfml

Last synced: 05 Nov 2024

https://github.com/stestagg/pytubes

A module for getting data into python from large data sources

cpp cpp11 cython data numpy python

Last synced: 15 Dec 2024

https://github.com/nigma/pywt

We're moving. Please visit https://github.com/PyWavelets

c cython dwt math numpy python wavelet

Last synced: 18 Nov 2024

https://github.com/siddhantgoel/streaming-form-data

Streaming (and fast!) parser for multipart/form-data written in Cython

cython form-data forms http multipart-formdata python python3 web

Last synced: 20 Dec 2024

https://github.com/bsolomon1124/pycld3

Python3 bindings for the Compact Language Detector v3 (CLD3)

cld3 cpp cython language-detection python3

Last synced: 15 Dec 2024

https://github.com/rasbt/One-Python-benchmark-per-day

An ongoing fun challenge where I'll try to post one Python benchmark per day.

cython numpy python-benchmark

Last synced: 13 Nov 2024

https://github.com/rasbt/one-python-benchmark-per-day

An ongoing fun challenge where I'll try to post one Python benchmark per day.

cython numpy python-benchmark

Last synced: 01 Nov 2024

https://github.com/coleifer/vedis-python

Python bindings for the Vedis embedded NoSQL database

cython embedded-database nosql python vedis

Last synced: 06 Nov 2024

https://github.com/fluiddyn/transonic

:rocket: Make your Python code fly at transonic speeds!

aot cython extensions jit numba numpy pythran

Last synced: 18 Dec 2024

https://github.com/upul/aurora

Minimal Deep Learning library is written in Python/Cython/C++ and Numpy/CUDA/cuDNN.

cplusplus cuda cudnn cython deep-learning python3 system-design

Last synced: 18 Nov 2024

https://github.com/rougier/scipy-crash-course

Material for a 24 hours course on Scientific Python

course cython matplotlib numba numpy python scipy

Last synced: 07 Nov 2024

https://github.com/pythongssapi/python-gssapi

A Python interface to RFC 2743/2744 (plus common extensions)

cython gssapi kerberos krb5 python python-library python3 python3-library

Last synced: 15 Dec 2024

https://github.com/vijos/jd4

Judging daemon for programming contests

asyncio cgroup cython daemon linux linux-namespaces online-judge python sandbox vijos

Last synced: 29 Nov 2024

https://github.com/kylebarron/pymartini

A Cython port of Martini for fast RTIN terrain mesh generation

cython elevation heightmap mapbox martini mesh mesh-generation numpy terrain

Last synced: 20 Dec 2024

https://github.com/mondeja/pymarketcap

Python3 API wrapper and web scraper for https://coinmarketcap.com

api asyncio c coinmarketcap cryptocurrencies cryptotrading cython graphs libcurl pypi python scraper trading urllib

Last synced: 01 Oct 2024

https://github.com/mattip/c_from_python

Calling C from Python

cffi cppyy ctypes cython python

Last synced: 28 Oct 2024

https://github.com/raysect/source

The main source repository for the Raysect project.

cython framework optics python raytracer science scientific-computing

Last synced: 17 Nov 2024

https://github.com/gyanz/pydsstools

Python library for simple HEC-DSS functions

ctypes cython database engineering hec-dss linux python windows10

Last synced: 18 Dec 2024

https://github.com/Mng-dev-ai/drf-turbo

An alternative serializer implementation for REST framework written in cython built for speed.

cython django django-rest-framework performance python

Last synced: 11 Oct 2024

https://github.com/tiagoantao/python-performance

Repository for the book Fast Python - published by Manning

concurrency cython data-analytics gpu numpy pandas parallel-computing performance-python python

Last synced: 16 Dec 2024

https://github.com/coleifer/sophy

Fast Python bindings to Sophia Database

cython embedded-database nosql python sophia

Last synced: 17 Dec 2024

https://github.com/winstxnhdw/kinematicbicyclemodel

A description of the Kinematic Bicycle Model written in Cython with an animated example.

animation bicycle-model cython kinematic-modeling mathematical-modelling python uv

Last synced: 16 Dec 2024

https://github.com/explosion/preshed

💥 Cython hash tables that assume keys are pre-hashed

cython hash-table hash-tables hashing python

Last synced: 17 Dec 2024

https://github.com/LukeRoantree4815162342/QUB_DW_HighPerformancePython

Code and more for the QUB Development Weeks event 'High Performance Python'

cython high-performance high-performance-computing numba python tutorial

Last synced: 27 Nov 2024

https://github.com/lukeroantree4815162342/qub_dw_highperformancepython

Code and more for the QUB Development Weeks event 'High Performance Python'

cython high-performance high-performance-computing numba python tutorial

Last synced: 13 Nov 2024

https://github.com/ymd-h/cpprb

Fast Flexible Replay Buffer Library (Mirror repository of https://gitlab.com/ymd_h/cpprb)

cython machine-learning python3 reinforcement-learning

Last synced: 20 Dec 2024

https://github.com/pypr/compyle

Execute a subset of Python on HPC platforms

cuda cython high-performance-computing opencl openmp python transpile

Last synced: 21 Dec 2024

https://github.com/harfbuzz/uharfbuzz

A HarfBuzz Python binding

cython fonts opentype

Last synced: 19 Nov 2024

https://github.com/neurodata/treeple

Scikit-learn compatible decision trees beyond those offered in scikit-learn

causal-inference causal-machine-learning cython decision-trees estimation machine-learning python random-forest scikit-learn

Last synced: 21 Dec 2024

https://github.com/adrn/cython-tutorial

Tutorial on how to use Cython to optimize Python code.

cython teaching

Last synced: 07 Nov 2024

https://github.com/paulross/notesoncython

Some notes on using Cython to increase the performance of Python code.

cython python

Last synced: 17 Nov 2024

https://github.com/coleifer/sqlite-vtfunc

Implement SQLite table-valued functions with Python

cython python sql sqlite virtual-tables

Last synced: 27 Oct 2024

https://github.com/dedupeio/affinegap

:triangular_ruler: A Cython implementation of the affine gap string distance

cython levenshtein-distance python string-distance

Last synced: 16 Nov 2024

https://github.com/wojciech-graj/cydoomgeneric

Easily portable DooM for Python (+ some pretty sick demos)

cython doom python python-3 python3 source-port sourceport

Last synced: 19 Dec 2024

https://github.com/federicostra/cython-package-example

Example of a package with Cython extensions.

cython cython-library example example-project package python python3

Last synced: 23 Nov 2024

https://github.com/navytux/pygolang

Go-like features for Python and Cython. (mirror of https://lab.nexedi.com/kirr/pygolang)

channels concurrency cython gevent gil go golang goroutines gpython nogil python

Last synced: 18 Nov 2024

https://github.com/ML-KULeuven/PySDD

Python package for Sentential Decision Diagrams (SDD)

cython knowledge-compilation model-counting python sdd weighted-model-counting

Last synced: 20 Nov 2024

https://github.com/jwplayer/jwalk

:walking: Cython implementation of DeepWalk

cython deep-learning deepwalk neural-network python

Last synced: 05 Nov 2024

https://github.com/stavshamir/cython-c-wrapper

Simple example of wrapping a C library with Cython

c cython

Last synced: 27 Oct 2024

https://github.com/niklas2902/py4godot

Python scripting for Godot. This GDExtension plugin allows you to use Python like GDScript, accessing the Godot engine's features and benefiting from Python's vast ecosystem.

cython gdextension godot godotengine python

Last synced: 30 Oct 2024