·python-best-practices
</>

python-best-practices

Pythonischer Code mit modernen Typhinweisen, Datenklassen, asynchronen Mustern, Paketierung und Tests

13Installationen·3Trend·@rohitg00

Installation

$npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill python-best-practices

So installieren Sie python-best-practices

Installieren Sie den KI-Skill python-best-practices schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill python-best-practices
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: rohitg00/awesome-claude-code-toolkit.

Always type function signatures. Use mypy --strict or pyright in CI. Use type: ignore comments sparingly with justification.

Use frozen=True for immutable value objects. Use slots=True for memory efficiency.

Rule: Use dataclasses for domain models and internal structs. Use Pydantic for API boundaries, config files, and external data parsing.

Pythonischer Code mit modernen Typhinweisen, Datenklassen, asynchronen Mustern, Paketierung und Tests Quelle: rohitg00/awesome-claude-code-toolkit.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill python-best-practices
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-24
Aktualisiert
2026-03-11

Browse more skills from rohitg00/awesome-claude-code-toolkit

Schnelle Antworten

Was ist python-best-practices?

Pythonischer Code mit modernen Typhinweisen, Datenklassen, asynchronen Mustern, Paketierung und Tests Quelle: rohitg00/awesome-claude-code-toolkit.

Wie installiere ich python-best-practices?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill python-best-practices Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/rohitg00/awesome-claude-code-toolkit