Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Penetration testing](#penetration-testing)
- [Permissions](#permissions)
- [Processes](#processes)
- [Quantum Computing](#quantum-computing)
- [Recommender Systems](#recommender-systems)
- [Refactoring](#refactoring)
- [RESTful API](#restful-api)
Expand Down Expand Up @@ -853,6 +854,13 @@ _Libraries for starting and communicating with OS processes._
- [sarge](https://sarge.readthedocs.io/en/latest/) - Yet another wrapper for subprocess.
- [sh](https://github.com/amoffat/sh) - A full-fledged subprocess replacement for Python.

## Quantum Computing

_Libraries for quantum computing._

- [Qiskit](https://github.com/Qiskit/qiskit) — An IBM-backed quantum SDK for building, simulating, and running circuits on real quantum hardware.
- [QuTiP](http://qutip.org/) - Quantum Toolbox in Python.

## Recommender Systems

_Libraries for building recommender systems._
Expand Down Expand Up @@ -925,7 +933,6 @@ _Libraries for scientific computing. Also see [Python-for-Scientists](https://gi
- [PathSim](https://github.com/pathsim/pathsim) - A block-based system modeling and simulation framework with a browser-based visual editor.
- [PyDy](http://www.pydy.org/) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion.
- [PyMC](https://github.com/pymc-devs/pymc3) - Markov Chain Monte Carlo sampling toolkit.
- [QuTiP](http://qutip.org/) - Quantum Toolbox in Python.
- [RDKit](http://www.rdkit.org/) - Cheminformatics and Machine Learning Software.
- [SciPy](https://www.scipy.org/) - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
- [shapely](https://github.com/shapely/shapely) - Manipulation and analysis of geometric objects in the Cartesian plane.
Expand Down