1+
2+
3+ <!DOCTYPE html>
4+ < html class ="writer-html5 " lang ="en ">
5+ < head >
6+ < meta charset ="utf-8 " /> < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7+
8+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
9+ < title > Interfacing with Compiled Code — Python Topics 2.0.0 documentation</ title >
10+ < link rel ="stylesheet " type ="text/css " href ="../_static/pygments.css?v=3ee1c6c6 " />
11+ < link rel ="stylesheet " type ="text/css " href ="../_static/css/theme.css?v=e59714d7 " />
12+
13+
14+ < script src ="../_static/jquery.js?v=5d32c60e "> </ script >
15+ < script src ="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c "> </ script >
16+ < script data-url_root ="../ " id ="documentation_options " src ="../_static/documentation_options.js?v=73cda6fb "> </ script >
17+ < script src ="../_static/doctools.js?v=888ff710 "> </ script >
18+ < script src ="../_static/sphinx_highlight.js?v=4825356b "> </ script >
19+ < script src ="../_static/js/theme.js "> </ script >
20+ < link rel ="index " title ="Index " href ="../genindex.html " />
21+ < link rel ="search " title ="Search " href ="../search.html " />
22+ < link rel ="next " title ="Interfacing C and Python " href ="c_python.html " />
23+ < link rel ="prev " title ="Where to put your custom code? " href ="../where_to_put_your_code.html " />
24+ </ head >
25+
26+ < body class ="wy-body-for-nav ">
27+ < div class ="wy-grid-for-nav ">
28+ < nav data-toggle ="wy-nav-shift " class ="wy-nav-side ">
29+ < div class ="wy-side-scroll ">
30+ < div class ="wy-side-nav-search " >
31+
32+
33+
34+ < a href ="../index.html " class ="icon icon-home ">
35+ Python Topics
36+ </ a >
37+ < div role ="search ">
38+ < form id ="rtd-search-form " class ="wy-form " action ="../search.html " method ="get ">
39+ < input type ="text " name ="q " placeholder ="Search docs " aria-label ="Search docs " />
40+ < input type ="hidden " name ="check_keywords " value ="yes " />
41+ < input type ="hidden " name ="area " value ="default " />
42+ </ form >
43+ </ div >
44+ </ div > < div class ="wy-menu wy-menu-vertical " data-spy ="affix " role ="navigation " aria-label ="Navigation menu ">
45+ < ul class ="current ">
46+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../weak_references.html "> Python Memory Management and Weak References</ a > </ li >
47+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../persistance_serialization.html "> Persistence and Serialization</ a > </ li >
48+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../where_to_put_tests.html "> Where to Put Tests?</ a > </ li >
49+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../where_to_put_your_code.html "> Where to put your custom code?</ a > </ li >
50+ < li class ="toctree-l1 current "> < a class ="current reference internal " href ="# "> Interfacing with Compiled Code</ a > < ul >
51+ < li class ="toctree-l2 "> < a class ="reference internal " href ="#topics "> Topics:</ a > < ul >
52+ < li class ="toctree-l3 "> < a class ="reference internal " href ="c_python.html "> Interfacing C and Python</ a > </ li >
53+ < li class ="toctree-l3 "> < a class ="reference internal " href ="fortran_python.html "> Interfacing Fortran and Python</ a > </ li >
54+ </ ul >
55+ </ li >
56+ </ ul >
57+ </ li >
58+ </ ul >
59+
60+ </ div >
61+ </ div >
62+ </ nav >
63+
64+ < section data-toggle ="wy-nav-shift " class ="wy-nav-content-wrap "> < nav class ="wy-nav-top " aria-label ="Mobile navigation menu " >
65+ < i data-toggle ="wy-nav-top " class ="fa fa-bars "> </ i >
66+ < a href ="../index.html "> Python Topics</ a >
67+ </ nav >
68+
69+ < div class ="wy-nav-content ">
70+ < div class ="rst-content ">
71+ < div role ="navigation " aria-label ="Page navigation ">
72+ < ul class ="wy-breadcrumbs ">
73+ < li > < a href ="../index.html " class ="icon icon-home " aria-label ="Home "> </ a > </ li >
74+ < li class ="breadcrumb-item active "> Interfacing with Compiled Code</ li >
75+ < li class ="wy-breadcrumbs-aside ">
76+ < a href ="../_sources/interfacing_with_c/index.rst.txt " rel ="nofollow "> View page source</ a >
77+ </ li >
78+ </ ul >
79+ < hr />
80+ </ div >
81+ < div role ="main " class ="document " itemscope ="itemscope " itemtype ="http://schema.org/Article ">
82+ < div itemprop ="articleBody ">
83+
84+ < section id ="interfacing-with-compiled-code ">
85+ < h1 > Interfacing with Compiled Code< a class ="headerlink " href ="#interfacing-with-compiled-code " title ="Permalink to this heading "> </ a > </ h1 >
86+ < section id ="topics ">
87+ < h2 > Topics:< a class ="headerlink " href ="#topics " title ="Permalink to this heading "> </ a > </ h2 >
88+ < div class ="toctree-wrapper compound ">
89+ < ul >
90+ < li class ="toctree-l1 "> < a class ="reference internal " href ="c_python.html "> Interfacing C and Python</ a > </ li >
91+ < li class ="toctree-l1 "> < a class ="reference internal " href ="fortran_python.html "> Interfacing Fortran and Python</ a > </ li >
92+ </ ul >
93+ </ div >
94+ </ section >
95+ </ section >
96+
97+
98+ </ div >
99+ </ div >
100+ < footer > < div class ="rst-footer-buttons " role ="navigation " aria-label ="Footer ">
101+ < a href ="../where_to_put_your_code.html " class ="btn btn-neutral float-left " title ="Where to put your custom code? " accesskey ="p " rel ="prev "> < span class ="fa fa-arrow-circle-left " aria-hidden ="true "> </ span > Previous</ a >
102+ < a href ="c_python.html " class ="btn btn-neutral float-right " title ="Interfacing C and Python " accesskey ="n " rel ="next "> Next < span class ="fa fa-arrow-circle-right " aria-hidden ="true "> </ span > </ a >
103+ </ div >
104+
105+ < hr />
106+
107+ < div role ="contentinfo ">
108+ < p > © Copyright 2014-2025, Christopher Barker.</ p >
109+ </ div >
110+
111+ Built with < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > using a
112+ < a href ="https://github.com/readthedocs/sphinx_rtd_theme "> theme</ a >
113+ provided by < a href ="https://readthedocs.org "> Read the Docs</ a > .
114+
115+
116+ </ footer >
117+ </ div >
118+ </ div >
119+ </ section >
120+ </ div >
121+ < script >
122+ jQuery ( function ( ) {
123+ SphinxRtdTheme . Navigation . enable ( true ) ;
124+ } ) ;
125+ </ script >
126+
127+ </ body >
128+ </ html >
0 commit comments