Back to list
vuralserhat86

python-developer

by vuralserhat86

OS for Agents: 130+ Agentic Skills, Gemini Protocols, and Autonomous Workflows. (Antigravity System)

19🍴 9📅 Jan 23, 2026

SKILL.md


name: python_developer router_kit: AIKit description: Python best practices, FastAPI, Pandas ve veri bilimi kütüphaneleri kullanımı. metadata: skillport: category: development tags: [architecture, automation, best practices, clean code, coding, collaboration, compliance, debugging, design patterns, development, documentation, efficiency, git, optimization, productivity, programming, project management, python developer, quality assurance, refactoring, software engineering, standards, testing, utilities, version control, workflow] - data-science

🐍 Python Developer

Modern Python geliştirme standartları ve kütüphane ekosistemi.


Python Developer v1.1 - Enhanced

🔄 Workflow

Kaynak: PEP 8 - Style Guide for Python Code & FastAPI Documentation

Aşama 1: Environment & Dependency

  • Venv: Her proje için izole bir sanal ortam (venv veya poetry) kur.
  • Type Hints: Python 3.9+ tip belirteçlerini (Type Hints) kullanarak kodun okunabilirliğini artır.

Aşama 2: API & Application Logic

  • Backend: FastAPI ile asenkron (async def) endpointler oluştur.
  • Validation: Girdi verilerini Pydantic modelleriyle doğrula.
  • Concurrency: CPU heavy işler için Multiprocessing, I/O heavy işler için AsyncIO kullan.

Aşama 3: Testing & Code Quality

  • Linting: Ruff veya Flake8 ile kod statik analizini yap.
  • Testing: Pytest ile kapsamlı unit ve entegrasyon testlerini yaz.

Kontrol Noktaları

AşamaDoğrulama
1Kod PEP 8 standartlarına uygun mu?
2Dependencies (requirements.txt veya pyproject.toml) güncel mi?
3Global interpreter lock (GIL) sınırlamaları dikkate alındı mı?

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon