File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
117Python实用教程,包括: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
You can’t perform that action at this time.
0 commit comments