control
Python Control Systems Library
What it is and what it does
The Python Control Systems Library provides a comprehensive toolkit for modeling, analyzing, and designing linear feedback control systems. It handles both state-space and frequency-domain representations, supports interconnections like series, parallel, and feedback configurations, and offers classical and modern control design methods including eigenvalue placement, linear quadratic regulators, and Kalman filtering.
The package is built on numpy, scipy, and matplotlib, making it suitable for interactive analysis in Jupyter notebooks, Google Colab, and production scripts. Core functionality works without optional dependencies, though the optional slycot wrapper extends capabilities for advanced control design tasks. It is actively maintained and widely used in academic and industrial control engineering.
Use it for:
- Analyze stability and frequency response of linear systems using Bode, Nyquist, and Nichols plots
- Design state-feedback controllers via eigenvalue placement or linear quadratic regulator methods
- Simulate time-domain responses (step, impulse, initial condition) for system validation
- Assess system properties like reachability, observability, and stability margins
- Prototype and tune PID controllers using root locus and interactive design tools
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Implements core operations for analyzing and designing feedback control systems, including state-space and frequency-domain representations, time and frequency response analysis, and control design methods.
Yes. The package is actively maintained, has no known vulnerabilities, installs with low friction, and is permissively licensed. It is the standard Python library for control systems work in academia and industry. Install it if you need to analyze or design linear feedback control systems.
Install
control on PyPI
pip
pip install controluv
uv add controlpoetry
poetry add controlInstalling control
Before you install
Low friction installation with a pure Python wheel. Actively maintained with recent releases; last commit 2026-08-14. Requires numpy, scipy, and matplotlib as runtime dependencies. Optional slycot dependency adds FORTRAN-based functionality but is not required for core features.
License in practice
Released under BSD-3-Clause (permissive). No restrictions on commercial use, modification, or redistribution provided the license text accompanies the code.
Quickstart
pip install control
import control as ct
sys = ct.TransferFunction([2], [2, 2])
ct.step_response(sys)
Requires Python 3.10 or later. Optional slycot dependency requires a C and Fortran compiler if installed via pip.
Verify before relying
- Whether slycot binaries are available for your platform via conda-forge or pip
- Performance characteristics for large-scale systems or real-time applications
Package facts
| License | BSD-3-Clause (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — numpy, scipy, matplotlib |
| Maintenance | actively maintained — 405 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 282,815/month — #8,084 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: control-0.10.2-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
nfoursidImplements the N4SID algorithm for subspace…
permissive · top 15,000 on PyPI
filterpyFilterPy provides Kalman filters, Extended…
permissive · top 5,000 on PyPI
pykalmanpykalman provides Kalman filtering, smoothing,…
permissive · top 15,000 on PyPI
gekkoGEKKO is a Python package for optimization and…
permissive · top 15,000 on PyPI
loop-rate-limitersProvides synchronous and asynchronous rate…
permissive · top 15,000 on PyPI
scikit-fuzzyscikit-fuzzy provides fuzzy logic algorithms…
unclear · top 15,000 on PyPI
cvxoptcvxopt is a Python library for solving convex…
unclear · top 5,000 on PyPI
pyomoPyomo is a Python framework for formulating and…
permissive · top 5,000 on PyPI
yellowbrickYellowbrick provides scikit-learn-integrated…
permissive · top 15,000 on PyPI