- Log in to post comments
I work with systems integration and truly enjoy learning all types of programming languages to understand exactly what each system requires. I started by developing small programs in Python during college, and from there, I pursued courses and personal projects with R, SQL, HTML + CSS, JavaScript + TypeScript, C, and C++. I am currently learning React.js. Additionally, I’ve had the opportunity and honor of being part of the Innovatium team, where we develop using InterSystems ObjectScript to integrate database systems with REST, SOAP, and more.
Later, I worked at QI Tech as a full-stack developer. I have developed and maintained systems from databases and APIs to AWS Cloud and Front-End, using various languages such as Python, TypeScript, JavaScript, HTML, React, and CSS in a microservices environment.
I also became the leader of UX in the investment business unit, structuring the UI, defining coding standards, handling a part of the official website, managing translations, and overseeing customer support.
Currently, I am working for Zarmik, combining what I've learned from the two previous experiences and developing the design system of the company, once again defining patterns and standards for the visual identity and user-friendlyness.
Boa tarde, Vitor!
O Embedded Python por padrão procura as libraries em /caminho/do/seu/iris/mgr/python
E você pode especificar o caminho de instalação (acredito que o próprio /.venv do python pode estar la)
pip install -r requirements.txt -t /caminho/do/seu/iris/mgr/python
se assim não funciona, no seu código você pode definir onde código procura imports com
set sys = ##class(%SYS.Python).Import("sys")
do sys.path.append("/caminho/do/seu/venv/lib/pythonX.X/site-packages") set requests = ##class(%SYS.Python).Import("requests")
.
Deixe-me saber se isso ajuda
- Log in to post comments
Hi Davidson!
There are a few projects related to PDF generation on the Open Exchange page. Here are a few nice examples:
- iris-pdf-generator for generating with iris
- iris-extlanguage-openpdf for generating with java
Hope it is helpful.
PS.: When posting in English, try to use the global community to reach more people: https://community.intersystems.com/node/add/post, since here in pt.community.intersystems.com, there are mainly Portuguese speakers! 😁
- Log in to post comments
As always you deliver amazing work! It was an honor to have worked with you, I hope we can meet again in the future.