Skip to content
View JeroenPeterBos's full-sized avatar
Block or Report

Block or report JeroenPeterBos

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Run synchronous code inside asynchro... Run synchronous code inside asynchronous context without blocking the event loop
    1
    import asyncio
    2
    from asyncio import AbstractEventLoop
    3
    from concurrent.futures import Executor
    4
    import functools
    5
    from typing import Any, Callable, Coroutine, TypeVar
  2. Makefile - Auto Documentation Magic Makefile - Auto Documentation Magic
    1
    .PHONY: help
    2
    .DEFAULT_GOAL := help
    3
    
                  
    4
    COMMAND_TEXT_WIDTH=17
    5
    help: ## Show this help message
  3. baanreserveren-actor baanreserveren-actor Public

    Python

  4. scikit-learn/scikit-learn scikit-learn/scikit-learn Public

    scikit-learn: machine learning in Python

    Python 58.7k 25.1k

  5. Nixtla/statsforecast Nixtla/statsforecast Public

    Lightning ⚡️ fast forecasting with statistical and econometric models.

    Python 3.7k 254