Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ <h5>pyscript_dev</h5>
<div class="readme">
<h1 id="pyscript">Say Hello to PyScript</h1>

<p>PyScript is a framework that allows users to create rich Python applications in the browser using HTML’s interface. PyScript aims to give users a first-class programming language that has consistent styling rules, is more expressive, and is easier to learn.</p>
<p>
PyScript is a framework that allows users to create rich Python applications in the browser using HTML's interface and the power of <a href="https://pyodide.org/en/stable/" target="_blank">Pyodide</a>, <a href="https://webassembly.org/" target="_blank">WASM</a>, and modern web technologies. The PyScript framework provides users at every experience level with access to an expressive, easy-to-learn programming language with countless applications.</p>

<h2>What is PyScript? Well, here are some of the core components:</h2>
<!-- new copy from Fabio -->
Expand Down