Skip to content

Commit

Permalink
为大一小学期 Python 部分添加教程 (#140)
Browse files Browse the repository at this point in the history
* add files for Python Tutorial

* Update README.md
  • Loading branch information
zhaochenyang20 committed Jul 28, 2022
1 parent 1dcccfd commit 0735273
Show file tree
Hide file tree
Showing 16 changed files with 47,765 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Web page: [REKCARC-TSC-UHT.readthedocs.io](https://REKCARC-TSC-UHT.readthedocs.i

如果您是清华大学学生,可移步 https://git.tsinghua.edu.cn/pkuanonym/REKCARC-TSC-UHT 进行查看并且能节约不少流量。

感谢对本项目贡献的同学:[Trinkle23897](https://github.com/trinkle23897)、[LJSthu](https://github.com/ljsthu)、[shyoshyo](https://github.com/shyoshyo)、[wuhaozhe](https://github.com/wuhaozhe)、[choumartin1234](https://github.com/choumartin1234)、[FztTony](https://github.com/FztTony/)、[VicaYang](https://github.com/VicaYang/)、[duzx16](https://github.com/duzx16/)、[zerotrac](https://github.com/zerotrac)、[gjz010](https://github.com/gjz010/)、[Recursion](https://github.com/RecursionSheep)、[linusboyle](https://github.com/linusboyle)、[namasikanam](https://github.com/namasikanam)、[JamesZhengYuyu](https://github.com/JamesZhengYuyu)、[zx1239856](https://github.com/zx1239856)、[yaoqs](https://github.com/yaoqs)、[heheda12345](https://github.com/heheda12345)、[MashPlant](https://github.com/MashPlant)、[lwpie](https://github.com/lwpie)、[cht33](https://github.com/cht33)、[chenweize1998](https://github.com/chenweize1998)、[will7101](https://github.com/will7101)、[UNIDY2002](https://github.com/UNIDY2002)、[yinhaoxuan](https://github.com/yinhaoxuan)、[zhengkw18](https://github.com/zhengkw18)、[rcy17](https://github.com/rcy17)、[prnake](https://github.com/prnake)、[qky18](https://github.com/qky18)、[JamesZFS](https://github.com/JamesZFS)、[Co1lin](https://github.com/Co1lin)、[3ToThe6](https://github.com/3ToThe6)、[c7w](https://github.com/c7w), ……以及电脑前的您!
感谢对本项目贡献的同学:[Trinkle23897](https://github.com/trinkle23897)、[LJSthu](https://github.com/ljsthu)、[shyoshyo](https://github.com/shyoshyo)、[wuhaozhe](https://github.com/wuhaozhe)、[choumartin1234](https://github.com/choumartin1234)、[FztTony](https://github.com/FztTony/)、[VicaYang](https://github.com/VicaYang/)、[duzx16](https://github.com/duzx16/)、[zerotrac](https://github.com/zerotrac)、[gjz010](https://github.com/gjz010/)、[Recursion](https://github.com/RecursionSheep)、[linusboyle](https://github.com/linusboyle)、[namasikanam](https://github.com/namasikanam)、[JamesZhengYuyu](https://github.com/JamesZhengYuyu)、[zx1239856](https://github.com/zx1239856)、[yaoqs](https://github.com/yaoqs)、[heheda12345](https://github.com/heheda12345)、[MashPlant](https://github.com/MashPlant)、[lwpie](https://github.com/lwpie)、[cht33](https://github.com/cht33)、[chenweize1998](https://github.com/chenweize1998)、[will7101](https://github.com/will7101)、[UNIDY2002](https://github.com/UNIDY2002)、[yinhaoxuan](https://github.com/yinhaoxuan)、[zhengkw18](https://github.com/zhengkw18)、[rcy17](https://github.com/rcy17)、[prnake](https://github.com/prnake)、[qky18](https://github.com/qky18)、[JamesZFS](https://github.com/JamesZFS)、[Co1lin](https://github.com/Co1lin)、[3ToThe6](https://github.com/3ToThe6)、[c7w](https://github.com/c7w), [Eren Zhao](https://zhaochenyang20.github.io/about/) ……以及电脑前的您!

## 前言

Expand Down
34 changes: 34 additions & 0 deletions 大一小学期/Week_3-Python/docs/CodeReview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 审核者须知

参考技能文档的[编写者须知](https://docs.net9.org/notes/editor/),除此之外:

1. 将翻译稿中出现的类似于“书中第 xx 章”的字样删去。
2. 所以示例代码必须自己完全运行,避免因为 API 过于老旧无法使用。

------

# 重要事项

**正确使用标点符号**

+ 正确使用**全角**标点符号与**半角**标点符号。汉语请使用全角符号,英语请使用半角符号。
+ 请在每句话的末尾添加**句号**
+ 正确使用**括号**。括号在句中表示对句中前一个元素的解释说明,如 `语法糖(英语:Syntactic sugar)`。括号在句外表示对前面整个句子的解释说明。
+ 正确使用**分号**,可以使得行文结构更加清晰。

**正确进行中文排版**

+ **中英文之间、中文和数字之间需要增加空格,数字和单位之间不需要增加空格。**
+ 行文中正文与超链接之间需要增加空格。
+ 全角字符和其他字符之间不加空格。
+ **专有名词使用正确的大小写。如使用缩写,则该缩写应已成为业界标准。**

**推荐的代码风格**

+ 变量使用驼峰命名法、下划线命名法等均可,但需要尽量保证同一篇文档内命名风格统一。
+ 下列代码风格惯例以 C++ 语言为例:
+ 大括号换行与不换行均可,但需要保证同一篇文档内格式统一。不换行时,其与左侧的右括号之间应当有一个空格。
+ 关键字 `if``for` 等与后续左括号之间应当有一个空格。
+ 运算符 `+``-` 等与左右操作数之间应当各有一个空格,运算符 `.``->` 两侧均不应当有空格,逗号 `,` 左侧不应当有空格而右侧应当有空格。
+ 行内注释起始标记 `//` 与注释文字间应当有一个空格。
+ 使用 2 个空格或者 4 个空格进行缩进均可,但需要保证同一篇文档内统一。
Binary file not shown.

0 comments on commit 0735273

Please sign in to comment.