Pinned Repositories
nogil
Multithreaded Python without the GIL
nogil-3.12
Multithreaded Python without the GIL (experimental rebase on 3.12)
nogil-3.12-final
Multithreaded Python without the GIL (experimental rebase on 3.12 final)
nogil-wheels
GitHub actions to build wheels for nogil Python
pytorch-examples
Simple examples to introduce PyTorch
fb.resnet.torch
Torch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
ztorch
Complex number support for Torch
examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
vision
Datasets, Transforms and Models specific to Computer Vision
colesbury's Repositories
colesbury/nogil
Multithreaded Python without the GIL
colesbury/nogil-3.12
Multithreaded Python without the GIL (experimental rebase on 3.12)
colesbury/nogil-wheels
GitHub actions to build wheels for nogil Python
colesbury/nogil-3.12-final
Multithreaded Python without the GIL (experimental rebase on 3.12 final)
colesbury/cpython
The Python programming language
colesbury/c11-model-checker
Model using CDSChecker (https://plrg.ics.uci.edu/software_page/42-2/)
colesbury/cffi
A Foreign Function Interface package for calling C libraries from Python.
colesbury/peps
Python Enhancement Proposals
colesbury/python-zstandard
Python bindings to the Zstandard (zstd) compression library (nogil)
colesbury/buildmaster-config
Configuration for buildbot.python.org
colesbury/cibuildwheel
🎡 Build Python wheels for all the platforms on CI with minimal configuration.
colesbury/cython
The most widely used Python to C compiler
colesbury/devguide
The Python developer's guide
colesbury/distutils
distutils as found in cpython
colesbury/django-benchmark
Adapted from pyston/python-macrobenchmarks
colesbury/free-threaded-compatibility
A central repository to keep track of the status of work on and support for free-threaded CPython (see PEP 703), with a focus on the scientific and ML/AI ecosystem
colesbury/nogil-micro-benchmarks
Micro scaling benchmarks for Python
colesbury/packaging
Core utilities for Python packages
colesbury/pip
The Python package installer
colesbury/psutil
Cross-platform lib for process and system monitoring in Python
colesbury/pybind11
Seamless operability between C++11 and Python
colesbury/pyenv
Simple Python version management
colesbury/pyo3
Rust bindings for the Python interpreter
colesbury/python-versions
Python builds for Actions Runner Images
colesbury/pythoncapi-compat
The pythoncapi-compat project can be used to write a C extension supporting a wide range of Python versions with a single code base.
colesbury/setup-python
Set up your GitHub Actions workflow with a specific version of Python
colesbury/setup-python-test
Testing for setup-python changes
colesbury/setuptools
Official project repository for the Setuptools build system
colesbury/viztracer
VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution.
colesbury/wheel
The official binary distribution format for Python