Python TypeScript

Open-source Python projects categorized as TypeScript

Top 23 Python TypeScript Projects

  • PostHog

    🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.

    Project mention: Show HN: Monitor your webapp with minimal setup | news.ycombinator.com | 2023-11-20
  • E2B

    Secure sandboxed cloud environments made for AI agents and AI apps

    Project mention: Show HN: Run LLM-generated code in sandboxed envs | news.ycombinator.com | 2023-09-27
  • 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.

  • wave

    Realtime Web Apps and Dashboards for Python and R (by h2oai)

    Project mention: Streamlit alternatives but for Rust? | /r/rust | 2023-10-01

    https://streamlit.io/ https://wave.h2o.ai/ https://reflex.dev/

  • basic-pitch

    A lightweight yet powerful audio-to-MIDI converter with pitch bend detection

    Project mention: Open Source Libraries | /r/AudioAI | 2023-10-02

    spotify/basic-pitch: Audio to midi converter

  • mathesar

    Web application providing an intuitive user experience to databases.

    Project mention: A modern, open-source spreadsheet that goes beyond the grid | news.ycombinator.com | 2023-10-30

    This is what we're trying to do with [Mathesar](https://github.com/centerofci/mathesar). We probably don't meet your needs yet because we don't support real-time concurrent editing, but we're actively working on the project and it is early days.

  • fastapi-react

    🚀 Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker

  • arl

    lists of most popular repositories for most favoured programming languages (according to StackOverflow)

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

  • lotus

    Open Source Pricing & Packaging Infrastructure (by uselotus)

    Project mention: Built a 70k+ LOC Python Pricing Engine | /r/Python | 2023-03-23
  • voltaML-fast-stable-diffusion

    Beautiful and Easy to use Stable Diffusion WebUI

    Project mention: Show HN: Shortbread, a web app that helps you create AI comics in minutes | news.ycombinator.com | 2023-10-06

    Also, VoltaML has a good reference GPU AITemplate SD 1.5 implementation:

    https://github.com/VoltaML/voltaML-fast-stable-diffusion/tre...

    The speed jump is massive on my desktop GPU, probably even more dramatic on cloud hardware, and it may support some things (weight swapping/lora swapping/resolution changing) better than JAX.

  • polar

    Polar is a platform for open source maintainers to get better funding

    Project mention: Polar: Crowd-Fund GitHub Issues by Paying Maintainers, Not Random Bounty Hunters | news.ycombinator.com | 2023-08-12
  • 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

  • listenbrainz-server

    Server for the ListenBrainz project, including the front-end (javascript/react) code that it serves and all of the data processing components that LB uses.

    Project mention: EP Showing Twice | /r/lastfm | 2023-09-21

    If you really <3 clean data you can give listenbrainz.org a go (you can scrobble to that and last.fm concurrently so no need to ‘jump ship’)

  • hyperglass

    hyperglass is the network looking glass that tries to make the internet better.

    Project mention: Hyperglass – the network looking glass that tries to make the internet better | news.ycombinator.com | 2023-09-12
  • agent-protocol

    Common interface for interacting with AI agents. The protocol is tech stack agnostic - you can use it with any framework for building agents.

    Project mention: Show HN: Common protocol for communication with (and between) AI Agents | news.ycombinator.com | 2023-08-09
  • mcap

    MCAP is a modular, performant, and serialization-agnostic container file format, useful for pub/sub and robotics applications.

    Project mention: ROS 2 Iron Irwini Release | news.ycombinator.com | 2023-05-23

    > Especially a tool like RViz is always missing. And in many many robotics video I see (of a moderately complex robot), there's ROS's RViz on some screen.

    I would love the future robotics development stack to be more modular, so that (for example) future middleware solutions don't need to also bundle their own visualization software. This was direct inspiration for creating Foxglove Studio[0] for visualization and MCAP[1] for logging - both work great with ROS, or equally well without it.

    [0] https://github.com/foxglove/studio

    [1] https://github.com/foxglove/mcap

  • DI-sheep

    羊了个羊 + 深度强化学习(Deep Reinforcement Learning + 3 Tiles Game)

  • appstore

    :convenience_store: App Store for Nextcloud

    Project mention: Roundcube Open-Source Webmail Software Merges with Nextcloud | news.ycombinator.com | 2023-11-29

    I have good news for you: https://apps.nextcloud.com

    Nextcloud is nothing more than a collection of small apps. You can disable even core things like sharing.

  • pydantic-to-typescript

    CLI Tool for converting pydantic models into typescript definitions

  • dtale-desktop

    Build a data visualization dashboard with simple snippets of python code

  • django-step-by-step

    A Django + Vue reference project that focuses on developer tooling and CI/CD + IaC

    Project mention: What is your development cycle when using docker and containers? What's the general flow between developing locally and running the containers to test. | /r/django | 2023-01-22

    Here's an example of a docker-compose file in my reference Django project: https://github.com/briancaffey/django-step-by-step/blob/main/docker-compose.yml

  • granblue-automation-pyautogui

    Educational application aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using a variety of CV technologies in the backend such as OpenCV, PyAutoGUI and EasyOCR and a frontend coded in Typescript.

  • CoreProject

    Imagine a new platform

    Project mention: How I recreated `svelte` `blur` effect using `alpine.js` and `tailwind.css` | /r/django | 2023-06-22

    Hi, Great question. Actually i used django + alpinejs to create this effect. If you go to the repo mentioned in the blog, you can see the full backend :)

  • Evernote-for-Linux

    This is an unofficial packaged version of Evernote (same as the Windows distribution version)

  • SaaSHub

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

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-11-29.

Python TypeScript related posts

Index

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

Project Stars
1 PostHog 14,567
2 E2B 5,603
3 wave 3,740
4 basic-pitch 2,509
5 mathesar 1,946
6 fastapi-react 1,889
7 arl 1,831
8 lotus 1,559
9 voltaML-fast-stable-diffusion 872
10 polar 746
11 emerge 616
12 listenbrainz-server 593
13 hyperglass 538
14 agent-protocol 525
15 mcap 358
16 DI-sheep 346
17 appstore 265
18 pydantic-to-typescript 213
19 dtale-desktop 156
20 django-step-by-step 146
21 granblue-automation-pyautogui 105
22 CoreProject 99
23 Evernote-for-Linux 74
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com