34
galena
5y

When there is no python module for what you're trying to do.

Comments
  • 1
  • 6
    Write it yourself.
  • 0
    @Root that's a good challenge
  • 0
    When you’re searching for a module that could make reports in a EASY way like rdlc from microsoft 😭
  • 2
    i've literally wrote one (missing python module) myself and i had an amazing feedback from the community. i suggest to do the same 👍!
  • 1
    @Root *THIS*!
    I have this impression that many people don't know how to code anymore. All they know is how to glue modules to each other.
    I thinkmy favorite example is people in javascript using jquery and/or lodash. 2 very useless libraries that do only arbitrary stuff (like _.isArray: a wrapper for x && Arrays.isArray( x )), but theyre extremely heavyweight for what little functionality they provide
  • 0
    @GodlikeBlock I completely agree.

    I started referring to this as "npm mentality" because of the mindset surrounding it of "reuse, don't rewrite." This exists because of the unspoken belief that "someone else's code is always better," leading projects to use tens of thousands of dependencies. And of course if any one of those breaks...

    It's NPM hell.
  • 0
    @GodlikeBlock Same goes for electronics. Everyone knows how to work with breakout boards and can sometimes design a PCB around an IC. Hardly anyone knows the math behind the stuff they do.
Add Comment