| OLD | NEW |
| 1 .. _cds2014_python: | 1 .. _cds2014_python: |
| 2 | 2 |
| 3 ######################################## | 3 ######################################## |
| 4 What a Difference Python Makes - Codelab | 4 What a Difference Python Makes - Codelab |
| 5 ######################################## | 5 ######################################## |
| 6 | 6 |
| 7 Introduction | 7 Introduction |
| 8 ------------ | 8 ------------ |
| 9 | 9 |
| 10 .. include:: python_summary.inc | 10 .. include:: python_summary.inc |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 is how easy it is to leverage Python using PNaCl. | 94 is how easy it is to leverage Python using PNaCl. |
| 95 As you've likely experienced, the initial start time is non-trivial. | 95 As you've likely experienced, the initial start time is non-trivial. |
| 96 We're working on improving this, both by improving PNaCl, | 96 We're working on improving this, both by improving PNaCl, |
| 97 and our Python port. | 97 and our Python port. |
| 98 | 98 |
| 99 The same approach to deploying Python apps can be used for the other | 99 The same approach to deploying Python apps can be used for the other |
| 100 interpreted languages that have been ported to PNaCl. | 100 interpreted languages that have been ported to PNaCl. |
| 101 | 101 |
| 102 Check out the range of interpreters, libraries, and tools | 102 Check out the range of interpreters, libraries, and tools |
| 103 `already ported to PNaCl and ready to be integrated with your Web App | 103 `already ported to PNaCl and ready to be integrated with your Web App |
| 104 <https://code.google.com/p/naclports/wiki/PortList>`_. | 104 <https://chromium.googlesource.com/webports/+/master/docs/port_list.md>`_. |
| 105 | 105 |
| 106 While our in-browser environment is rapidly evolving | 106 While our in-browser environment is rapidly evolving |
| 107 to become a complete development solution, | 107 to become a complete development solution, |
| 108 for the broadest range of development options, check out the | 108 for the broadest range of development options, check out the |
| 109 `NaCl SDK | 109 `NaCl SDK |
| 110 <https://developer.chrome.com/native-client/sdk/download>`_. | 110 <https://developer.chrome.com/native-client/sdk/download>`_. |
| 111 | 111 |
| 112 Send us comments and feedback on the `native-client-discuss | 112 Send us comments and feedback on the `native-client-discuss |
| 113 <https://groups.google.com/forum/#!forum/native-client-discuss>`_ mailing list, | 113 <https://groups.google.com/forum/#!forum/native-client-discuss>`_ mailing list, |
| 114 or ask questions using Stack Overflow's `google-nativeclient | 114 or ask questions using Stack Overflow's `google-nativeclient |
| 115 <https://stackoverflow.com/questions/tagged/google-nativeclient>`_ tag. | 115 <https://stackoverflow.com/questions/tagged/google-nativeclient>`_ tag. |
| 116 | 116 |
| 117 Bring your interpreted app to PNaCl today! | 117 Bring your interpreted app to PNaCl today! |
| 118 | 118 |
| 119 .. include:: ../nacldev/cleanup_web.inc | 119 .. include:: ../nacldev/cleanup_web.inc |
| OLD | NEW |