Skip to content

Commit 0bcff04

Browse files
authored
Update README.md
1 parent 82dec34 commit 0bcff04

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
# python-tutorial
2-
3-
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](CONTRIBUTING.md)
4-
[![GitHub contributors](https://img.shields.io/github/contributors/shibing624/python-tutorial.svg)](https://github.com/shibing624/python-tutorial/graphs/contributors)
5-
[![License Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
61
[![python_vesion](https://img.shields.io/badge/Python-3.5%2B-green.svg)](requirements.txt)
2+
[![License Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
73
[![GitHub issues](https://img.shields.io/github/issues/shibing624/python-tutorial.svg)](https://github.com/shibing624/python-tutorial/issues)
84
[![Wechat Group](http://vlog.sfyc.ltd/wechat_everyday/wxgroup_logo.png?imageView2/0/w/60/h/20)](#Contact)
95

10-
6+
# python-tutorial
117
Python实用教程,包括:Python基础,Python高级特性,面向对象编程,多线程,数据库,数据科学,Flask,爬虫开发教程。
128

139

14-
1510
在本Python教程包含了一些范例,涵盖了大多数Python日常脚本任务,是入门Python的学习资料,也可以作为工作中编写Python脚本的参考实现。
1611
以下所有实现均在python3环境下测试。
1712

@@ -110,16 +105,16 @@ Python实用教程,包括:Python基础,Python高级特性,面向对象
110105

111106

112107

113-
# Cite
108+
# Citation
114109

115110
如果你在研究中使用了python-tutorial,请按如下格式引用:
116111

117112
```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}
123118
}
124119
```
125120

0 commit comments

Comments
 (0)