<!DOCTYPE html><html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>QPYPI — QPython 0.9 documentation</title><link rel="stylesheet" href="../static/qpython_theme.css" type="text/css" /><link rel="stylesheet" href="../static/pygments.css" type="text/css" /><script type="text/javascript">var DOCUMENTATION_OPTIONS = {URL_ROOT: '../',VERSION: '0.9',COLLAPSE_INDEX: false,FILE_SUFFIX: '.html',HAS_SOURCE: true,SOURCELINK_SUFFIX: '.txt'};</script><script type="text/javascript" src="../static/jquery.js"></script><script type="text/javascript" src="../static/underscore.js"></script><script type="text/javascript" src="../static/doctools.js"></script><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><meta charset="UTF-8"><link href="//cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"><script src="//cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no"></head><body><div class="header doc-header"><div class="col-lg-offset-2 col-lg-8 col-md-offset-2 col-md-8 col-sm-offset-2 col-sm-8 index-header"><div class="navbar-header"><button type="button" class="navbar-toggle" data-toggle="collapse"data-target="#example-navbar-collapse"><span class="sr-only">切换导航</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a href="/index.html" class="logo"><img src="../static/img_logo.png"></a></div><ul class="header-title hidden-xs"><li class="header-phone-selected"><a href="/index.html">Home</a></li><li><a href="/document.html" class="header-selected">Guide</a><span class="header-title-selected"></span></li><li><a href="//edu.qpython.org/">Course</a></li><li><a href="//www.aipy.org">AIPY</a></li><li><a target="_blank" href="//github.com/qpython-android/qpython">Github</a></li></ul><div class="search-box hidden-xs"><form action="../search.html"><input type="search" name="q" placeholder="keyword"><input type="hidden" name="check_keywords" value="yes" /><input type="hidden" name="area" value="default" /><button><img src="../static/ic_search.png"></button></form></div></div></div><div class="row doc-content"><div class="content-main col-sm-offset-2 col-sm-8"><div class="content-wrapper col-sm-4"><div class="left-menu"><div class="doc-title hidden-xs">QPython</div><div class="sidebar collapse navbar-collapse" id="example-navbar-collapse"><ul><li class="toctree-l1"><a class="reference internal" href="guide.html">Getting started</a></li><li class="toctree-l1"><a class="reference internal" href="guide.html#programming-guide">Programming Guide</a></li><li class="toctree-l1"><a class="reference internal" href="guide.html#developer-guide">Developer Guide</a></li><li class="toctree-l1"><a class="reference internal" href="guide.html#contributor-guide">Contributor Guide</a></li></ul><ul><li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li></ul><ul><li class="toctree-l1"><a class="reference internal" href="../zhindex.html">中文用户向导</a></li></ul><div class="search-phone visible-xs"><form action="../search.html"><input type="search" name="q" placeholder="keyword"><input type="hidden" name="check_keywords" value="yes" /><input type="hidden" name="area" value="default" /><button><img src="../static/ic_search.png"></button></form></div></div></div></div><div class="content col-sm-8"><div class="document"><ul class="crumbs"><li><a href="../document.html">Guide</a> »</li><li>QPYPI</li></ul><div class="documentwrapper"><div class="bodywrapper"><div class="body" role="main"><div class="section" id="qpypi"><h1>QPYPI<a class="headerlink" href="#qpypi" title="Permalink to this headline">¶</a></h1><p>You can extend your QPython capabilities by installing packages.Because of different computer architectures, we cannot guarantee that QPYPI includes all packages in PYPI.If you want us to support a package that is not currently supported, you can raise an issue in the QPYPI project</p><div class="section" id="qpysla-package"><h2>QPySLA Package<a class="headerlink" href="#qpysla-package" title="Permalink to this headline">¶</a></h2><div class="section" id="qsl4ahelper"><h3>qsl4ahelper<a class="headerlink" href="#qsl4ahelper" title="Permalink to this headline">¶</a></h3><p>It extends qpysl4a’s APIs. Now the below project depends on it.<a class="reference external" href="https://github.com/qpython-android/qpy-calcount">https://github.com/qpython-android/qpy-calcount</a></p></div></div><div class="section" id="aipy-packages"><h2>AIPY Packages<a class="headerlink" href="#aipy-packages" title="Permalink to this headline">¶</a></h2><p>AIPY is a high-level AI learning app, based on related libraries like Numpy, Scipy, theano, keras, etc.... It was developed with a focus on helping you learn and practise AI programming well and fast.</p><div class="section" id="numpy"><h3>Numpy<a class="headerlink" href="#numpy" title="Permalink to this headline">¶</a></h3><p>NumPy is the fundamental package needed for scientific computing with Python. This package contains:</p><div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">a</span> <span class="n">powerful</span> <span class="n">N</span><span class="o">-</span><span class="n">dimensional</span> <span class="n">array</span> <span class="nb">object</span><span class="n">sophisticated</span> <span class="p">(</span><span class="n">broadcasting</span><span class="p">)</span> <span class="n">functions</span><span class="n">basic</span> <span class="n">linear</span> <span class="n">algebra</span> <span class="n">functions</span><span class="n">basic</span> <span class="n">Fourier</span> <span class="n">transforms</span><span class="n">sophisticated</span> <span class="n">random</span> <span class="n">number</span> <span class="n">capabilities</span><span class="n">tools</span> <span class="k">for</span> <span class="n">integrating</span> <span class="n">Fortran</span> <span class="n">code</span><span class="n">tools</span> <span class="k">for</span> <span class="n">integrating</span> <span class="n">C</span><span class="o">/</span><span class="n">C</span><span class="o">++</span> <span class="n">code</span></pre></div></div></div><div class="section" id="scipy"><h3>Scipy<a class="headerlink" href="#scipy" title="Permalink to this headline">¶</a></h3><p>SciPy refers to several related but distinct entities:</p><div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">The</span> <span class="n">SciPy</span> <span class="n">ecosystem</span><span class="p">,</span> <span class="n">a</span> <span class="n">collection</span> <span class="n">of</span> <span class="nb">open</span> <span class="n">source</span> <span class="n">software</span> <span class="k">for</span> <span class="n">scientific</span> <span class="n">computing</span> <span class="ow">in</span> <span class="n">Python</span><span class="o">.</span><span class="n">The</span> <span class="n">community</span> <span class="n">of</span> <span class="n">people</span> <span class="n">who</span> <span class="n">use</span> <span class="ow">and</span> <span class="n">develop</span> <span class="n">this</span> <span class="n">stack</span><span class="o">.</span><span class="n">Several</span> <span class="n">conferences</span> <span class="n">dedicated</span> <span class="n">to</span> <span class="n">scientific</span> <span class="n">computing</span> <span class="ow">in</span> <span class="n">Python</span> <span class="o">-</span> <span class="n">SciPy</span><span class="p">,</span> <span class="n">EuroSciPy</span> <span class="ow">and</span> <span class="n">SciPy</span><span class="o">.</span><span class="ow">in</span><span class="o">.</span><span class="n">The</span> <span class="n">SciPy</span> <span class="n">library</span><span class="p">,</span> <span class="n">one</span> <span class="n">component</span> <span class="n">of</span> <span class="n">the</span> <span class="n">SciPy</span> <span class="n">stack</span><span class="p">,</span> <span class="n">providing</span> <span class="n">many</span> <span class="n">numerical</span> <span class="n">routines</span><span class="o">.</span></pre></div></div></div></div><div class="section" id="other"><h2>Other<a class="headerlink" href="#other" title="Permalink to this headline">¶</a></h2></div></div></div></div></div></div><div class="fb-comments" data-href="http://qpython.org" data-numposts="10"></div></div></div><div class="col-sm-2"></div></div><footer id="footer"><div class="col-sm-offset-2 col-sm-6 footer-div1"><div class="footer-block-item"><span class="footer-item1">Built with Sphinx using a theme provid by QPython.</span><span class="footer-item2 visible-xs">© Copyright 2017, QPython.</span></div></div><div class="col-sm-2 footer-div2"><a href="/index.html" class="pull-right"><img src="../static/img_logo.png"></a></div></footer><script type="text/javascript">$('.fb-comments').attr('data-href', (window.location.href.split('#')[0]).split('?')[0])(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8&appId=1680815145503311";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));$(function(){if ($('#footer')[0].offsetTop < $(window).height()){$('#footer').addClass('to-bottom')}})</script></body></html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。