开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
1 Star 0 Fork 0

qpython-android/qpython.org

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
master
分支 (1)
master
master
分支 (1)
master
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
master
分支 (1)
master
qpython.org
/
docs
/
document.html
qpython.org
/
docs
/
document.html
document.html 15.32 KB
一键复制 编辑 原始数据 按行查看 历史
River Yan 提交于 2022年02月02日 16:05 +08:00 . Update document.html
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260
<!DOCTYPE html>
<html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to read the QPython guide! &#8212; 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" />
<link rel="next" title="Getting started" href="en/guide.html" />
<meta charset="UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></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="en/guide.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="en/guide.html#programming-guide">Programming Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="en/guide.html#developer-guide">Developer Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="en/guide.html#contributor-guide">Contributor Guide</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="en/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="#">Guide</a> &raquo;</li>
<li>Welcome to read the QPython guide!</li>
</ul>
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<img alt="images/bestpython.png" src="images/bestpython.png" />
<div class="section" id="welcome-to-read-the-qpython-guide">
<h1>Welcome to read the QPython guide!<a class="headerlink" href="#welcome-to-read-the-qpython-guide" title="Permalink to this headline"></a></h1>
<p>QPython is a script engine that runs Python on android devices. It lets your android device run Python scripts and projects. It contains the Python interpreter, console, editor, and the SL4A Library for Android. It’s Python on Android!</p>
<p>QPython has several millions users in the world already, it’s a great project for programming users, welcome to join us for contributing to this project NOW.</p>
<div class="section" id="what-s-new">
<h2>What’s NEW<a class="headerlink" href="#what-s-new" title="Permalink to this headline"></a></h2>
<p>QPython project include the <a class="reference external" href="https://play.google.com/store/apps/details?id=org.qpython.qpy">QPython</a> and <a class="reference external" href="https://play.google.com/store/apps/details?id=org.qpython.qpy3">QPython3</a> applications.</p>
<p>QPython application is using the <strong>Python 2.7.2</strong> , and QPython application is using the <strong>Python 3.2.2</strong> .</p>
<p>QPython’s newest version is 1.3.2 (Released on 2017年5月12日) , QPython3’s newest version is 1.0.2 (Released on 2017年3月29日), New versions include many amazing features, please upgrade to the newest version as soon from google play, amazon appstore etc.</p>
</div>
<div class="section" id="thanks-these-guys-who-are-contributing">
<h2>Thanks these guys who are contributing<a class="headerlink" href="#thanks-these-guys-who-are-contributing" title="Permalink to this headline"></a></h2>
<p>They are pushing on the QPython project moving forward.</p>
<a class="reference external image-reference" href="https://github.com/riverfor"><img alt="River is the project's organizer and the current online QPython's author." src="https://avatars0.githubusercontent.com/u/3059527?v=3&amp;s=60" /></a>
<a class="reference external image-reference" href="https://github.com/pollyfat"><img alt="Mae is a beautiful and talented girl developer who is good at python &amp; android programming." src="https://avatars0.githubusercontent.com/u/10812534?v=3&amp;s=60" /></a>
<a class="reference external image-reference" href="https://github.com/ZoomQuiet"><img alt="Zoom.Quiet is a knowledgeable guy who is famous in many opensource communities." src="https://avatars0.githubusercontent.com/u/22494?v=3&amp;s=60" /></a>
<a class="reference external image-reference" href="https://github.com/mathiasluo"><img alt="MathiasLuo is a android geek developer" src="https://avatars3.githubusercontent.com/u/10219741?v=3&amp;s=60" /></a>
<a class="reference external image-reference" href="https://github.com/liyuanrui"><img alt="liyuanrui is a Chinese geek" src="https://avatars2.githubusercontent.com/u/25975283?v=3&amp;s=60" /></a>
<a class="reference external image-reference" href="https://github.com/kylelk"><img alt="Kyle kersey is a US geek" src="https://avatars3.githubusercontent.com/u/5159173?v=3&amp;s=60" /></a>
<p>Do you want to join the great QPython team ? You could <a class="reference external" href="https://twitter.com/qpython">Ask qustions on twitter</a> or <a class="reference external" href="mailto:support&#37;&#52;&#48;qpython&#46;org">email us</a>.
And you could <a class="reference external" href="https://github.com/qpython-android/qpython">fork us on github</a> and send pull request.</p>
</div>
<div class="section" id="qpython-communities">
<h2>QPython Communities<a class="headerlink" href="#qpython-communities" title="Permalink to this headline"></a></h2>
<p><strong>There are many active QPython communities where you could meet the QPython users like you</strong></p>
<ul class="simple">
<li><a class="reference external" href="https://www.facebook.com/groups/qpython">Join Facebook community</a></li>
<li><a class="reference external" href="https://groups.google.com/forum/#!forum/qpython">Join Google group</a></li>
<li><a class="reference external" href="https://gitter.com/qpython-android/qpython">Join Gitter chat</a></li>
<li><a class="reference external" href="https://plus.google.com/communities/111759148772865961493">Join G+ community(For QPython testers)</a></li>
<li><a class="reference external" href="http://stackoverflow.com/questions/tagged/qpython">QPython on Stackoverflow</a></li>
</ul>
<p><strong>And you could talk to us through social network</strong></p>
<ul class="simple">
<li><a class="reference external" href="https://www.facebook.com/QPython">Like us on facebook</a></li>
<li><a class="reference external" href="https://twitter.com/qpython">Follow us on twitter</a></li>
<li><a class="reference external" href="https://github.com/qpython-android/qpython/issues">Report issue</a></li>
<li><a class="reference external" href="mailto:support&#37;&#52;&#48;qpython&#46;org">Email us</a></li>
</ul>
<p><strong>It’s the official QPython Users &amp; Contributors’ Guide, please follow these steps for using and contributing.</strong></p>
</div>
<div class="section" id="support">
<h2>Support<a class="headerlink" href="#support" title="Permalink to this headline"></a></h2>
<p>We are happy to hear feedback from you, but sometimes some bugs or features demand may not be implemented soon for we lack resources.</p>
<p>So if you have any issue need the core developer team to solve with higher priority, you could try the <a class="reference external" href="https://www.bountysource.com/">bountysource service</a>.</p>
</div>
<div class="section" id="now-let-s-go">
<h2>Now, let’s GO<a class="headerlink" href="#now-let-s-go" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="en/guide.html">Getting started</a><ul>
<li class="toctree-l2"><a class="reference internal" href="en/guide_howtostart.html">QPython: How To Start</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_helloworld.html">Writing "Hello World"</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="en/guide.html#programming-guide">Programming Guide</a><ul>
<li class="toctree-l2"><a class="reference internal" href="en/guide_program.html">QPython’s main features</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_ide.html">Use the best way for developing</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_libraries.html">QPython built-in Libraries</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_libraries.html#python-3rd-libraries">Python 3rd Libraries</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_libraries.html#androidhelper-apis">Androidhelper APIs</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_extend.html">QPython Open API</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_extend.html#qpython-online-service">QPython Online Service</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="en/guide.html#developer-guide">Developer Guide</a><ul>
<li class="toctree-l2"><a class="reference internal" href="en/guide_developers.html">Android</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_developers.html#qsl4a">QSL4A</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_developers.html#qpython-core">QPython Core</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_developers.html#pip-and-libraries">Pip and libraries</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_developers.html#quick-tools">Quick tools</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_developers.html#qpy-io-enterprise-service">QPY.IO (Enterprise service)</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="en/guide.html#contributor-guide">Contributor Guide</a><ul>
<li class="toctree-l2"><a class="reference internal" href="en/guide_contributors.html">Welcome contribute</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_contributors.html#how-to-help-with-test">How to help with test</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_contributors.html#how-to-contribute-documentation">How to contribute documentation</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_contributors.html#how-to-translate">How to translate</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_contributors.html#how-to-launch-a-local-qpython-users-community">How to launch a local QPython users community</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_contributors.html#how-to-became-the-developer-member">How to became the developer member</a></li>
<li class="toctree-l2"><a class="reference internal" href="en/guide_contributors.html#how-to-sponsor-qpython-project">How to sponsor QPython project</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="section" id="others">
<h2>Others<a class="headerlink" href="#others" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="en/faq.html">FAQ</a></li>
</ul>
</div>
</div>
<div class="section" id="for-chinese-users">
<h2>For Chinese users<a class="headerlink" href="#for-chinese-users" title="Permalink to this headline"></a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="zhindex.html">中文用户向导</a><ul>
<li class="toctree-l2"><a class="reference internal" href="zhindex.html#id2">欢迎 !</a></li>
<li class="toctree-l2"><a class="reference internal" href="zhindex.html#qpython">QPython 起步</a></li>
<li class="toctree-l2"><a class="reference internal" href="zhindex.html#id3">更多链接</a></li>
<li class="toctree-l2"><a class="reference internal" href="zhindex.html#id9">QPython 用户开发组</a></li>
<li class="toctree-l2"><a class="reference internal" href="zhindex.html#id11">如何贡献</a></li>
</ul>
</li>
</ul>
</div>
</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">
&#169; 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>
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

QPython contributor & sugguestion & question homepage
暂无标签
Apache-2.0
使用 Apache-2.0 开源许可协议
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/qpython-android/qpython.org.git
git@gitee.com:qpython-android/qpython.org.git
qpython-android
qpython.org
qpython.org
master
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /