
NumPy
Pandas
Scikit-learn
OpenCV
Dataiku
Exploratory
htm.java
Figure Eight
pre-commit by Yelp
EditorConfig
Python Poetry
mypy
Semgrep
flake8
Gitleaks
GitHub Actions
No pre-commit by Yelp videos yet. You could help us improve this page by suggesting one.
pre-commit by Yelp might be a bit more popular than NumPy. We know about 174 links to it since March 2021 and only 122 links to NumPy. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Unmatched integration with ML/AI ecosystems through NumPy, TensorFlow, and PyTorch. - Source: dev.to / 11 months ago
The book introduces the core libraries essential for working with data in Python: particularly IPython, NumPy, Pandas, Matplotlib, Scikit-Learn, and related packages Familiarity with Python as a language is assumed; if you need a quick introduction to the language itself, see the free companion project, A…. - Source: dev.to / 12 months ago
AI starts with math and coding. You don’t need a PhD—just high school math like algebra and some geometry. Linear algebra (think matrices) and calculus (like slopes) help understand how AI models work. Python is the main language for AI, thanks to tools like TensorFlow and NumPy. If you know JavaScript from Vue.js, Python’s syntax is straightforward. - Source: dev.to / about 1 year ago
The AI Service will be built using aiohttp (asynchronous Python web server) and integrates PyTorch, Hugging Face Transformers, numpy, pandas, and scikit-learn for financial data analysis. - Source: dev.to / over 1 year ago
This library provides functions for working in domain of linear algebra, fourier transform, matrices and arrays. - Source: dev.to / almost 2 years ago
Using the pre-commit framework? It's a four-line entry — no hook scripting. - Source: dev.to / 24 days ago
.git/hooks isn't version-controlled, so a raw hook only protects your machine. To enforce it for everyone, use the pre-commit framework and commit the config:. - Source: dev.to / about 2 months ago
Execution and harnessed, productized enforcement for builds. This corner is real and mature: Husky, Lefthook, pre-commit, Trunk, GitHub branch protection, on top of the underlying primitives (git, Claude Code hooks, CI). These don't hope your code is clean. They refuse the commit, fail the build, block the merge until it is. Enforcement isn't exotic. It's a solved, shipping product category. - Source: dev.to / about 2 months ago
Representative tools: Gitleaks and TruffleHog are the open-source workhorses. Run both through the pre-commit framework so secrets get caught before they ever hit the remote. - Source: dev.to / 3 months ago
Flexible: It works seamlessly with both pre-commit and prek. - Source: dev.to / 2 months ago
Pandas - Pandas is an open source library providing high-performance, easy-to-use data structures and data analysis tools for the Python.
EditorConfig - EditorConfig is a file format and collection of text editor plugins for maintaining consistent coding styles between different editors and IDEs.
Scikit-learn - scikit-learn (formerly scikits.learn) is an open source machine learning library for the Python programming language.
Python Poetry - Python packaging and dependency manager.
OpenCV - OpenCV is the world's biggest computer vision library
mypy - Mypy is an experimental optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing.