May be you'll write also about module organization. In php you have usually one (may be more) classes per file. But in python you have variables, constants, functions in one file! That is really cumbersome. You have often a python class and inside of class some other definitions (property) or whatever. IMO very chaotic. They should be at least sort functions and classes in module...
↧