|
162 | 162 | <h1>Welcome to read the QPython guide!<a class="headerlink" href="#welcome-to-read-the-qpython-guide" title="Permalink to this headline">¶</a></h1> |
163 | 163 | <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> |
164 | 164 | <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> |
| 165 | +<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> |
| 166 | +<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> |
165 | 167 | <div class="section" id="what-s-new"> |
166 | 168 | <h2>What’s NEW<a class="headerlink" href="#what-s-new" title="Permalink to this headline">¶</a></h2> |
167 | 169 | <p>QPython project include the QPython(Python 2) and QPython3(Python 3) applications.</p> |
@@ -261,12 +263,23 @@ <h2>For Chinese users<a class="headerlink" href="#for-chinese-users" title="Perm |
261 | 263 | <script>(function(d, s, id) { |
262 | 264 | var js, fjs = d.getElementsByTagName(s)[0]; |
263 | 265 | if (d.getElementById(id)) return; |
264 | | - js = d.createElement(s); js.id = id; |
| 266 | + js = d.createElement(s); js.id = id; |
265 | 267 | js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8&appId=1680815145503311"; |
266 | 268 | fjs.parentNode.insertBefore(js, fjs); |
267 | 269 | }(document, 'script', 'facebook-jssdk'));</script> |
268 | 270 |
|
269 | 271 | <div class="fb-comments" data-href="http://qpython.org" data-numposts="10"></div> |
| 272 | + |
| 273 | +<script> |
| 274 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 275 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 276 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 277 | + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
| 278 | + |
| 279 | + ga('create', 'UA-36070037-1', 'auto'); |
| 280 | + ga('send', 'pageview'); |
| 281 | + |
| 282 | +</script> |
270 | 283 | <hr/> |
271 | 284 |
|
272 | 285 | <div role="contentinfo"> |
|
0 commit comments