abduznik/instrumation
Good First Issues in Python
Python's readability makes it one of the friendliest languages for a first contribution, spanning web, data, ML, and tooling projects.
24+ open beginner issues
18 repositories
June 27, 2026 last updated
Open Python issues for beginners
abduznik/instrumation
Add Gaussian noise to simulated instrument measurements
yarrasys/skills
Submit kdbx plugin to anthropics/claude-plugins-official (manual web form)
abduznik/instrumation-report
Add `Report.from_twin(twin)` stub for instrumation digital twin integration
abduznik/instrumation-report
Add `generate_json()` export on Report
Charuhasini30/ai-interview-coach
Frontend Dashboard (Real UI)
Charuhasini30/ai-interview-coach
Company-specific Interview Tracks
omnigent-ai/omnigent
Docs: add a headless/API-first local run guide
industrial-optimization-group/DESDEO
[BUG] ScipyDeSolver (and potentially other solvers) does not work with simulator problems.
belal-i/lampsible
`--database-port` flag
topoteretes/cognee
[integrations] Env-var reference doc
topoteretes/cognee
[integrations] n8n node + credential tests
ageos-labs/ageos-runtime
feat: improve code coverage
alunduil/zfs-replicate
Click CLI type-checks under mypy strict without `# type: ignore[misc]`
tomkabel/vooglaadija
[HIGH] figure out universal and reliable non-youtube media download method
mem0ai/mem0
feat(ts-sdk): add Pinecone vector store
Soroban-Cookbook/Soroban_Cookbook_online
Phase 6: Mobile Responsiveness Audit
Soroban-Cookbook/Soroban_Cookbook_online
Phase 5: Page Speed Optimization
livepeer/live-runner-example-apps
Add a realtime Flux Klein example over Trickle (remote signer + local SDK)
shunbolt/DT-Archie
Add admin command to connect back to local network
ThreatRecall/zettelforge
Add YARA rule reference extraction
ThreatRecall/zettelforge
Add IPv6 address extraction
Scottcjn/rustchain-bounties
[ONBOARD: 1 RTC] Star + File Your First Bug Report
czl9707/build-your-own-openclaw
Other Provider Configuration Examples
How to contribute to a Python project
Create a virtual environment (`python -m venv .venv`), install dev dependencies (often `pip install -e .[dev]` or via `requirements-dev.txt`), then run the tests.
- Match the project's formatting — most use black/ruff and will reject unformatted PRs.
- Write or update a test for your change; Python projects value coverage.
- Docstring and typing improvements are well-scoped first issues.
Track these Python issues and get AI-matched
Sign up free to bookmark issues, track your pull requests, and get AI-picked matches for your exact skill level.
Start contributing — it's free
FirstIssue.dev