-
-
Notifications
You must be signed in to change notification settings - Fork 206
Expand file tree
/
Copy pathindex.html
More file actions
241 lines (237 loc) · 15 KB
/
index.html
File metadata and controls
241 lines (237 loc) · 15 KB
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
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to read the QPython guide! — QPython 0.9 documentation</title>
<link rel="stylesheet" href="static/css/theme.css" type="text/css" />
<link rel="top" title="QPython 0.9 documentation" href="#"/>
<link rel="next" title="QPython Getting started" href="en/guide.html"/>
<script src="static/js/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="#" class="icon icon-home"> QPython
</a>
<div class="version">
0.9
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul>
<li class="toctree-l1"><a class="reference internal" href="en/guide.html">QPython 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#qpython-developers-guide">QPython Developers’ Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="en/guide.html#community-contributors-guide">Community Contributors’ Guide</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="en/faq.html">What packages QPython doesn’t support NOW ?</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="zhindex.html">中文用户向导</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="#">QPython</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="#">Docs</a> »</li>
<li>Welcome to read the QPython guide!</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/index.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<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.0 (Released on 2017/3/20) , 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&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 & android programming." src="https://avatars0.githubusercontent.com/u/10812534?v=3&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&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&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&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&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%40qpython.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%40qpython.org">Email us</a></li>
</ul>
<p><strong>It’s the official QPython Users & 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">QPython 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#qpython-developers-guide">QPython Developers’ 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#community-contributors-guide">Community Contributors’ 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="faq">
<h2>FAQ<a class="headerlink" href="#faq" 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">What packages QPython doesn’t support NOW ?</a><ul>
<li class="toctree-l2"><a class="reference internal" href="en/faq.html#pygame">pygame</a></li>
</ul>
</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 class="articleComments">
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="en/guide.html" class="btn btn-neutral float-right" title="QPython Getting started" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
</div>
<hr/>
<script>(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'));</script>
<div class="fb-comments" data-href="http://qpython.org/index.html" data-numposts="10"></div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36070037-1', 'auto');
ga('send', 'pageview');
</script>
<hr/><div role="contentinfo">
<p>
© Copyright 2017, River.
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.9',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: ''
};
</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>
<script type="text/javascript" src="static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html>