Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Alternative Editor

is it possible to use PythonWin, IDLE, eclipse or other editors to write Quantopian scripts? to do this i suppose we would need to core libraries to include. Is that available?

Thanks

4 responses

Hi Mahendra,

For now, to use Quantopian, you have to use our in-browser IDE. We have some ideas of how to let you use any editor you'd like, but we're focused on finishing our live trading integration with Interactive Brokers first.

Our backtester, Zipline, is open-sourced: https://github.com/quantopian/zipline. You can use it standalone, but need to bring your own pricing data.

Hope that helps,
Jean

Disclaimer

The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by Quantopian. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. No information contained herein should be regarded as a suggestion to engage in or refrain from any investment-related course of action as none of Quantopian nor any of its affiliates is undertaking to provide investment advice, act as an adviser to any plan or entity subject to the Employee Retirement Income Security Act of 1974, as amended, individual retirement account or individual retirement annuity, or give advice in a fiduciary capacity with respect to the materials presented herein. If you are an individual retirement or other investor, contact your financial advisor or other fiduciary unrelated to Quantopian about whether any given investment idea, strategy, product or service described herein may be appropriate for your circumstances. All investments involve risk, including loss of principal. Quantopian makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances.

Any news about this ?
Git integration will be a great feature to have.

You might have a look at GitBook https://www.gitbook.com/. Purpose is really different but idea is quite similar of what Quantopian could be with a Git integration. You can edit source code (Markdown text format in the case of GitBook) using online IDE or using git and edit code locally. When code is pushed (Markdown source text in the case of GitBook), compilation is done (and Epub, PDF,... can be download). In the case of Quantopian, backtest could be run.

Some other SaaS products (especially about collaborative editing, self editing) behave this way :
- Authorea - https://www.authorea.com/
https://www.authorea.com/users/3/articles/17235/_show_article
- Overleaf - https://www.overleaf.com/
https://www.overleaf.com/blog/195-new-collaborate-online-and-offline-with-overleaf-and-git-beta#.WEvOiqLhA0o
- Leanpub - https://leanpub.com/
https://leanpub.com/help/getting_started_sync_github
- Softcover - https://www.softcover.io/
https://www.softcover.io/read/6070fb03/simplecheap/github

So with this git integration any editor could be used
- local editor (such as PythonWin, IDLE, Eclipse, BBEdit, Atom, ...)
- or even cloud based editor such a Cloud9

I'm not a big fan of cloud editors in this context of trading as it will add an other layer of confidence and possible leaks
but it may become possible to do it for people who want to.

If such an idea was used by Quantopian, they will probably have to provide private Git repositories for this.

Related issue: https://www.quantopian.com/posts/feature-requests-what-changes-would-you-like-to-see