Python Kotlin

Open-source Python projects categorized as Kotlin

Top 7 Python Kotlin Projects

  • pants

    The Pants Build System

    Project mention: Monorepo + Microservices + Dependency Managment + Build system HELL | /r/Python | 2023-07-20

    Does pants/bazel can help me?

  • emerge

    Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.

    Project mention: Ask HN: In-editor visual mind map/graph tool for code? | news.ycombinator.com | 2023-04-17

    Slightly off topic & very resource intensive diy approach without using an IDE:

    Take advantage of an editor's use of on disk file as a buffer[0]. Monitor the editor file buffer for changes[1]. Trigger regeneration of a map/graph update & redisplay changes[2] in different window.

    [0] : https://stackoverflow.com/questions/71822798/what-exactly-ar...

    [1] : watchdog : https://pypi.org/project/watchdog/

    [2] : emerge-vis : https://github.com/glato/emerge

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • py2many

    Transpiler of Python to many other languages

    Project mention: Transpiler, a Meaningless Word | news.ycombinator.com | 2023-08-16

    > Another problem is that there are hundreds of built-in library functions that need to be compiled from Python from C

    An approach I've advocated as one of the main authors of py2many is that all of the python builtin functions be written in a subset of python[1] and then compiled into native code. This has the benefit of avoiding GIL, problems with C-API among other things.

    Do checkout the examples here[2] which work out of the box for many of the 8-9 supported backends.

    [1] https://github.com/py2many/py2many/blob/main/doc/langspec.md

  • cookietemple

    A collection of best practice cookiecutter templates for all domains and languages with extensive Github support ⛺

  • SpeedTests

    comparing the execution speeds of various programming languages

  • android-auto-translate

    Auto translate strings.xml on Android

    Project mention: Android-auto-translate: Auto translate strings.xml on Android using GitHub Acti | news.ycombinator.com | 2023-04-17
  • Sixtyfive

    A synchronization tool, usually suitable for games without steam-cloud support

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

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). The latest post mention was on 2023-08-16.

Python Kotlin related posts

Index

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

Project Stars
1 pants 2,907
2 emerge 651
3 py2many 560
4 cookietemple 146
5 SpeedTests 42
6 android-auto-translate 10
7 Sixtyfive 1
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com