Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 743 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 743 Bytes

PyScript

Explore Pythonic environmen while coding JS!

These libs are browser-specific. It is built and implemented for browser platforms. Not to be used for OS processing. However that functionality is added based on nodeJS in PyNode.

Pythonifying libs:

  • Pythonify: Adds pyhonic functionalities to existing JS objects
  • PurePythonify: Adds pythonic and removes JS default features from existing JS objects.

Modules Supported:

  • builtins
  • itertools
  • math
  • collections
  • random
  • html
  • json
  • time
  • sound (winsound, etc.)
  • re
  • keyword
  • this
  • anti-gravity
  • hashlib

Checkout the docs at PyScript Blog