Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

254
Views
How to use NPM modules inside python?

I have a python django application. And I need to use some functions from an npm library in my django application.

This is how the javascript code looks like:

const { signLimitOrder } = require("@sorare/crypto");
return JSON.stringify(signLimitOrder(privateKey, limitOrder))

How do I use signLimitOrder function from my django python application? What is the standard procedure to solve this problem?

  1. Rewrite the JS library in Python
  2. Run a nodejs server and use API to pass data to Python app
  3. Is there a python package to run Js libraries inside python?

Thanks

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!