26

I find it ironic that some python devs hate on nodejs because of npm modules. But then go ahead and create a virtual environment for every new python project.

Comments
  • 0
    I love both.
  • 5
  • 2
    I myself don't hate modules itself in node. But that every module relies on other modules which are doing trivial things.
  • 0
    @Charon92 honestly, I think you are only saying that because you haven't tried switching virtual environments to support different versions of opencv and tesseract.
  • 0
    I work with Python and JavaScript and the venv/Lib files don't compare to node_modules. Actually, I use 10x more Python libraries but the Lib is still 100x smaller
  • 0
    @jeti628 you haven’t had to install tensorflow on multiple projects at once in that case
Add Comment