Hi When importing from other modules, I've seen syntax like: import from <module> <Class> import <module> And another one: import from <module> <Class> as <some_name> Is one better than the other or is it just personal choice? Thanks \d