|
1 | | -# python-tutorial |
2 | | - |
3 | | -[](CONTRIBUTING.md) |
4 | | -[](https://github.com/shibing624/python-tutorial/graphs/contributors) |
5 | | -[](LICENSE) |
6 | 1 | [](requirements.txt) |
| 2 | +[](LICENSE) |
7 | 3 | [](https://github.com/shibing624/python-tutorial/issues) |
8 | 4 | [](#Contact) |
9 | 5 |
|
10 | | - |
| 6 | +# python-tutorial |
11 | 7 | Python实用教程,包括:Python基础,Python高级特性,面向对象编程,多线程,数据库,数据科学,Flask,爬虫开发教程。 |
12 | 8 |
|
13 | 9 |
|
14 | | - |
15 | 10 | 在本Python教程包含了一些范例,涵盖了大多数Python日常脚本任务,是入门Python的学习资料,也可以作为工作中编写Python脚本的参考实现。 |
16 | 11 | 以下所有实现均在python3环境下测试。 |
17 | 12 |
|
@@ -110,16 +105,16 @@ Python实用教程,包括:Python基础,Python高级特性,面向对象 |
110 | 105 |
|
111 | 106 |
|
112 | 107 |
|
113 | | -# Cite |
| 108 | +# Citation |
114 | 109 |
|
115 | 110 | 如果你在研究中使用了python-tutorial,请按如下格式引用: |
116 | 111 |
|
117 | 112 | ```latex |
118 | | -@software{python-tutorial, |
119 | | - author = {Xu Ming}, |
120 | | - title = {python-tutorial: Python3 Tutorial for Beginners}, |
121 | | - year = {2021}, |
122 | | - url = {https://github.com/shibing624/python-tutorial}, |
| 113 | +@misc{python-tutorial, |
| 114 | + title={python-tutorial: Python3 Tutorial for Beginners}, |
| 115 | + author={Ming Xu}, |
| 116 | + howpublished={https://github.com/shibing624/python-tutorial}, |
| 117 | + year={2021} |
123 | 118 | } |
124 | 119 | ``` |
125 | 120 |
|
|
0 commit comments