InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Top 23 TypeScript Python Projects
-
-
Project mention: My SaaS architecture (tech stack) on AWS as a solo developer with Node.js as a backend | reddit.com/r/node | 2023-02-02
Yeah pretty sure sst would make it all cheaper?
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
PostHog
🦔 PostHog provides open-source product analytics, session recording, feature flagging and a/b testing that you can self-host.
-
CapRover
-
gdbgui
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
how does it compare to https://github.com/cs01/gdbgui?
-
qinglong
支持python3、javaScript、shell、typescript 的定时任务管理软件(Timed task management software with python3, javaScript, shell, typescript support)
-
autorest
OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
Project mention: How to auto generate automation code for existing apis? | reddit.com/r/golang | 2022-12-15Doesn't autorest do that? https://github.com/Azure/autorest
-
Sonar
Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
Project mention: Engineers using dbt with VS Code - how are you previewing your results in lieu of the functionality provided by dbt cloud? | reddit.com/r/dataengineering | 2022-06-29
If my employer doesn't consider paying for dbt cloud, I will use u/eatonphil 's datastation, run the queries on a dev database then put them in dbt.
-
Project mention: VSCodium – Free/Libre Open Source Software Binaries of VS Code | news.ycombinator.com | 2022-06-02
-
serverless
This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included. (by cdk-patterns)
-
python-shell
Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio
-
-
-
-
tabnine-vscode
Visual Studio Code client for Tabnine. https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode
Project mention: Understanding AI for coders: Tabnine (your alternative to GitHub Copilot) | news.ycombinator.com | 2022-06-21Both are related to limitations of vscode completion engine, so Tabnine can't really blamed for them in any way.
1. Initially Tabnine's auto-completion was triggered on any character, which best leveraged Tabnine's power but also had inherent problem: when Tabnine was triggered on non-letter character it sometimes prevented Vscode from showing suggestions from other completion sources (LSPs, snippets). There is a discussion in https://github.com/codota/tabnine-vscode/issues/6 with me explaining that the only viable solution is to reduce set of trigger characters to letters only. In the end a fix was pushed that reduced the set of trigger characters, which made the problem less likely but still not solved. The are numerous duplicates of this issue on Github.
2. Another problem is when Vscode has auto-completion suggestions from Tabnine and other sources (LSP, snippets), it frequently puts Tabnine's at the top of list. This is a big no-go for me because most of the time just want to complete the identifier (class field, method etc.). Modifying just the extension code didn't help so in the end I had add a small patch to Vscode itself, which gives lowest score to Tabnine's candidates: https://github.com/sergei-dyshel/vscode/commit/ee73034b9ec6c....
I must admit that both problems can be practically solved by new "inline auto-completion" mechanism in vscode which looks very promising for AI-based completion in general. I'm looking forward to evaluate it.
-
I highly recommend coc.nvim with coc-pyright for python support. Works regardless of vim variant (vim/nvim/etc)
-
Github's implementation is really lazy. There are many much better approaches to precisely this problem. E.g., Jupyter notebooks implement one that has matured in the wild over a decade. There's this very flexible markdown-it plugin that implements anther https://github.com/goessner/markdown-it-texmath, and my version of it here https://github.com/sagemathinc/cocalc/blob/master/src/packag... which I rewrote in typescript with a focus on the same semantics as Jupyter has, but for CoCalc, and I've been working on using unifiedjs to provide more general latex for Markdown (not just formulas) here https://github.com/sagemathinc/cocalc/pull/5982 Parsing math is much easier if you use a plugin to an existing markdown parser, rather than trying to do some hack outside of that (which is what Github probably does, and also what Jupyter does).
-
Project mention: Using Obsidian as a task manager and a personal knowledge database | dev.to | 2023-01-29
Obsidian to Anki
-
Project mention: Quadratic: Open-Source Data Science Spreadsheet with Python, JavaScript and SQL | news.ycombinator.com | 2022-09-23
-
Project mention: Need example of a Plaid API starter app that uses Link | reddit.com/r/reactjs | 2023-01-21
-
Project mention: Self-hosted Alternative to Orbit, Common Room, Commsor | reddit.com/r/selfhosted | 2022-11-02
-
Project mention: serverless framework for python? any recommendation? | reddit.com/r/learnpython | 2023-01-31
stlite
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
TypeScript Python related posts
- 702 - Don’t Worry Be Happy (1/30/23)
- MGSV:TPP no longer verified
- How to monetize open-source SAAS project?
- serverless framework for python? any recommendation?
- Custom boot up (multiple videos)
- Using Obsidian as a task manager and a personal knowledge database
- Themes for Deck
-
A note from our sponsor - InfluxDB
www.influxdata.com | 3 Feb 2023
Index
What are some of the best open-source Python projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | superset | 50,267 |
2 | sst | 11,293 |
3 | PostHog | 10,829 |
4 | CapRover | 9,850 |
5 | gdbgui | 9,044 |
6 | qinglong | 8,750 |
7 | autorest | 4,081 |
8 | aim | 3,067 |
9 | datastation | 2,660 |
10 | Python | 2,038 |
11 | serverless | 1,960 |
12 | python-shell | 1,877 |
13 | ipyvolume | 1,821 |
14 | decky-loader | 1,758 |
15 | termpair | 1,506 |
16 | tabnine-vscode | 1,096 |
17 | coc-pyright | 1,078 |
18 | cocalc | 1,024 |
19 | Obsidian_to_Anki | 892 |
20 | quadratic | 640 |
21 | quickstart | 435 |
22 | crowd.dev | 420 |
23 | stlite | 354 |