When the client's management is happy but their dev team is a pain

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammerHumor

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Pytorch

    Tensors and Dynamic neural networks in Python with strong GPU acceleration

  • Here's one file at random from pytorch using type hints. https://github.com/pytorch/pytorch/blob/master/torch/cuda/nccl.py

  • nerfstudio

    A collaboration friendly studio for NeRFs

  • As a lab head working on machine learning, I want to ask what do you think of nerfstudio and its perfectly type hinted code ;)? For example: https://github.com/nerfstudio-project/nerfstudio/blob/main/nerfstudio/models/base_model.py

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • typeshed

    Collection of library stubs for Python, with static types

  • Here's the tensorflow type stubs on typeshed. https://github.com/python/typeshed/tree/main/stubs/tensorflow

  • TorchSharp

    A .NET library that provides access to the library that powers PyTorch.

  • https://github.com/dotnet/TorchSharp here you go.

  • vision_transformer

  • Google's vision transformers are type hinted.

  • beartype

    Unbearably fast near-real-time hybrid runtime-static type-checking in pure Python.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • FastAPI Production Setup Guide 🏁⚡️🚀

    6 projects | dev.to | 18 Oct 2023
  • What's the point of using `Any` in Union, such as `str | Any`

    1 project | /r/learnpython | 17 Aug 2023
  • Visual Selection Range Formatting Support for Python files using black formatter

    2 projects | /r/neovim | 8 Jul 2023
  • Importing python libraries "Cannot find implementation or library stub for module named ..."

    1 project | /r/neovim | 5 Jul 2023
  • Can the null-ls formatter be configured to automatically format only new code, and leave existing code alone?

    3 projects | /r/neovim | 17 Apr 2023