반응형
반응형

Top 40 Open-source Developer Tools with the Most GitHub Stars

 

https://medium.com/@nocobase/top-40-open-source-developer-tools-with-the-most-github-stars-1d50674f21ba

 

Top 40 Open-source Developer Tools with the Most GitHub Stars

Discover the top 40 GitHub Star projects for developers, covering 7 key areas including low-code, AI assistants, and API development.

medium.com

GitHub에서 가장 많은 별점을 받은 상위 40개 오픈소스 개발자 도구

 

 

1.스트림릿(⭐38.7k)

GitHub: https://github.com/streamlit/streamlit

웹사이트: https://streamlit.io/

소개: 개발자가 데이터 처리 논리를 대화형 웹 애플리케이션으로 빠르게 변환할 수 있도록 하는 데이터 시각화에 중점을 둔 Python 웹 프레임워크입니다.

핵심 기능:

  • 미니멀리스트 스크립트 개발: 미니멀리스트 API를 사용하여 개발자는 단 몇 줄의 Python 코드만으로 웹 애플리케이션을 구축할 수 있습니다. 애플리케이션은 코드가 저장될 때마다 자동으로 새로 고쳐지고 업데이트되므로 빠른 반복 작업과 실험에 적합합니다.
  • 네이티브 상호작용 통합: 상호작용 구성 요소를 추가하는 것은 변수 정의만큼 간단합니다. 백엔드 코드 작성, 경로 설정, 요청 처리, HTML/CSS/JS 처리가 필요 없어 풀스택 개발의 문턱이 낮아집니다.
  • 즉각적인 배포: 애플리케이션을 Streamlit Community Cloud(무료), Snowflake(엔터프라이즈 수준) 또는 기타 플랫폼에 직접 배포하여 빠르게 실행하고 공유할 수 있습니다.

2. 앱스미스 (⭐36.6k)

GitHub: https://github.com/appsmithorg/appsmith

웹사이트: https://www.appsmith.com/

소개: Appsmith는 엔터프라이즈급 백엔드, 관리 패널, 내부 도구를 구축하기 위해 특별히 설계된 오픈소스 로우코드 플랫폼으로, AI 통합과 다중 데이터 소스 연결을 지원합니다.

핵심 기능:

  • 시각적 인터페이스 구축: 드래그 앤 드롭 UI 편집기와 풍부한 구성 요소 라이브러리를 통해 완벽한 기능을 갖춘 백엔드 시스템과 비즈니스 패널을 빠르게 구축할 수 있습니다.
  • 다중 데이터 소스 통합: 기본적으로 25가지 이상의 데이터베이스 유형과 모든 REST 또는 GraphQL API를 지원하여 기존 엔터프라이즈 시스템에 원활하게 연결됩니다.
  • AI 및 자동화 기능: AI 기능과 워크플로 엔진이 내장되어 있어 지능형 에이전트(에이전트)와 자동화된 비즈니스 프로세스 구축을 지원하여 지능형 애플리케이션 개발을 가속화합니다.
반응형
반응형

[python] streamlit.io - A faster way to build and share data apps

 

 

https://www.youtube.com/watch?v=d7fnzDQ5qM8

https://streamlit.io/

 

Streamlit • A faster way to build and share data apps

Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver interactive data apps – in only a few lines of code.

streamlit.io

Summary for experts

 
  1. Set up your Python development environment.
  2. Run:

    pip install streamlit

  3. Validate the installation by running our Hello app:

    streamlit hello

  4. Jump to our Basic concepts.
반응형
반응형

https://streamlit.io/

 

streamlit

A faster way to build and share data apps

pypi.org

https://pypi.org/project/streamlit/

 

Streamlit • A faster way to build and share data apps

Streamlit is an open-source Python framework for machine learning and data science teams. Create interactive data apps in minutes.

streamlit.io

https://pyscript.com/

 

PyScript

 

pyscript.com

What is Streamlit?

Streamlit lets you transform Python scripts into interactive web apps in minutes, instead of weeks. Build dashboards, generate reports, or create chat apps. Once you’ve created an app, you can use our Community Cloud platform to deploy, manage, and share your app.

Why choose Streamlit?

  • Simple and Pythonic: Write beautiful, easy-to-read code.
  • Fast, interactive prototyping: Let others interact with your data and provide feedback quickly.
  • Live editing: See your app update instantly as you edit your script.
  • Open-source and free: Join a vibrant community and contribute to Streamlit's future.

Installation

Open a terminal and run:

$ pip install streamlit
$ streamlit hello

 

ctrl + C : 웹서버 shutdown 

 

.

반응형

+ Recent posts