<li><strong>All <codeclass="python hljs"><spanclass="hljs-string">'cdef'</span></code> definitions are optional, but they contribute to the speed-up.</strong></li>
<li><strong>All <codeclass="python hljs"><spanclass="hljs-string">'cdef'</span></code> definitions are optional, but they contribute to the speed-up.</strong></li>
<li><strong>Script needs to be saved with a <codeclass="python hljs"><spanclass="hljs-string">'pyx'</span></code> extension.</strong></li>
<li><strong>Script needs to be saved with a <codeclass="python hljs"><spanclass="hljs-string">'pyx'</span></code> extension.</strong></li>
<div><h3id="virtualenvironments">Virtual Environments</h3><p><strong>System for installing libraries directly into project's directory.</strong></p><pre><codeclass="bash language-bash hljs">$ python3 -m venv NAME <spanclass="hljs-comment"># Creates virtual environment in current directory.</span>
<div><h3id="virtualenvironments">Virtual Environments</h3><p><strong>System for installing libraries directly into project's directory.</strong></p><pre><codeclass="bash language-bash hljs">$ python3 -m venv NAME <spanclass="hljs-comment"># Creates virtual environment in current directory.</span>
@ -2924,7 +2924,7 @@ $ deactivate <span class="hljs-comment"># Deactivates the active