Hey guys, regards!
I’ve become new with python language and I have one doubt about “cases”:
Have I a technical problem I wrote variables with camelCase em PyQt?
snake_case is was Python PEP recommends and Camel/PascalCase is what Qt uses. It’s mostly because the bindings are made from the underling C-Code with the same naming convention, to keep naming consistent. Its totally fine to have everything Qt related in their style and keep the rest, your code that is pure Python in Pythons style. Everyone who as worked with Python and Qt will understand and not bat an eye.