Skip to content

Commit

Permalink
更新說明檔
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgau committed Mar 26, 2017
1 parent d0373c7 commit 37bb3d4
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,35 @@
<!-- title: Python 程式設計基礎教學講義 -->
<!-- title: 智慧投資與程式交易 -->
<!-- subtitle: 版本號:v1.0 -->

# Python 程式設計基礎教學講義
# 智慧投資與程式交易

智慧投資與程式交易這門課主要分成三個部分,涵蓋了理論及實際應用:

1. Python 基礎教程
2. Python 在量化投資策略的應用
3. 量化投資策略及理論

這個 repo 的內容是這門課的第一部分 (Python 基礎教程的部分)。

Python 版本:3.5 以上

## 簡介

Python 是一門相對好學,而且是各個領域都可以使用的一般性語言
Python 是一門相對好學,而且是各個領域都可以使用的一般性程式語言

這個 repo 裡面的內容是 "智慧理財與程式交易" 這門課裡面的 Python 基礎教程的部分。
這個基礎教程分成三個部分:

分成三個部分:

* Python 基礎
* Numpy, MatPlotLib, Pandas 介紹
* Python 的 Web 框架
1. Python 程式設計基礎
2. Numpy, MatPlotLib, Pandas 介紹
3. Python 的 Web 框架

前兩部分主要會使用 Jupyter Notebook 來進行教學、講解範例、提高學習興趣,目標是希望學員可以理解並實作簡單的股票分析系統。

(印製的講義的部分內容取自:[李宜熹老師 Python 教學講義](https://github.com/eclee/QF20161108/))
最後一個部分還在構思,尚未決定要講解什麼樣的應用實例。

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

(上課的實際內容以目錄內的 .ipynb 為準,內容會不斷更新,且會依學員的反應,動態的做調整。)
(上課的實際內容以各目錄內的 .ipynb 為準,內容會不斷更新,且會依學員的反應動態的做調整。)

## 教材的使用

Expand Down

0 comments on commit 37bb3d4

Please sign in to comment.