Python resource management with context managers, cleanup patterns, and streaming. Use when managing connections, file handles, implementing cleanup logic, or building streaming responses with accumulated state.
원문 언어: 영어
메뉴
이 저장소의 skills
SkillsMP는 wesleyegberto/software-engineering-skills에서 125개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
wesleyegberto/software-engineering-skills수집된 skill 125개 중 5개를 표시합니다.
Python resource management with context managers, cleanup patterns, and streaming. Use when managing connections, file handles, implementing cleanup logic, or building streaming responses with accumulated state.
원문 언어: 영어
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
원문 언어: 영어
Python type safety with type hints, generics, protocols, and strict type checking. Use when adding type annotations, implementing generic classes, defining structural interfaces, or configuring mypy/pyright.
원문 언어: 영어
Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.
원문 언어: 영어
Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.
원문 언어: 영어