·numba

Python 및 NumPy 코드의 하위 집합을 빠른 기계어 코드로 변환하는 Python용 JIT(Just-In-Time) 컴파일러입니다. Anaconda, Inc.에서 개발했습니다. 루프, 사용자 정의 수학 함수 및 복잡한 수치 알고리즘을 가속화하는 데 매우 효과적입니다. @njit, @Vectorize, prange, cuda.jit, numba.typed, JIT 컴파일, 병렬 루프, CUDA를 통한 GPU 가속, Monte Carlo 시뮬레이션, 수치 알고리즘 및 고성능 Python 컴퓨팅에 사용됩니다.

11설치·0트렌드·@tondevrel

설치

$npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numba

numba 설치 방법

명령줄에서 numba AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numba
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: tondevrel/scientific-agent-skills.

Numba makes Python code go fast. It works by decorating your functions with decorators that tell Numba to compile them. It is particularly effective for code that involves heavy numerical loops and NumPy array manipulations.

Official docs: https://numba.pydata.org/numba-doc/latest/index.html User Guide: https://numba.pydata.org/numba-doc/latest/user/index.html Search patterns: @njit, @vectorize, prange, cuda.jit, numba.typed

This is the "gold standard" for Numba. In this mode, Numba compiles the code without using the Python C-API, resulting in maximum speed. If it can't compile (e.g., because of unsupported Python objects), it throws an error.

Python 및 NumPy 코드의 하위 집합을 빠른 기계어 코드로 변환하는 Python용 JIT(Just-In-Time) 컴파일러입니다. Anaconda, Inc.에서 개발했습니다. 루프, 사용자 정의 수학 함수 및 복잡한 수치 알고리즘을 가속화하는 데 매우 효과적입니다. @njit, @Vectorize, prange, cuda.jit, numba.typed, JIT 컴파일, 병렬 루프, CUDA를 통한 GPU 가속, Monte Carlo 시뮬레이션, 수치 알고리즘 및 고성능 Python 컴퓨팅에 사용됩니다. 출처: tondevrel/scientific-agent-skills.

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numba
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-22
업데이트
2026-03-11

Browse more skills from tondevrel/scientific-agent-skills

빠른 답변

numba이란?

Python 및 NumPy 코드의 하위 집합을 빠른 기계어 코드로 변환하는 Python용 JIT(Just-In-Time) 컴파일러입니다. Anaconda, Inc.에서 개발했습니다. 루프, 사용자 정의 수학 함수 및 복잡한 수치 알고리즘을 가속화하는 데 매우 효과적입니다. @njit, @Vectorize, prange, cuda.jit, numba.typed, JIT 컴파일, 병렬 루프, CUDA를 통한 GPU 가속, Monte Carlo 시뮬레이션, 수치 알고리즘 및 고성능 Python 컴퓨팅에 사용됩니다. 출처: tondevrel/scientific-agent-skills.

numba 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/tondevrel/scientific-agent-skills --skill numba 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/tondevrel/scientific-agent-skills

상세

카테고리
</>개발 도구
출처
skills.sh
최초 등록
2026-02-22