OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="what-a-difference-python-makes-codelab"> | 3 <section id="what-a-difference-python-makes-codelab"> |
4 <span id="cds2014-python"></span><h1 id="what-a-difference-python-makes-codelab"
><span id="cds2014-python"></span>What a difference Python Makes - Codelab</h1> | 4 <span id="cds2014-python"></span><h1 id="what-a-difference-python-makes-codelab"
><span id="cds2014-python"></span>What a Difference Python Makes - Codelab</h1> |
5 <h2 id="introduction">Introduction</h2> | 5 <h2 id="introduction">Introduction</h2> |
6 <p>Learn how you can use client-side Python on your webpage. | 6 <p>Learn how you can use client-side Python on your webpage. |
7 Use the python <a href="https://docs.python.org/2/library/difflib.html" | 7 Use the python <a href="https://docs.python.org/2/library/difflib.html" |
8 target="_blank">difflib</a> module to generate attractive online | 8 target="_blank">difflib</a> module to generate attractive online |
9 textual diffs. | 9 textual diffs. |
10 Develop inside Google Chrome, using a hot off the presses version | 10 Develop inside Google Chrome, using a hot off the presses version |
11 of our NaCl Dev Environment, running on a webpage, | 11 of our NaCl Dev Environment, running on a webpage, |
12 powered by Portable Native Client. | 12 powered by Portable Native Client. |
13 The techniques in this codelab also apply to other interpreted languages | 13 The techniques in this codelab also apply to other interpreted languages |
14 we’ve ported to PNaCl, including: Python, Lua, Ruby, Tcl, Bash, and Forth.
</p> | 14 we’ve ported to PNaCl, including: Python, Lua, Ruby, Tcl, Bash, and Forth.
</p> |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 <p>The Web-based version of the Chrome Dev Environment installs | 233 <p>The Web-based version of the Chrome Dev Environment installs |
234 package data (>800MB) into the HTML5 Filesystem storage associated | 234 package data (>800MB) into the HTML5 Filesystem storage associated |
235 with naclports.storage.googleapis.com . | 235 with naclports.storage.googleapis.com . |
236 To recover this storage (i.e. uninstall), | 236 To recover this storage (i.e. uninstall), |
237 enter <strong>chrome://settings/cookies</strong> in the Chrome URL bar. | 237 enter <strong>chrome://settings/cookies</strong> in the Chrome URL bar. |
238 In the cookies UI, search for “naclports”. | 238 In the cookies UI, search for “naclports”. |
239 Then click the “x” next to the naclports entry.</p> | 239 Then click the “x” next to the naclports entry.</p> |
240 </section> | 240 </section> |
241 | 241 |
242 {{/partials.standard_nacl_article}} | 242 {{/partials.standard_nacl_article}} |
OLD | NEW |