Tagged Questions

3
votes
2answers
122 views

Reasons behind naming in easy-to-confuse Python's classes such as OS and SYS?

I have noticed that considerably amount of questions in SO, relating to Python, are about people messing up Sys -class, OS class and no class. For example, an easy confusing is the case: ...