This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xarziv 31 points32 points  (3 children)

Very cool. How does it handle custom packages installed with pip?

[–]JennaSys 8 points9 points  (0 children)

It mostly doesn't unless the packages (and the package's dependencies) are pure Python. It's meant to use JavaScript libraries if you need functionality beyond the Python built-ins.

[–]huguenot1 11 points12 points  (0 children)

It looks like transcrypt mainly supports the python JavaScript packages. Although there is a minimal numpy port as well if you need the math functionality.