|
6 | 6 |
|
7 | 7 | PyScript is a framework that allows users to create rich Python applications in the browser using HTML's interface and the power of [Pyodide](https://pyodide.org/en/stable/), [MicroPython](https://micropython.org/) and [WASM](https://webassembly.org/), and modern web technologies.
|
8 | 8 |
|
9 |
| -To get started see the [Beginning PyScript tutorial](https://pyscript.github.io/docs/latest/beginning-pyscript/). |
| 9 | +To get started see the [Beginning PyScript tutorial](https://docs.pyscript.net/latest/beginning-pyscript/). |
10 | 10 |
|
11 |
| -For examples see [here](examples). |
| 11 | +For examples see [here](https://pyscript.com/@examples). |
| 12 | + |
| 13 | +Other useful resources: |
| 14 | + |
| 15 | +- The [official technical docs](https://
10000
docs.pyscript.net/). |
| 16 | +- Our current [Home Page](https://pyscript.net/) on the web. |
| 17 | +- A free-to-use [online editor](https://pyscript.com/) for trying PyScript. |
| 18 | +- Our community [Discord Channel](https://discord.gg/BYB2kvyFwm), to keep in touch . |
| 19 | + |
| 20 | +Every Tuesday at 15:30 UTC there is the _PyScript Community Call_ on zoom, where we can talk about PyScript development in the open. Most of the maintainers regularly participate in the call, and everybody is welcome to join. |
| 21 | + |
| 22 | +Every other Thursday at 16:00 UTC there is the _PyScript FUN_ call: this is a call in which everybody is encouraged to show what they did with PyScript. |
| 23 | + |
| 24 | +For more details on how to join the calls and up to date schedule, consult the official calendar: |
| 25 | + |
| 26 | +- [Google calendar](https://calendar.google.com/calendar/u/0/embed?src=d3afdd81f9c132a8c8f3290f5cc5966adebdf61017fca784eef0f6be9fd519e0@group.calendar.google.com&ctz=UTC) in UTC time; |
| 27 | +- [iCal format](https://calendar.google.com/calendar/ical/d3afdd81f9c132a8c8f3290f5cc5966adebdf61017fca784eef0f6be9fd519e0%40group.calendar.google.com/public/basic.ics). |
12 | 28 |
|
13 | 29 | ### Longer Version
|
14 | 30 |
|
@@ -47,38 +63,14 @@ You can then use PyScript components in your html page. PyScript currently offer
|
47 | 63 | - `<py-script>`: same as `<script type="py">`, but it is not recommended because if the code contains HTML tags, they could be parsed wrongly.
|
48 | 64 | - `<script type="mpy">`: same as above but use MicroPython instead of Python.
|
49 | 65 |
|
50 |
| -Check out the [official docs](https://pyscript.github.io) for more detailed documentation. |
| 66 | +Check out the [official docs](https://docs.pyscript.net/) for more detailed documentation. |
51 | 67 |
|
52 | 68 | ## How to Contribute
|
53 | 69 |
|
54 | 70 | Read the [contributing guide](CONTRIBUTING.md) to learn about our development process, reporting bugs and improvements, creating issues and asking questions.
|
55 | 71 |
|
56 | 72 | Check out the [developing process](https://pyscript.github.io/docs/latest/contributing) documentation for more information on how to setup your development environment.
|
57 | 73 |
|
58 |
| -## Community calls and events |
59 |
| - |
60 |
| -Every Tuesday at 15:30 UTC there is the _PyScript Community Call_ on zoom, where we can talk about PyScript development in the open. Most of the maintainers regularly participate in the call, and everybody is welcome to join. |
61 |
| - |
62 |
| -Every other Thursday at 16:00 UTC there is the _PyScript FUN_ call: this is a call in which everybody is encouraged to show what they did with PyScript. |
63 |
| - |
64 |
| -For more details on how to join the calls and up to date schedule, consult the official calendar: |
65 |
| - |
66 |
| -- [Google calendar](https://calendar.google.com/calendar/u/0/embed?src=d3afdd81f9c132a8c8f3290f5cc5966adebdf61017fca784eef0f6be9fd519e0@group.calendar.google.com&ctz=UTC) in UTC time; |
67 |
| -- [iCal format](https://calendar.google.com/calendar/ical/d3afdd81f9c132a8c8f3290f5cc5966adebdf61017fca784eef0f6be9fd519e0%40group.calendar.google.com/public/basic.ics). |
68 |
| - |
69 |
| -## Resources |
70 |
| - |
71 |
| -- [Official docs](https://pyscript.github.io) |
72 |
| -- [Discussion board](https://community.anaconda.cloud/c/tech-topics/pyscript) |
73 |
| -- [Home Page](https://pyscript.net/) |
74 |
| -- [Blog Post](https://engineering.anaconda.com/2022/04/welcome-pyscript.html) |
75 |
| -- [Discord Channel](https://discord.gg/BYB2kvyFwm) |
76 |
| - |
77 |
| -## Notes |
78 |
| - |
79 |
| -- This is an extremely experimental project, so expect things to break! |
80 |
| -- PyScript has been only tested on Chrome at the moment. |
81 |
| - |
82 | 74 | ## Governance
|
83 | 75 |
|
84 | 76 | The [PyScript organization governance](https://github.com/pyscript/governance) is documented in a separate repository.
|
0 commit comments