Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/victorgau/QF20170311
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgau committed Mar 7, 2017
2 parents 0cb7413 + 52ec173 commit 17b95a6
Showing 1 changed file with 51 additions and 2 deletions.
53 changes: 51 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- title: Python 基本語法推廣教材 -->
<!-- title: Python 程式設計基礎教學講義 -->
<!-- subtitle: 版本號:v1.0 -->

# Python 基本語法推廣教材
# Python 程式設計基礎教學講義

Python 版本:3.5 以上

Expand All @@ -11,6 +11,55 @@ Python 程式設計基礎教學講義

(部分內容取自:[李宜熹老師 Python 教學講義](https://github.com/eclee/QF20161108/))

## 課程參考書目

* Introducing Python, Bill Lubanovic, 2015
* Python Cookbook 3rd Edition, David Beazley et al., 2013
* Python for Data Analysis, Wes McKinney, 2013
* Python for Finance, Yves Hilpisch, 2014.
* Python 3.5 技術手冊, 林信良, 2016.

## Python 使用者群組

* [PyLadies Taiwan](http://www.meetup.com/PyLadiesTW/)
* [Django Girls Taipei](http://djangogirls.org/taipei)
* [Taipei.py](http://www.meetup.com/Taipei-py/)
* [Tainan.py](http://www.meetup.com/Tainan-py-Python-Tainan-User-Group/)
* [PyHUG](http://www.meetup.com/pythonhug/)
* [Taichung.py](http://www.meetup.com/Taichung-Python-Meetup/)
* [Kaohsiung.py](http://www.meetup.com/Kaohsiung-Python-Meetup)
* [Hualien.py](http://www.meetup.com/Hualien-Py/)

## 網路資源

* 自學
- [自强学堂](http://www.ziqiangxuetang.com/python/python-tutorial.html)
- [Datacamp](https://www.datacamp.com/getting-started?step=2&track=python)
- ...

* 應用
- [大數學堂](http://www.largitdata.com/course_list/) [Video 教學]
- [jupyter notebook presentation 教學指引](https://www.youtube.com/watch?v=EOpcxy0RA1A)
- [Data Analysis in Python (PyCon APAC 2014)](https://www.youtube.com/watch?v=L43pEDyUN8I)
- ...

* 參考
- [Python 中文 (英文) 官方文档](http://python.usyiyi.cn/)
- [Python 3.5 技術手冊](http://openhome.cc/Gossip/CodeData/PythonTutorial/)
- [27 Jupyter Notebook tips, tricks and shortcuts](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/) ([中譯版](http://www.liuchengxu.org/pelican-blog/jupyter-notebook-tips.html))
- ...

* 諮詢
- [stackoverflow](http://stackoverflow.com/questions/tagged/python)

* 上課講義之外的一些程式排行榜連結
 - [葉難 - 程式語言排行榜](http://yehnan.blogspot.tw/2016/07/blog-post.html)
- [葉難 - 程式語言排行榜 Part 2](http://yehnan.blogspot.tw/2017/02/part-2.html)
- [壹讀 - 2016年,有哪些適合你學習的程式語言?](https://read01.com/mLmB7P.html)
- [What are the 5 most popular programming languages and which pays the best salary?](http://www.cbronline.com/news/internet-of-things/what-are-the-5-most-popular-programming-languages-and-which-pays-the-best-salary-4973423/)
- [5 Best Programming Languages for Web Developers](http://www.fromdev.com/2013/09/Best-Programming-Languages-Web-Development.html)
- [Usage of server-side programming languages for websites](https://w3techs.com/technologies/overview/programming_language/all)

## License

<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/tw/"><img alt="創用 CC 授權條款" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/3.0/tw/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">此教材所使用到的相關平台與套件支援使版權為其個原始創設者所有,本教材的版權則</span>由<a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/victorgau/QF20170311/" property="cc:attributionName" rel="cc:attributionURL">Victor Gau</a>製作,以<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/tw/">創用CC 姓名標示-相同方式分享 3.0 台灣 授權條款</a>釋出。

0 comments on commit 17b95a6

Please sign in to comment.