best structure to adopt for TS+python worker
i currently have a typescript worker with d1 db and i am looking to add some python as it is just more convenient than having to rewrite it in ts (it's complex math) i am unsure about the way to set this up, should i create another unrelated worker? is it possible to "merge" them two?
4 Replies
I don’t think there is a way to mix them, so they would have to be separate Workers
any ETA on the usage of python packages in production? i read that it was the standard library in prod only
Not that I’ve seen
that's really challenging for me then
shoot