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: brython/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Brython Examples
2
2
3
+
This set of example is intended to accompany the [Real Python](https://realpython.com/) tutorial [Brython: Python in Your Browser](https://realpython.com/brython-python-in-browser).
4
+
5
+
Most of the examples are lined in the article and others are more complete examples going beyond the scope of the Brython tutorial.
6
+
3
7
## async
4
8
5
9
* Project demonstrating how to use Brython asynchronous functions to request data from a server API.
0 commit comments