1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4<title>Boost.Python</title> 5<link rel="stylesheet" href="boostbook.css" type="text/css"> 6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 7<link rel="home" href="index.html" title="Boost.Python"> 8<link rel="next" href="rn.html" title="Chapter 1. Release Notes"> 9</head> 10<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 11<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="" width="" height="" src="images/boost.png"></td></tr></table> 12<hr> 13<div class="spirit-nav"><a accesskey="n" href="rn.html"><img src="images/next.png" alt="Next"></a></div> 14<div class="book"> 15<div class="titlepage"> 16<div> 17<div><h1 class="title"> 18<a name="python"></a>Boost.Python</h1></div> 19<div><div class="authorgroup"> 20<div class="author"><h3 class="author"> 21<span class="firstname">David</span> <span class="surname">Abrahams</span> 22</h3></div> 23<div class="author"><h3 class="author"> 24<span class="firstname">Stefan</span> <span class="surname">Seefeld</span> 25</h3></div> 26</div></div> 27<div><p class="copyright">Copyright © 2002-2015 David 28 Abrahams, Stefan Seefeld</p></div> 29<div><div class="legalnotice"> 30<a name="python.legal"></a><p> 31 Distributed under the Boost Software License, Version 1.0. (See accompanying 32 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 33 </p> 34</div></div> 35</div> 36<hr> 37</div> 38<h3> 39<a name="python.h0"></a> 40 <span class="phrase"><a name="python.synopsis"></a></span><a class="link" href="index.html#python.synopsis">Synopsis</a> 41 </h3> 42<p> 43 Welcome to Boost.Python, a C++ library which enables seamless interoperability 44 between C++ and the Python programming language. The library includes support 45 for: 46 </p> 47<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> 48<li class="listitem"> 49 References and Pointers 50 </li> 51<li class="listitem"> 52 Globally Registered Type Coercions 53 </li> 54<li class="listitem"> 55 Automatic Cross-Module Type Conversions 56 </li> 57<li class="listitem"> 58 Efficient Function Overloading 59 </li> 60<li class="listitem"> 61 C++ to Python Exception Translation 62 </li> 63<li class="listitem"> 64 Default Arguments 65 </li> 66<li class="listitem"> 67 Keyword Arguments 68 </li> 69<li class="listitem"> 70 Manipulating Python objects in C++ 71 </li> 72<li class="listitem"> 73 Exporting C++ Iterators as Python Iterators 74 </li> 75<li class="listitem"> 76 Documentation Strings 77 </li> 78</ul></div> 79<p> 80 The development of these features was funded in part by grants to <code class="computeroutput"><span class="identifier">Boost</span> <span class="identifier">Consulting</span></code> 81 from the <a href="http://www.llnl.gov" target="_top">Lawrence Livermore National Laboratories</a> 82 and by the <a href="http://cci.lbl.gov" target="_top">Computational Crystallography Initiative</a> 83 at Lawrence Berkeley National Laboratories. 84 </p> 85<div class="section"> 86<div class="titlepage"><div><div><h2 class="title" style="clear: both"> 87<a name="python.contents"></a><a class="link" href="index.html#python.contents" title="Contents">Contents</a> 88</h2></div></div></div> 89<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> 90<li class="listitem"> 91 <a class="link" href="rn.html" title="Chapter 1. Release Notes">Release Notes</a> 92 </li> 93<li class="listitem"> 94 <a href="tutorial/index.html" target="_top">Tutorial</a> 95 </li> 96<li class="listitem"> 97 <a class="link" href="building.html" title="Chapter 2. Building and Testing">Building and Testing</a> 98 </li> 99<li class="listitem"> 100 <a href="reference/index.html" target="_top">Reference Manual</a> 101 </li> 102<li class="listitem"> 103 <a class="link" href="configuration.html" title="Chapter 3. Configuration">Configuration Information</a> 104 </li> 105<li class="listitem"> 106 <a class="link" href="glossary.html" title="Chapter 6. Glossary">Glossary</a> 107 </li> 108<li class="listitem"> 109 <a class="link" href="support.html" title="Chapter 4. Support Resources">Support Resources</a> 110 </li> 111<li class="listitem"> 112 <a class="link" href="faq.html" title="Chapter 5. Frequently Asked Questions (FAQs)">Frequently Asked Questions (FAQs)</a> 113 </li> 114<li class="listitem"> 115 <a href="numpy/index.html" target="_top">NumPy Extension Documentation</a> 116 </li> 117</ul></div> 118</div> 119<h3> 120<a name="python.h1"></a> 121 <span class="phrase"><a name="python.articles"></a></span><a class="link" href="index.html#python.articles">Articles</a> 122 </h3> 123<p> 124 <a href="article.html" target="_top">Building Hybrid Systems With Boost Python</a>, 125 by Dave Abrahams and Ralf W. Grosse-Kunstleve 126 </p> 127</div> 128<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 129<td align="left"><p><small>Last revised: August 11, 2020 at 14:59:42 GMT</small></p></td> 130<td align="right"><div class="copyright-footer"></div></td> 131</tr></table> 132<hr> 133<div class="spirit-nav"><a accesskey="n" href="rn.html"><img src="images/next.png" alt="Next"></a></div> 134</body> 135</html> 136