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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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://code.google.com/p/naclports/wiki/PortList>`_. |
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 For questions, concerns, or help contact us at | 112 Send us comments and feedback on the `native-client-discuss |
113 `native-client-discuss@googlegroups.com | 113 <https://groups.google.com/forum/#!forum/native-client-discuss>`_ mailing list, |
114 <https://groups.google.com/forum/#!forum/native-client-discuss>`_. | 114 or ask questions using Stack Overflow's `google-nativeclient |
| 115 <https://stackoverflow.com/questions/tagged/google-nativeclient>`_ tag. |
115 | 116 |
116 Bring your interpreted app to PNaCl today! | 117 Bring your interpreted app to PNaCl today! |
117 | 118 |
118 .. include:: ../nacldev/cleanup_web.inc | 119 .. include:: ../nacldev/cleanup_web.inc |
OLD | NEW |