TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The History of `import this` in Python

70 pointsby sumeetaalmost 15 years ago

2 comments

mscarboroughalmost 15 years ago
I did not know about this.<p>It would be a nice thing to add to 'Learning Python' (unless I missed it), and to some web Python howtos. It gets the point across.
naileralmost 15 years ago
(tongue in cheek) There's no if __name__ == '__main__'. This doesn't seem pychecker / GSG compliant - importing a module shouldn't run anything. And how do they unit test an entire module?