python

Community

Python development patterns and best practices.

Authorafrojuju1
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Provides Python development guidelines to improve code quality, readability, and maintainability across the project.

Core Features & Use Cases

  • Type hints everywhere: Encourage explicit typing to catch errors early
  • No barrel imports: Prefer direct imports for clarity
  • Ruff integration: Use ruff for linting/formatting
  • Script execution discipline: Run with python script.py

Quick Start

Read the references for typing and import practices, and adopt the recommended patterns in new modules.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: python
Download link: https://github.com/afrojuju1/county_scraper_2/archive/main.zip#python

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository