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.

Show HN: Python REPL with auto-import and auto-reload on changes

22 pointsby sevazhidkovover 3 years ago

3 comments

henrydarkover 3 years ago
For the original auto import library look here: <a href="https:&#x2F;&#x2F;github.com&#x2F;anntzer&#x2F;ipython-autoimport" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anntzer&#x2F;ipython-autoimport</a><p>Someone also made a video about it: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;MlOWqpiRy10" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;MlOWqpiRy10</a>
MarcinMasover 3 years ago
I wish someone can merge python repl and Calca2. Evaluating python expressions with sign &quot;=&gt;&quot;
r-zipover 3 years ago
How well does this play with virtual environments?