diff --git a/resources/p.ts b/resources/p.ts index 1c45e34e..eea4afda 100644 --- a/resources/p.ts +++ b/resources/p.ts @@ -429,6 +429,13 @@ export const resources: Resource[] = [ categories: ['Learn', 'Book', 'Programming'], url: 'https://py4e.com', }, + { + name: 'Python Playground', + description: + 'Online Python environment with package manager and data visualization', + categories: ['Programming', 'Extension'], + url: 'https://chromewebstore.google.com/detail/python-playground/jfippgilnpggpddhmfjaaecadnfhcopa', + }, { name: 'Pythonium', description: 'Online Python tools: Linter, formatter, regex tester, converter, obfuscator, and mock API.',