https://github.com/chairco/ccupy2018
Python 應用教學
https://github.com/chairco/ccupy2018
education educational-project linebot python
Last synced: 23 days ago
JSON representation
Python 應用教學
- Host: GitHub
- URL: https://github.com/chairco/ccupy2018
- Owner: chairco
- License: gpl-3.0
- Created: 2018-09-21T05:23:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T05:43:48.000Z (over 6 years ago)
- Last Synced: 2025-04-12T06:52:59.083Z (23 days ago)
- Topics: education, educational-project, linebot, python
- Language: Jupyter Notebook
- Homepage:
- Size: 4.41 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CCUPY2018
課綱請參考 [Hackmd](https://hackmd.io/s/rybuBNAdm) 教學說明
此次課程一共分為三場,所有課程內容皆可從下分類資料夾進入取得。## 基礎教學
+ [課程資料夾](/Python基礎教學)
+ [課前準備](/Python基礎教學/課前準備.md)
+ [Sli.do 即時提問(輸入:E220)](https://www.sli.do/)
+ [問卷](https://docs.google.com/forms/d/e/1FAIpQLSf4HrFB3ysDJYvrFF3b_yeU9kR3Dem-e_GiSlKwUseYYnRKag/viewform?usp=send_form)## 中階教學
+ [課程資料夾](/Python中階教學)
+ [課前準備](/Python中階教學/課前準備.md)
+ [Sli.do 即時提問(輸入:T051)](https://www.sli.do/)
+ [問卷](https://docs.google.com/forms/d/e/1FAIpQLSdZRV5IM9x1X6uGTaYeXNXDTFue0foV5hL046dffmQr1Kmzcw/viewform)## 進階應用
+ [課程資料夾](/Python進階應用)
+ [課前準備](/Python進階應用/課前準備.md)
+ [Sli.do 即時提問(輸入:P908)](https://www.sli.do/)
+ [問卷](https://docs.google.com/forms/d/e/1FAIpQLSeEfrAJ9aXuxttlxiQP0cP1cQLmoJe2vJZRw8K22BY6n5_NgA/viewform)## 參考資源
### 環境安裝
+ [安裝 Anaconda](http://blog.cavedu.com/2018/09/28/ai%E4%BA%BA%E5%B7%A5%E6%99%BA%E6%85%A7-%E7%A5%9E%E7%B6%93%E9%81%8B%E7%AE%97-%E9%96%8B%E6%BA%90%E5%B7%A5%E5%85%B7tensorflow%E8%88%87%E5%AE%89%E8%A3%9D%EF%BC%88windows%EF%BC%89/)### 線上 Python 學習
+ [Python 初學指南](https://blog.liang2.tw/posts/2016/01/lab-coding-python/)
+ [Google Python tutorial](https://developers.google.com/edu/python/introduction)
+ [JupyterNotebook 介紹](https://github.com/victorgau/KHPY20180324)
+ [RealPython - 豐富的線上課程](https://realpython.com/)
+ [線上手把手學習 Python](https://www.codecademy.com/learn/learn-python)
+ [成為 Python 數據分析達人的第一課](http://moocs.nccu.edu.tw/course/121/section/lecture/)### Git
+ [Git 基礎教學](http://djangogirlstaipei.herokuapp.com/tutorials/version-control-with-git/?os=windows)
+ [Git-it](http://jlord.us/git-it/index-zhtw.html)### 爬蟲
+ [爬蟲教學](https://github.com/leVirve/CrawlerTutorial)
+ [比美麗更美麗](https://aji.tw/slides/pycon2017/#/)### 進階補充
+ [視覺顯示程式碼運作](http://www.pythontutor.com/)
+ [Python tips](http://book.pythontips.com/en/latest/index.html)
+ [Problem Solving with Algorithms and Data Structures using Python](http://interactivepython.org/runestone/static/pythonds/index.html)
+ [Python build-in function](https://docs.python.org/3/library/functions.html#all)
+ [Google Python 風格](http://google-styleguide.googlecode.com/svn/trunk/pyguide.html)