Java Python

Open-source Java projects categorized as Python

Top 23 Java Python Projects

  • Selenium WebDriver

    A browser automation framework and ecosystem.

  • Project mention: JS Toolbox 2024: Bundlers and Test Frameworks | dev.to | 2024-03-03

    Selenium is an extensively used open-source automation framework for web applications. It allows for cross-browser testing by automating browser actions, making it a staple tool for end-to-end testing in diverse web development environments.

    Project mention: What is RocksDB (and its role in streaming)? | dev.to | 2024-05-13

    You can find example of usage in org/apache/flink/contrib/streaming/state package (https://github.com/apache/flink/tree/9fe8d7bf870987bf43bad63078e2590a38e4faf6/flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state).

  • 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
  • ANTLR

    ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.

  • Deeplearning4j

    Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learning using automatic differentiation.

  • Project mention: Deeplearning4j Suite Overview | news.ycombinator.com | 2024-03-29
  • aws-doc-sdk-examples

    Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

  • Project mention: Stubbing AWS Service calls in Golang | dev.to | 2023-08-15

    So I did some more research and I found the awsdocs/aws-doc-sdk-examples repo. This repository used a testtools module. So I started an experiment to see how I could use this module. I refactored the code as followed:

  • beam

    Apache Beam is a unified programming model for Batch and Streaming data processing.

  • Project mention: Ask HN: Does (or why does) anyone use MapReduce anymore? | news.ycombinator.com | 2024-01-24

    The "streaming systems" book answers your question and more: https://www.oreilly.com/library/view/streaming-systems/97814.... It gives you a history of how batch processing started with MapReduce, and how attempts at scaling by moving towards streaming systems gave us all the subsequent frameworks (Spark, Beam, etc.).

    As for the framework called MapReduce, it isn't used much, but its descendant https://beam.apache.org very much is. Nowadays people often use "map reduce" as a shorthand for whatever batch processing system they're building on top of.

  • QR-Code-generator

    High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.

  • Project mention: How to make a QR code with Stable Diffusion | news.ycombinator.com | 2023-06-11

    The funny thing is that no-one AFAICT has realized that the same content can be encoded in different-looking QR codes. Beside the obvious (different error-correction levels), the content itself can be changed while maintaining its semantic meaning (e.g. "https://example.com/foo", "HTTPS://EXAMPLE.COM/foo", or "HtTpS://eXaMpLe.CoM/foo" are all semantically identical) and even the QR encoding itself can be tweaked (e.g. by changing the version and mask, see the demo on https://www.nayuki.io/page/qr-code-generator-library). Each combination would yield a different-looking QR code that would encode the same meaning, and it could therefore allow the diffusion models even greater freedom.

    I'm sure somebody will get to this soon.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • open-location-code

    Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.

  • Project mention: A Critical Analysis of the What3Words Geocoding Algorithm | news.ycombinator.com | 2023-09-02

    Pluscode is a trademark. The actual standard is called "open location code" and is unrestricted - https://github.com/google/open-location-code/

  • Apache Avro

    Apache Avro is a data serialization system.

  • Project mention: Open Table Formats Such as Apache Iceberg Are Inevitable for Analytical Data | news.ycombinator.com | 2024-01-18

    Apache AVRO [1] is one but it has been largely replaced by Parquet [2] which is a hybrid row/columnar format

    [1] https://avro.apache.org/

  • AndroRAT

    A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side

  • incubator-fury

    A blazingly fast multi-language serialization framework powered by JIT and zero-copy.

  • Project mention: Apache Fury Serialization 0.5.1 released | news.ycombinator.com | 2024-05-29
  • javacpp-presets

    The missing Java distribution of native C++ libraries

  • LakeSoul

    LakeSoul is an end-to-end, realtime and cloud native Lakehouse framework with fast data ingestion, concurrent update and incremental data analytics on cloud storages for both BI and AI applications.

  • Apache ActiveMQ

    Mirror of Apache ActiveMQ

  • Project-Euler-solutions

    Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell. (by nayuki)

  • sedona

    A cluster computing framework for processing large-scale geospatial data

  • Project mention: Show HN: TG – Fast geometry library in C | news.ycombinator.com | 2023-09-22

    This is awesome! I wonder how feasible is it to include TG in Apache Sedona (https://github.com/apache/sedona)

    Although Sedona runs as a distributed system, but TG may speed local in-memory geometrical computation for each worker node. Let me know your thoughts!

  • CloudStack

    Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform

  • pysonar2

    PySonar2: a semantic indexer for Python with interprocedual type inference

  • plc4x

    PLC4X The Industrial IoT adapter

  • py4j

    Py4J enables Python programs to dynamically access arbitrary Java objects

  • hopsworks

    Hopsworks - Data-Intensive AI platform with a Feature Store

  • systemds

    An open source ML system for the end-to-end data science lifecycle

  • Repeat

    Cross-platform mouse/keyboard record/replay and automation hotkeys/macros creation, and more advanced automation features.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Java Python related posts

  • blade-build VS Bazel - a user suggested alternative

    2 projects | 28 Jan 2024
  • Ask HN: Does (or why does) anyone use MapReduce anymore?

    2 projects | news.ycombinator.com | 24 Jan 2024
  • Open Table Formats Such as Apache Iceberg Are Inevitable for Analytical Data

    1 project | news.ycombinator.com | 18 Jan 2024
  • Apache Pulsar VS quix-streams - a user suggested alternative

    2 projects | 7 Dec 2023
  • flink-statefun VS quix-streams - a user suggested alternative

    2 projects | 7 Dec 2023
  • beam VS quix-streams - a user suggested alternative

    2 projects | 7 Dec 2023
  • debezium VS quix-streams - a user suggested alternative

    2 projects | 7 Dec 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 3 Jun 2024
    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. Learn more →

Index

What are some of the best open-source Python projects in Java? This list will help you:

Project Stars
1 Selenium WebDriver 29,525
2 Apache Flink 23,317
3 ANTLR 16,536
4 Deeplearning4j 13,473
5 aws-doc-sdk-examples 9,059
6 beam 7,596
7 QR-Code-generator 4,932
8 open-location-code 4,028
9 Apache Avro 2,790
10 AndroRAT 2,766
11 incubator-fury 2,702
12 javacpp-presets 2,597
13 LakeSoul 2,319
14 Apache ActiveMQ 2,270
15 Project-Euler-solutions 1,845
16 sedona 1,794
17 CloudStack 1,792
18 pysonar2 1,376
19 plc4x 1,179
20 py4j 1,149
21 hopsworks 1,092
22 systemds 1,022
23 Repeat 1,015

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com