upstartjohnvandivier's Stars
dmlc/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
temporalio/temporal
Temporal service
DataExpert-io/data-engineer-handbook
This is a repo with links to everything you'd ever want to learn about data engineering
nipunn1313/mypy-protobuf
open source tools to generate mypy stubs from protobufs
spdustin/ChatGPT-AutoExpert
🚀🧠💬 Supercharged Custom Instructions for ChatGPT (non-coding) and ChatGPT Advanced Data Analysis (coding).
refuel-ai/autolabel
Label, clean and enrich text datasets with LLMs.
ripienaar/free-for-dev
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
annotated-types/annotated-types
Reusable constraint types to use with typing.Annotated
joshpxyne/gpt-migrate
Easily migrate your codebase from one framework or language to another.
mlc-ai/web-llm
High-performance In-browser LLM Inference Engine
astral-sh/ruff
An extremely fast Python linter and code formatter, written in Rust.
fastapi/sqlmodel
SQL databases in Python, designed for simplicity, compatibility, and robustness.
neondatabase/neon
Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.
nodejs/node
Node.js JavaScript runtime ✨🐢🚀✨
Mattie/cataclysm
Cataclysm - Code generation library for the end game
nomic-ai/gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
davidfraser/pyan
pyan is a Python module that performs static analysis of Python code to determine a call dependency graph between functions and methods. This is different from running the code and seeing which functions are called and how often; there are various tools that will generate a call graph in that way, usually using debugger or profiling trace hooks - for example: https://pycallgraph.readthedocs.org/ This code was originally written by Edmund Horner, and then modified by Juha Jeronen. See README for the original blog posts and links to their repositories.
Technologicat/pyan
Static call graph generator. The official Python 3 version. Development repo.
erikbern/git-of-theseus
Analyze how a Git repo grows over time
python/mypy
Optional static typing for Python
terricain/aioboto3
Wrapper to use boto3 resources with the aiobotocore async backend
pypa/hatch
Modern, extensible Python project management
exaloop/codon
A high-performance, zero-overhead, extensible Python compiler with built-in NumPy support
kovetskiy/mark
Sync your markdown files with Confluence pages.
Delgan/loguru
Python logging made (stupidly) simple
salihozdemir/stackoverflow-clone
This project is a simplified a full stack clone of Stackoverflow.
klen/pylama
Code audit tool for python.
KotlinIsland/basedmypy
Based Python static type checker with baseline, sane default settings and based typing features
pydantic/pydantic
Data validation using Python type hints