Giter Site home page Giter Site logo

问题以及建议 about vnpy HOT 2 CLOSED

vnpy avatar vnpy commented on May 27, 2024
问题以及建议

from vnpy.

Comments (2)

vnpy avatar vnpy commented on May 27, 2024
  1. Threading.Timer是一次性运行,可能并不适合这个任务,但是你确实可以使用threading创建另一个线程的方式来执行定时器的任务。因为GIL的关系,我个人倾向于在Python里能不多开线程就不多开,Qt里的Timer应该是基于主线程的事件循环,所以没有用到另外的线程。
  2. 计划的下一篇教程里会包含一些LTS的例子,最近有些忙,可能要下周发布吧,教程会发布在vnpy.org。
  3. vn.lts中包含了封装的源代码,我自己没有测试过,整个开发中没有使用windows独有的库,应该也可以在linux上编译。
  4. 交流群的想法挺好,目前看来github不是那么方便交流,我来看看有什么选择
  5. blinker这个库我大概看了下,类似于pyqt里的signal/slot不能很好的管理event handler的执行顺序,另外也不便于在程序运行中实时创建新的事件(比如对特定下单编号的监听等等)。EventEngine本身除了Timer外没有使用Qt的事件机理,完全是纯python实现的。

from vnpy.

vnpy avatar vnpy commented on May 27, 2024

已经发布了hello world example,在vn.demo下面可以看到。

另外搞了个QQ群:262656087,感兴趣可以加下。

from vnpy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.