pampy
Matcher
A pattern-matching library for Python that simplifies code and improves readability
Pampy: The Pattern Matching for Python you always dreamed of.
4k stars
63 watching
125 forks
Language: Python
last commit: over 2 years ago functionallisp-interpreterpattern-matchingpythonpython3
Related projects:
Repository | Description | Stars |
---|---|---|
clips/pattern | A comprehensive Python module for web mining and analysis of text data. | 8,750 |
norvig/pytudes | A collection of Python programs designed to help perfect programming skills through practice and demonstration. | 23,140 |
keon/algorithms | A collection of Python implementations of various algorithms and data structures. | 24,076 |
admk/patmat | Provides a functional-style recursive pattern matching framework for Python | 29 |
numpy/numpy | Provides support for large, multi-dimensional arrays and matrices, along with functions to manipulate them, as well as tools for integration with C/C++ code. | 28,087 |
kachayev/fn.py | Provides a set of functional programming primitives and tools to improve code organization and debugging in Python | 3,351 |
ml-tooling/opyrator | Automates conversion of machine learning code into production-ready microservices with web API and GUI. | 3,102 |
grantjenks/python-pattern-matching | A Python module implementing native pattern matching with functional language semantics | 162 |
spotify/chartify | A Python library for creating charts with a consistent input data format and intuitive API | 3,535 |
jvns/pandas-cookbook | A comprehensive guide to getting started with Python's pandas library using real-world data examples | 6,664 |
faif/python-patterns | A collection of reusable design solutions in Python for efficient and flexible software development | 40,499 |
pydantic/pydantic | A Python library for validating data using type hints and JSON Schema. | 21,145 |
prakhar1989/algorithms | An implementation of various algorithms and data structures in Python. | 3,053 |
facebook/pyre-check | Type-checking software for Python code | 6,859 |
satwikkansal/wtfpython | Explains counter-intuitive aspects of Python programming | 35,778 |