-
Updated
May 26, 2022 - Python
#
python-api
Here are 228 public repositories matching this topic...
Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
Python Telegram bot api.
-
Updated
Jun 1, 2022 - Python
GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging features for exploit developers & reverse engineers
python
linux
debugging
exploit
mips
discord
reverse-engineering
gdb
pwn
ctf
python-api
gef
ida-pro
binary-ninja
pwntools
malware-analysis
sparc
powerpc
exploit-development
-
Updated
May 23, 2022 - Python
Python library to download market data via Bloomberg, Eikon, Quandl, Yahoo etc.
-
Updated
May 20, 2022 - Python
Framework for large distributed pipelines
-
Updated
Apr 13, 2022 - Rust
Fast topic modeling platform
python
c-plus-plus
machine-learning
text-mining
bigdata
topic-modeling
python-api
bigartm
regularizer
-
Updated
May 30, 2022 - C++
Hearthstone simulator using C++ with some reinforcement learning
reinforcement-learning
cplusplus
cpp
hearthstone
rl
cpp17
python-api
hearthstone-simulator
hearthstone-api
rl-environment
simulator-game
-
Updated
May 31, 2022 - C++
Call Wolfram Language functions from Python
-
Updated
Jul 27, 2021 - Python
enhancement
New feature or request
good first issue
Good for newcomers
cudapoa
GPU-based partial order alignment
sleigh craft!
-
Updated
Oct 18, 2021 - C++
hzeller
commented
May 15, 2020
When running the regression, the resulting logs seem to end up in third_party/tests/$TEST/...
. This of course is not unnoticed by git, so a git status shows a ton of non-added new files added.
To reproduce:
make
make regression
git status # observe all the files
Build or test artifacts should never clutter the rest of the code-base (we should regard them as read-only in
good first issue
Good for newcomers
code-clean
Things that would make the code cleaner, more readable or styleguide-conformant
-
Updated
Nov 12, 2021 - C++
kylebgorman
commented
Mar 23, 2022
- A script for computing KPI numbers (languages, dialects, scripts, and number of prons) should be incorporated into the big scrape workflow. @kylebgorman's draft is here.
- @jacksonllee proposes that in addition, "a bot (a GitHub action or something else?) that would regularly scan the repo and create a PR to update the docu
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Baba Is You simulator using C++ with some reinforcement learning
reinforcement-learning
cplusplus
cpp
rl
cpp17
python-api
rl-environment
simulator-game
baba-is-you
babaisyou
-
Updated
Feb 11, 2022 - Python
python api for SeetaFaceEngine(https://github.com/seetaface/SeetaFaceEngine.git)
-
Updated
Oct 25, 2018 - Python
-
Updated
May 19, 2022 - Python
Alternative StdLib for Nim for Python targets, hijacks Python StdLib for Nim
python
nim
high-performance
cython
python-library
python3
python-api
python-3
compiled
python-package
nim-lang
static-typing
typed-python
stdlib-extras
inferred-types
needs-sponsors
-
Updated
May 21, 2022 - Python
A python wrapper for News API.
python-library
api-client
python3
news-feed
api-wrapper
newsapi
python-api
newsfeed
python-api-wrapper
-
Updated
Oct 3, 2018 - Python
a command-line interface to get a ride with Snapp (Snapp API)
-
Updated
Jan 2, 2018 - Python
Py-SPHViewer is a framework for rendering cosmological simulations in Python using the Smoothed Particle Hydrodynamics scheme.
python
science
astronomy
clustering
rendering
parallel
openmp
visualisation
gas
simulations
python-api
sph
smoothed-particle-hydrodynamics
neighbors
n-body
science-research
cosmological
py-sphviewer
particle-data
-
Updated
Apr 19, 2022 - Jupyter Notebook
Python wrapper for WhatsApp Web API websocket communication (based on https://github.com/sigalor/whatsapp-web-reveng)
-
Updated
Feb 11, 2022 - HTML
A Python client for Infermedica API.
-
Updated
Mar 29, 2021 - Python
Python SDK to use FAX.PLUS API
-
Updated
Dec 15, 2021 - Python
Python API for vFeed Vulnerability & Threat Intelligence Database Enterprise & Pro Editions
exploits
python-api
scap
vulnerability-databases
cve
oval
vulnerability-management
vulnerability-scanners
cwe
capec
threat-intelligence
threat-database
-
Updated
Jan 31, 2021 - Python
Predict age and gender from a first name
python
data-science
statistics
names
python-api
python-3
gender
census-data
age
social-security-data
first-names
demographics
demography
-
Updated
Sep 25, 2018 - Python
teolemon
commented
Jan 28, 2022
What
Automatic deployment to a dev server for testing
- #1
- #12
- #44
- Automatic deployment to a dev server for testing
Documentation
- Generate automatic documentation from the code
Implementing more APIs
- #2
- #16
- #28
Updating dependancies
- #75
- #73
- #71
- #70
- #64
- #63
- #60
This is a python API for mycobot serial communication.
-
Updated
Jun 1, 2022 - Python
Improve this page
Add a description, image, and links to the python-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the python-api topic, visit your repo's landing page and select "manage topics."
Right now the macros for banded alignment like CUDAPOA_BANDED_MATRIX_RIGHT_PADDING are not shared between the kernel code and other sources that determine sizes for bands (such as in batch.cu). For now they're hard coded to specific numbers, but this is error prone. This needs to be fixed to the macros are shared between files.