Skip to content

Commit 3f4d989

Browse files
authored
Merge pull request #8 from t-strings/change-try-it-orders
Add browser playground option to "Try It Now" page
2 parents 0aa70f8 + ea31556 commit 3f4d989

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

public/try-it-now-html.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,19 @@ <h1 class="font-serif font-bold text-cloudbank text-3xl">
121121
<p>
122122
Excited to try <strong>t-strings</strong> before Python 3.14's official release? You've got options!
123123
</p>
124-
124+
125+
<h2 class="font-serif font-bold text-cloudbank text-xl mt-6">
126+
Option 1: Our Browser Playground
127+
</h2>
128+
<p>
129+
The easiest option of all! <strong>No installation required</strong> - just visit our <a href="/playground.html">Playground</a> to try t-strings directly in your browser.
130+
</p>
131+
<p>
132+
Our playground uses <a href="https://pyodide.org/" target="_blank">Pyodide</a> (with a 3.14.0b1 patch) and <a href="https://jupyterlite.readthedocs.io/en/latest/" target="_blank">JupyterLite</a> to run Python entirely in your browser. It's a great way to experiment without installing anything!
133+
</p>
134+
125135
<h2 class="font-serif font-bold text-cloudbank text-xl mt-6">
126-
Option 1: Python 3.14.0b1
136+
Option 2: Python 3.14.0b1
127137
</h2>
128138
<p>
129139
The simplest way to start experimenting with t-strings is to download and install the Python 3.14.0b1 beta release:
@@ -144,7 +154,7 @@ <h2 class="font-serif font-bold text-cloudbank text-xl mt-6">
144154
</code></pre>
145155

146156
<h2 class="font-serif font-bold text-cloudbank text-xl mt-6">
147-
Option 2: Docker
157+
Option 3: Docker
148158
</h2>
149159
<p>
150160
Don't want to install anything on your system? Use Docker to spin up a Python 3.14 container:
@@ -162,16 +172,6 @@ <h2 class="font-serif font-bold text-cloudbank text-xl mt-6">
162172
You can also use the <code>3.14-rc-bookworm</code> tag which will always point to the latest release candidate.
163173
</p>
164174

165-
<h2 class="font-serif font-bold text-cloudbank text-xl mt-6">
166-
Option 3: Our Browser Playground
167-
</h2>
168-
<p>
169-
The easiest option of all! <strong>No installation required</strong> - just visit our <a href="/playground.html">Playground</a> to try t-strings directly in your browser.
170-
</p>
171-
<p>
172-
Our playground uses <a href="https://pyodide.org/" target="_blank">Pyodide</a> (with a 3.14.0b1 patch) and <a href="https://jupyterlite.readthedocs.io/en/latest/" target="_blank">JupyterLite</a> to run Python entirely in your browser. It's a great way to experiment without installing anything!
173-
</p>
174-
175175
<h2 class="font-serif font-bold text-cloudbank text-xl mt-6">
176176
What's Next?
177177
</h2>

0 commit comments

Comments
 (0)