SkillAgentSearch skills...

Pythondotorg

Source code for python.org

Install / Use

/learn @python/Pythondotorg
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

python.org

CI Documentation Status

The codebase behind python.org. Built with Django, PostgreSQL, Redis, and Celery.

[!NOTE] The repository for CPython itself is at https://github.com/python/cpython, and the issue tracker is at https://github.com/python/cpython/issues/.

Similarly, issues related to Python's documentation can be filed in https://github.com/python/cpython/issues/.

Quick start

make serve

Then visit http://localhost:8000. See the full setup docs for prerequisites.

Contributing

Fork the repo, create a branch, and open a pull request. Before submitting:

  • Run make test and make sure the suite passes
  • Run make lint and make fmt
  • Write tests for any new or changed code
  • Check for missing migrations with make migrations

CI runs on every PR — it checks for ungenerated migrations and enforces a 75% test coverage minimum. PRs that fail CI won't be merged.

See the full contributing guide for details.

License

Apache License

View on GitHub
GitHub Stars1.6k
CategoryDevelopment
Updated1d ago
Forks671

Languages

Python

Security Score

100/100

Audited on Apr 4, 2026

No findings