101 skills found · Page 1 of 4
hedyorg / HedyHedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
titipata / Pubmed Parser:clipboard: A Python Parser for PubMed Open-Access XML Subset and MEDLINE XML Dataset
BobMcDear / AttorchA subset of PyTorch's neural network modules, written in Python using OpenAI's Triton.
microsoft / OnnxscriptONNX Script enables developers to naturally author ONNX functions and models using a subset of Python.
huggingface / Hf HubRust client for the huggingface hub aiming for minimal subset of features over `huggingface-hub` python package
photonlines / Python Prolog InterpreterA simple Prolog Interpreter written in a few lines of Python 3. It runs a limited subset of Prolog and uses backtracking and generators in order to perform its magic.
xian-network / Xian ContractingA subset of Python for developing smart contracts on the Xian Network
marksweb / Django BleachBleach is a Python module that takes any HTML input, and returns valid, sanitised HTML that contains only an allowed subset of HTML tags, attributes and styles. django-bleach is a Django app that makes using bleach extremely easy.
benhoyt / Pyast64Compile a subset of the Python AST to x64-64 assembler
yaph / Geonamescachegeonamescache - a Python library for quick access to a subset of GeoNames data.
boxed / HammettFast python test runner, compatible with a subset of pytest
abesto / YqPure Python implementation of a subset of the features of jq for YAML documents
pypr / CompyleExecute a subset of Python on HPC platforms
yangdanny97 / Chocopy Python CompilerAhead-of-time compiler for Chocopy, a statically typed subset of Python 3, built in Python 3, targeting CIL/CLR, JVM, LLVM IR, and WASM.
Lamden / ContractingA subset of Python for developing smart contracts.
dfm / Python NufftPython bindings to a subset of the NUFFT algorithm
pseeth / SoxbindingsPython bindings for SoX, aiming to replicate a subset of the command line sox utility.
MuhammedBuyukkinaci / TensorFlow Sentiment Analysis On Amazon Reviews DataImplementing different RNN models (LSTM,GRU) & Convolution models (Conv1D, Conv2D) on a subset of Amazon Reviews data with TensorFlow on Python 3. A sentiment analysis project.
Huawei-CPLLab / PyDSLA Python subset for a better MLIR programming experience
realyixuan / GsubpyAn interpreter of subset of Python in Go