Git Product home page Git Product logo

Comments (8)

ceaza avatar ceaza commented on August 14, 2024

@dpinte what tools would one use to do this?

from pyql.

dpinte avatar dpinte commented on August 14, 2024

@ceaza you would need to write the same kind of cython wrappers as we did for the various instruments that are exposed through pyql. For example here are the standard bonds: https://github.com/enthought/pyql/blob/master/quantlib/instruments/bonds.pyx

from pyql.

ceaza avatar ceaza commented on August 14, 2024

And the type of tools you used to make sure it all works. For example would
one have to put the wrappers together, then compile using print statements
for error tracking or are there better ways of doing this through an IDE?

On Tue, Mar 22, 2016 at 10:53 AM, Didrik Pinte [email protected]
wrote:

@ceaza https://github.com/ceaza you would need to write the same kind
of cython wrappers as we did for the various instruments that are exposed
through pyql. For example here are the standard bonds:
https://github.com/enthought/pyql/blob/master/quantlib/instruments/bonds.pyx


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#121 (comment)

from pyql.

dpinte avatar dpinte commented on August 14, 2024

@ceaza you'll definitely need an IDE. Using print statements for error tracking is not the best way to do things. PyQL has a decent test suite and you would test your developments by implementing a suite of tests that cover the new code you're writing.

On what platform are you? The compilation steps are quite simple as Python does most of it for you byt you'll need a local development version of Quantlib, etc.

from pyql.

ceaza avatar ceaza commented on August 14, 2024

I could use either platform, but at work on Windows. Agreed print
statements would be very tedious, hence the question. So which IDE will
interpret .pxd and .pyx cython files? PyCharm perhaps or is there a plugin
for spyder? I now see the tests in pyql/quantlib/test/.

On Tue, Mar 22, 2016 at 12:02 PM, Didrik Pinte [email protected]
wrote:

@ceaza https://github.com/ceaza you'll definitely need an IDE. Using
print statements for error tracking is not the best way to do things. PyQL
has a decent test suite and you would test your developments by
implementing a suite of tests that cover the new code you're writing.

On what platform are you? The compilation steps are quite simple as Python
does most of it for you byt you'll need a local development version of
Quantlib, etc.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#121 (comment)

from pyql.

dpinte avatar dpinte commented on August 14, 2024

Pycharm will work fine. Spyder too. You'll probably have to play with the command line for the compilation steps. Windows is the hardest platform as it requires a custom build of QuantLib to run properly. I can provide pre-built dll's for some versions of QL if you want. Also, depending on your Python version, the MSVC compiler you must use is different (MSVC2008 for Python 2.7, 2010 for < 3.5 and 2015 for >= 3.5)

from pyql.

dpinte avatar dpinte commented on August 14, 2024

@ceaza feel free to contact me by e-mail if you need more technical details.

from pyql.

thrasibule avatar thrasibule commented on August 14, 2024

This is exposed now: http://docs.enthought.com/pyql/_autosummary/quantlib.instruments.bonds.CPIBond.html#quantlib.instruments.bonds.CPIBond

from pyql.

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.