multipledispatch
MonkeyType
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
multipledispatch | MonkeyType | |
---|---|---|
4 | 8 | |
771 | 4,424 | |
- | 0.8% | |
0.0 | 0.0 | |
5 months ago | 10 days ago | |
Python | Python | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
multipledispatch
- If you had to pick a library from another language (Rust, JS, etc.) that isn’t currently available in Python and have it instantly converted into Python for you to use, what would it be?
- Is there any language that is as similar as possible to Python in syntax, readability, and features, but is statically typed?
MonkeyType
-
A Tale of Two Kitchens - Hypermodernizing Your Python Code Base
To alleviate the burden of manual annotation, MonkeyType offers a clever solution. It dynamically observes the types entering and leaving functions during code execution. Based on this observation, it generates a preliminary draft of type annotations. This significantly reduces the effort needed to add type hints to legacy code.
-
Programming Breakthroughs We Need
https://github.com/instagram/MonkeyType can perform the call logging, and can export a static typing file which is used by mypy, but also e.g. PyCharm. It doesn't expose such fine grained types, but you could build that based on the logged data.
- Is there any language that is as similar as possible to Python in syntax, readability, and features, but is statically typed?
-
Typehole – Create TypeScript interfaces from JS runtime values automatically
Not sure if you're joking but there is something similar for python developed by a rather well known company https://github.com/Instagram/MonkeyType
- Cinder: Instagram's performance oriented fork of CPython
What are some alternatives?
PythonBuddy - 1st Online Python Editor With Live Syntax Checking and Execution
unimport - :rocket: The ultimate linter and formatter for removing unused import statements in your code.
plum - Multiple dispatch in Python
Cinder - Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
typehole - TypeScript development tool for Visual Studio Code that helps you automate creating the initial static typing for runtime values
cinder - Cinder is Meta's internal performance-oriented production version of CPython.
Pyjion
Pyston - A faster and highly-compatible implementation of the Python programming language.
Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
Poetry - Python packaging and dependency management made easy
darker - Apply black reformatting to Python files only in regions changed since a given commit. For a practical usage example, see the blog post at https://dev.to/akaihola/improving-python-code-incrementally-3f7a