Pybind: Difference between revisions
From EverybodyWiki Bios & Wiki
Moved page from wikipedia:en:Draft:Pybind ([[Edithistory:|history]]) |
m remove duplicates internal links |
||
| Line 11: | Line 11: | ||
}} | }} | ||
[[pybind]] is an interface-generating | [[pybind]] is an interface-generating C++ [[Library (computing)|library]] to allow for interoperability between C++ and [[Python (programming language)|Python]]. It is based on the previously existing [[Boost.Python]].<ref name="docs">{{cite web |last1=Jakob |first1=Wenzel |title=pybind11 documentation |url=https://pybind11.readthedocs.io/en/stable/index.html |website=readthedocs.io |access-date=13 June 2025}}</ref> Development started in 2015 and as of June, 2025 the latest release was version 2.13.6 on 13 September 2024. | ||
== See also == | == See also == | ||
Latest revision as of 12:03, 20 August 2026
| Original author(s) | Wenzel Jakob |
|---|---|
| Initial release | October 15, 2015[1] |
| Stable release | 2.13.6
/ September 13, 2024 |
| Written in | C++ |
| Engine | |
| Website | github |
Search Pybind on Amazon.
pybind is an interface-generating C++ library to allow for interoperability between C++ and Python. It is based on the previously existing Boost.Python.[2] Development started in 2015 and as of June, 2025 the latest release was version 2.13.6 on 13 September 2024.
See also
References
- ↑ "Changelog".
- ↑ Jakob, Wenzel. "pybind11 documentation". readthedocs.io. Retrieved 13 June 2025.
External links
| This programming-tool-related article is a stub. You can help EverybodyWiki by expanding it. |
This article "Pybind" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Pybind. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
