File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,11 @@ refresh the page (`CTRL-R`) to see any updates you may have made.
59
59
[ Live Server extension] ( https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer )
60
60
can be used to reload the page as you edit your files.
61
61
62
+ Alternatively, if you have an account on [GitHub](https://github.com) you
63
+ could use VSCode in your browser as a
64
+ [PyScript aware "CodeSpace"](https://github.com/ntoll/codespaces-project-template-pyscript/)
65
+ (just follow the instructions in the README file).
66
+
62
67
If you decide to use [ pyscript.com] ( https://pyscript.com ) (recommended for
63
68
first steps), once signed in, create a new project by pressing the "+" button
64
69
on the left hand side below the site's logo. You'll be presented with a page
Original file line number Diff line number Diff line change 1
1
![ PyScript Logo] ( assets/images/pyscript.svg )
2
2
3
- <h1 style =" text-align : center ; font-weight : bold ;" >PyScript is a platform for Python in the browser.</h1 >
3
+ <h1 style =" text-align : center ; font-weight : bold ;" >PyScript is an < u >open source</ u > platform for Python in the browser.</h1 >
4
4
5
5
## PyScript is...
6
6
22
22
<dl >
23
23
<dt ><strong >I'm a beginner...</strong ></dt >
24
24
<dd >Welcome! PyScript is designed to be friendly for beginner coders. The
25
- best place to start is by reading our
25
+ best way to start is to read our
26
26
<a href =" beginning-pyscript " >beginning PyScript guide</a >
27
- and then using
27
+ and then use
28
28
<a href =" https://pyscript.com/ " target =" _blank " >pyscript.com</a >
29
- to create your first apps. Having problems ? Check out our
29
+ to create your first apps. Problems ? Check out our
30
30
<a href =" faq " >frequently asked questions</a >.</dd >
31
31
<dt ><strong >I'm already technical...</strong ></dt >
32
32
<dd >The beginner docs will set you up with a simple coding environment. For
33
33
more in-depth technical coverage of PyScript, consult the
34
34
<a href =" user-guide " >user guide</a >. The
35
35
<a href =" examples " >example applications</a > demonstrate many of the features
36
- of PyScript. The <a href =" faq " >FAQ</a > contains lots of technical detail.</dd >
36
+ of PyScript. The <a href =" api " >API docs</a > and <a href =" faq " >FAQ</a >
37
+ contain lots of technical detail.</dd >
37
38
<dt ><strong >I want to contribute...</strong ></dt >
38
39
<dd >
39
40
<p>Welcome, friend!
Original file line number Diff line number Diff line change 1
1
# What is PyScript?
2
2
3
- [ PyScript] ( https://pyscript.net ) is a platform for [ Python] ( https://python.org ) in the
3
+ [ PyScript] ( https://pyscript.net ) is an
4
+ [ open source] ( ../../license/ ) platform for
5
+ [ Python] ( https://python.org ) in the
4
6
[ browser] ( https://en.wikipedia.org/wiki/Web_browser ) .
5
7
6
8
PyScript brings together two of the most vibrant technical ecosystems on the
You can’t perform that action at this time.
0 commit comments