You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff 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
6
2
7
3
This project is a web-based code editor that targets the [MicroPython](https://micropython.org) version of the [Python programming language](http://python.org/).
8
4
9
5
Code written with this editor is expected to run on the [BBC micro:bit device](https://microbit.org).
10
6
7
+
Try it out at https://python.microbit.org/
8
+
11
9
<figure>
12
-
<imgsrc="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
+
<imgsrc="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>
14
12
</figure>
15
13
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
+
16
20
## Developing the editor
17
21
18
22
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