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
"aria-label": "The Math package in Edge Python, providing basic mathematical functions and constants.",
6
+
"source": "./packages/math.wasm"
7
+
},
8
+
{
9
+
"name": "Regex",
10
+
"icon": "./static/a-letter.svg",
11
+
"aria-label": "Regex package in Edge Python, offering regular expression matching operations similar to Python's re module.",
12
+
"source": "./packages/re.wasm"
13
+
},
14
+
{
15
+
"name": "Operating System",
16
+
"icon": "./static/binary.svg",
17
+
"aria-label": "Operating System package in Edge Python, providing a way of using operating system dependent functionality like file and directory operations.",
18
+
"source": "./packages/os.wasm"
19
+
},
20
+
{
21
+
"name": "Random",
22
+
"icon": "./static/dices.svg",
23
+
"aria-label": "Random package in Edge Python, offering functions for generating random numbers and performing random operations.",
0 commit comments