- Log in to post comments
User bio
404 bio not found
Member since Apr 5, 2019
Posts:
Replies:
Have a look to this article for details : https://community.intersystems.com/post/introduction-virtual-environments-python
and this lib to help you configure a single venv for iris easily : https://community.intersystems.com/post/unifying-embedded-python-and-native-api-iris-embedded-python-wrapper
python3 -m venv .venv
. .venv/bin/activate
pip install iris-embedded-python-wrapper
bind_iris
- Log in to post comments
Thanks @Muhammad Waseem for this neat article, showing off the DTL support for JsonSchema :)
- Log in to post comments
Open Exchange applications:
Certifications & Credly badges:
Guillaume has no Certifications & Credly badges yet.
Followers:
Following:
Guillaume has not followed anybody yet.
Great, this is a good design, congratulations!
I love it.
Do you plan to support brownfield productions too, meaning scaffold an existing IRIS production into Python source so it can be put under source control?