Skip to content

Commit

Permalink
Merge pull request #133 from pyscript/europython-2024-edits
Browse files Browse the repository at this point in the history
Europython 2024 edits
  • Loading branch information
ntoll committed Jul 7, 2024
2 parents f7457be + ec6e332 commit 126d9d6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
5 changes: 5 additions & 0 deletions docs/beginning-pyscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ refresh the page (`CTRL-R`) to see any updates you may have made.
[Live Server extension](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
can be used to reload the page as you edit your files.

Alternatively, if you have an account on [GitHub](https://github.com) you
could use VSCode in your browser as a
[PyScript aware "CodeSpace"](https://github.com/ntoll/codespaces-project-template-pyscript/)
(just follow the instructions in the README file).

If you decide to use [pyscript.com](https://pyscript.com) (recommended for
first steps), once signed in, create a new project by pressing the "+" button
on the left hand side below the site's logo. You'll be presented with a page
Expand Down
11 changes: 6 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![PyScript Logo](assets/images/pyscript.svg)

<h1 style="text-align: center; font-weight: bold;">PyScript is a platform for Python in the browser.</h1>
<h1 style="text-align: center; font-weight: bold;">PyScript is an <u>open source</u> platform for Python in the browser.</h1>

## PyScript is...

Expand All @@ -22,18 +22,19 @@
<dl>
<dt><strong>I'm a beginner...</strong></dt>
<dd>Welcome! PyScript is designed to be friendly for beginner coders. The
best place to start is by reading our
best way to start is to read our
<a href="beginning-pyscript">beginning PyScript guide</a>
and then using
and then use
<a href="https://pyscript.com/" target="_blank">pyscript.com</a>
to create your first apps. Having problems? Check out our
to create your first apps. Problems? Check out our
<a href="faq">frequently asked questions</a>.</dd>
<dt><strong>I'm already technical...</strong></dt>
<dd>The beginner docs will set you up with a simple coding environment. For
more in-depth technical coverage of PyScript, consult the
<a href="user-guide">user guide</a>. The
<a href="examples">example applications</a> demonstrate many of the features
of PyScript. The <a href="faq">FAQ</a> contains lots of technical detail.</dd>
of PyScript. The <a href="api">API docs</a> and <a href="faq">FAQ</a>
contain lots of technical detail.</dd>
<dt><strong>I want to contribute...</strong></dt>
<dd>
<p>Welcome, friend!
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ PolyScript's capabilities, upon which PyScript is built, can be summarised as:
defined moments in the page lifecycle, provide a means of calling user
defined functions to modify and enhance PolyScript's default behaviour.
* [Multiple interpreters](https://pyscript.github.io/polyscript/#interpreter-features)
(in addition to Pyodide and MicroPython, PolyScript works with Lua and Ruby -
although these are beyond the scope of this project).
(in addition to Pyodide and MicroPython, PolyScript works with R, Lua and
Ruby - although these are beyond the scope of this project).

PolyScript may become important if you encounter problems with PyScript. You
should investigate PolyScript if any of the following is true about your
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ attributes:
The browser's tab displaying the website running PyScript is an isolated
computing sandbox. Define the Python environment in which your code will
run with [configuration options](configuration.md) (discussed later in this
document).
user guide).

!!! tip

Expand Down
4 changes: 3 additions & 1 deletion docs/user-guide/what.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# What is PyScript?

[PyScript](https://pyscript.net) is a platform for [Python](https://python.org) in the
[PyScript](https://pyscript.net) is an
[open source](../../license/) platform for
[Python](https://python.org) in the
[browser](https://en.wikipedia.org/wiki/Web_browser).

PyScript brings together two of the most vibrant technical ecosystems on the
Expand Down

0 comments on commit 126d9d6

Please sign in to comment.