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. Learn more →
Top 7 Python Kotlin Projects
-
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-17Slightly 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.
-
> 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 ⛺
-
-
Project mention: Android-auto-translate: Auto translate strings.xml on Android using GitHub Acti | news.ycombinator.com | 2023-04-17
-
-
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.
Python Kotlin related posts
- Transpiler, a Meaningless Word
-
py2many VS kithon - a user suggested alternative
2 projects | 17 Jun 2023
- Ask HN: How many websites, apps or notifications do you look at to “catch-up”?
- Change playback speed on the GoGoAnime addon
- Who here doesn't use tachiyomi?
- Logcat is awful. What would you improve?
- Self hosted "library" for books, courses, comics, etc.
-
A note from our sponsor - Onboard AI
getonboard.dev | 6 Dec 2023
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 |