36
Comments
  • 2
    Yep, that’s the reason I don’t like python. I never used python seriously, but I don’t like this concept.
  • 1
    I love python for quick scripting jobs. Today I needed to convert html used in a browser to a string to be used in firmware. 10 lines of python and I am done. Read file, escape characters, add string quotes, write file.

    It is also great for big projects. Except when you need speed critical stuff. Then you may need to rethink your approach. Super glue!
  • 1
    Python
    Having var : config
    Having def : config(self):

    Config = "teste"

    Ho shit i take the var or the function ... Basic thing in a programmation language :(
  • 1
Add Comment