Skip to content

Commit a04df9b

Browse files
Update documentation now we're live (#1007)
[ci skip]
1 parent 5247665 commit a04df9b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
# Beta version of the micro:bit Python Editor
2-
3-
_This project is a beta version of the next major version of the editor. The currently supported micro:bit Python editor is available at https://python.microbit.org/ and its source code can be found in GitHub at https://github.com/bbcmicrobit/PythonEditor._
4-
5-
For more background about how this editor relates to the original Python Editor project, see [this explanation](https://github.com/bbcmicrobit/PythonEditor/issues/391).
1+
# micro:bit Python Editor V3
62

73
This project is a web-based code editor that targets the [MicroPython](https://micropython.org) version of the [Python programming language](http://python.org/).
84

95
Code written with this editor is expected to run on the [BBC micro:bit device](https://microbit.org).
106

7+
Try it out at https://python.microbit.org/
8+
119
<figure>
12-
<img src="https://user-images.githubusercontent.com/44397098/179552397-f4f5c862-3f5d-49ae-9e7a-70695eccf5c3.png" alt="Screenshot of the Python editor showing the code editing area and Reference documentation" width="100%">
13-
<figcaption>You can try out the micro:bit-branded deployment of the beta at https://python.microbit.org/v/beta</figcaption>
10+
<img src="https://user-images.githubusercontent.com/44397098/193227581-58d86d58-d679-4244-ac80-2282007a20b9.png" alt="Screenshot of the Python editor showing the code editing area, Reference documentation and micro:bit simulator" width="100%">
11+
<figcaption>The image shows the micro:bit-branded deployment</figcaption>
1412
</figure>
1513

14+
## Previous versions
15+
16+
For more background about how this editor relates to the original Python Editor project, see [this explanation](https://github.com/bbcmicrobit/PythonEditor/issues/391).
17+
18+
The V2 editor project is still available at https://python.microbit.org/v/2 and its source code can be found in GitHub at https://github.com/bbcmicrobit/PythonEditor.
19+
1620
## Developing the editor
1721

1822
The editor is written in TypeScript using React. We use the Chakra UI component library and [CodeMirror 6](https://codemirror.net/6/) editor component.

0 commit comments

Comments
 (0)