8000 README wording improvements (#301) · sarvjeetdev/pyscript@eb711ec · GitHub
[go: up one dir, main page]

Skip to content < 10000 /span>

Commit eb711ec

Browse files
authored
README wording improvements (pyscript#301)
1 parent 843b9d0 commit eb711ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
## What is PyScript
44

55
### Summary
6-
PyScript is a Pythonic alternative to Scratch, JSFiddle or other "easy to use" programming frameworks, making the web a friendly, hackable, place where anyone can author interesting and interactive applications.
6+
PyScript is a Pythonic alternative to Scratch, JSFiddle, and other "easy to use" programming frameworks, with the goal of making the web a friendly, hackable place where anyone can author interesting and interactive applications.
77

88
To get started see [GETTING-STARTED](GETTING-STARTED.md).
99

1010
For examples see [the pyscript folder](pyscriptjs).
1111

1212
### Longer Version
13-
PyScript is a meta project that aims to combine multiple open technologies to create a framework for users to use Python (and other languages) to create sophisticated applications in the browser. It highly integrates with the way the DOM works in the browser and allows users to add logic, in Python, in a way that feels natural to web as well as Python developers.
13+
PyScript is a meta project that aims to combine multiple open technologies into a framework that allows users to create sophisticated browser applications with Python. It integrates seamlessly with the way the DOM works in the browser and allows users to add Python logic in a way that feels natural both to web and Python developers.
1414

1515
## Try PyScript
1616

@@ -19,10 +19,10 @@ To try PyScript, import the appropriate pyscript files to your html page with:
1919
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
2020
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
2121
```
22-
At that point, you can then use PyScript components in your html page. PyScript currently implements the following elements:
22+
You can then use PyScript components in your html page. PyScript currently implements the following elements:
2323

24-
* `<py-script>`: that can be used to define python code that is executable within the web page. The element itself is not rendered to the page and only used to add logic
25-
* `<py-repl>`: creates a REPL component that is rendered to the page as a code editor and allows users to write code that can be executed
24+
* `<py-script>`: can be used to define python code that is executable within the web page. The element itself is not rendered to the page and is only used to add logic
25+
* `<py-repl>`: creates a REPL component that is rendered to the page as a code editor and allows users to write executable code
2626

2727
Check out the [pyscriptjs/examples](pyscriptjs/examples) folder for more examples on how to use it, all you need to do is open them in Chrome.
2828

@@ -44,7 +44,7 @@ To contribute:
4444
## Notes
4545

4646
* This is an extremely experimental project, so expect things to break!
47-
* PyScript has been only tested on Chrome, at the moment.
47+
* PyScript has been only tested on Chrome at the moment.
4848

4949
## Governance
5050

0 commit comments

Comments
 (0)
0