Skip to content

Conversation

@saikirankanakala
Copy link
Contributor

Summary

This pull request fixes the broken link for Python 中文学习大本营 in the Chinese Python section of free-programming-books.
The original URL (http://www.pythondoc.com/
) now redirects to unrelated or spam content, and no longer provides any Python learning material.

What was wrong

The original site is unreachable or misdirected for most regions.

It does not serve Python-related content anymore.

No verifiable archived or mirrored version exists that contains the original material.

Issue #13005 confirms the problem and recommends removing or replacing the link.

What I did

Removed the outdated and misdirecting link.

Replaced it with a stable, reputable, free Chinese tutorial: 菜鸟教程 · Python3 教程

URL: https://www.runoob.com/python3/python3-tutorial.html

This resource is widely used, free, beginner-friendly, and maintained.

Ensured formatting matches the repository’s Markdown style.

Why this replacement

Provides equivalent free educational content.

Known reliable resource in the Chinese developer community.

Accessible globally (unlike the original site).

Aligns with the repository’s goal of providing high-quality free programming materials.

Related Issue

Fixes: #13005

@github-actions
Copy link

Linter failed, fix the error(s):

free-programming-books/books/free-programming-books-zh.md
660:1-673:78  warning  Alphabetical ordering: swap l.667 and l.666  alphabetize-lists  remark-lint

@github-actions github-actions bot added the linter error Please, correct build errors found by linter! label Nov 13, 2025
@github-actions
Copy link

Linter failed, fix the error(s):

free-programming-books/books/free-programming-books-zh.md
660:1-673:78  warning  Alphabetical ordering: swap l.667 and l.666  alphabetize-lists  remark-lint

@saikirankanakala
Copy link
Contributor Author

All checks have successfully passed, and the alphabetical ordering issue has been fully resolved.
The outdated Python 中文学习大本营 link has been replaced with a reliable, widely used, and globally accessible Chinese Python tutorial, ensuring users receive accurate and relevant learning resources.

This update aligns with the repository’s standards for high-quality free programming materials.

The PR is now complete and ready for merge.
Thank you for your time and review!

@github-actions github-actions bot removed the linter error Please, correct build errors found by linter! label Nov 13, 2025
@eshellman
Copy link
Collaborator

remove the runoob addition from this PR please

@eshellman eshellman added the waiting for changes PR has been reviewed and changes/suggestions requested label Nov 13, 2025
@saikirankanakala
Copy link
Contributor Author

@eshellman Done! I’ve removed the Runoob addition. Please take another look and let me know if any other changes are needed.

Copy link

@jdalfons jdalfons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@saikirankanakala
Copy link
Contributor Author

saikirankanakala commented Nov 14, 2025

@eshellman All requested changes have been addressed and all checks have passed.
Could you please merge this PR when you get a chance? Thank you!

@eshellman
Copy link
Collaborator

Thanks, and welcome to free-programming-books!

@eshellman eshellman merged commit 96a68ce into EbookFoundation:main Nov 15, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting for changes PR has been reviewed and changes/suggestions requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A Chinese Python link leads to an unrelated website.

3 participants