you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 2 years ago (1 child)

I think, the point is that in Python (like Rust) that construct is a module. In Java, a module does not exist in that sense. You put everything into classes in Java and static classes, i.e. singleton objects, are what you use instead of modules...

  • source
  • parent
  • hideshow 2 child comments