Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
geaz2936yI myself don't hate modules itself in node. But that every module relies on other modules which are doing trivial things.
-
@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.
-
eo287540014yI 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
-
@jeti628 you haven’t had to install tensorflow on multiple projects at once in that case
Related Rants
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.
rant
python
nodejs