openLCA is a Java application and, thus, runs on the Java Virtual Machine (JVM). Jython is a Python 2.7 implementation that runs on the JVM. It compiles Python code to Java bytecode which is then ...
openLCA is a Java application and, thus, runs on the Java Virtual Machine (JVM). Jython is a Python 2.7 implementation that runs on the JVM. It compiles Python code to Java bytecode which is then ...
Introducing: `openlca-ipc` A Python utilities library for GreenDelta’s openLCA, designed to run LCA calculations following ISO 14040/14044 programmatically. It communicates directly with the openLCA ...
Pandas solves the full stack of data analysis in Python: reading-in of data, mangling and manipulation, analysis, and visualization (and much more, actually). It builds on established Python packages ...