← 返回首页
GitHub - python/pythondotorg: Source code for python.org · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

python/pythondotorg

Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,409 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View all files

python.org

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

About

Source code for python.org

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Contributors

Footer

© 2026 GitHub, Inc.