Performance cost of calling Python program from Java program

This page summarizes the projects mentioned and recommended in the original post on /r/javahelp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • yfinance

    Download market data from Yahoo! Finance's API

  • I initially wanted to use this library: https://github.com/ranaroussi/yfinance

  • alphavantage-java

    Fluent Java wrapper for Alpha Vantage API

  • After shopping around a bit I personally landed on alpha vantage as a good free replacement. With this Java library https://github.com/crazzyghost/alphavantage-java

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • yahoofinance-api

    Java Client API for Yahoo Finance

  • SpotMyLyrics

    Java-based lyrics fetching application (Now crossplatform!)

  • Good, I’m glad I could help. Check out this for an example if need be.

  • jpy

    Discontinued A bi-directional Python-Java bridge used to embed Java in CPython or the other way round.

  • If you absolutely need to use a Python and not Java library, I would recommend trying something like either Jython which runs on any JVM or switching entirely to GraalVM. You can also try using bindings for CPython to Java like Jep or jpy which use the standard CPython interpreter .

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts