diff --git a/translated/tech/20210916 Crunch numbers in Python with NumPy.md b/published/20210916 Crunch numbers in Python with NumPy.md similarity index 99% rename from translated/tech/20210916 Crunch numbers in Python with NumPy.md rename to published/20210916 Crunch numbers in Python with NumPy.md index 972dcf746a..551d1acc72 100644 --- a/translated/tech/20210916 Crunch numbers in Python with NumPy.md +++ b/published/20210916 Crunch numbers in Python with NumPy.md @@ -3,9 +3,9 @@ [#]: author: "Ayush Sharma https://opensource.com/users/ayushsharma" [#]: collector: "lujun9972" [#]: translator: "wxy" -[#]: reviewer: " " -[#]: publisher: " " -[#]: url: " " +[#]: reviewer: "wxy" +[#]: publisher: "wxy" +[#]: url: "https://linux.cn/article-14160-1.html" 用 NumPy 在 Python 中处理数字 ======