羅德興老師的教學歷程檔案 - 104-2 資訊技術 - Python 學習資源
 

企業資訊與管理系
助理教授/日導
羅德興


歷程檔案 Portfolio

    Python 學習資源


    0.
    http://openhome.cc/Gossip/Python/
    語言技術:Python Gossip
    Beautiful is better than ugly.
    Explicit is better than implicit.
    Simple is better than complex.
    Complex is better than complicated.
    ... from The Zen of Python, by Tim Peters



    1. MANNING PUBLICATIONS 

    Hello World! Computer Programming for Kids and Other Beginners

    https://www.manning.com/books/hello-world

    WARREN SANDE
    CARTER SANDE
    Second Edition
     


    2.

    程式語言教學誌 

    http://pydoing.blogspot.tw/


    3. 

    Hello! Python

    http://www.wowebook.info/book/hello-python/
    or

    download here



    4.
     



     5.
    咬一口 Python

     
    6. 
    用 Python 寫電腦遊戲



    7. Step-by-Step 學習 Python
    http://pythonguidecn.readthedocs.org/zh/latest/intro/learning.html


    8.

    Pandas+SQL 操作

    https://cflin.com/wordpress/category/pythoncode

    (Sources: 台大系統訓練班課程網頁 (林奇賦))

    範例程式碼

    此範例程式主要流程大致為:

    (1) 透過 requests 呼叫政府公開資料的 API 得到空氣品質指標的資料( JSON 格式)
    (2) 透過 json.loads 函數將資料讀入
    (3) 使用 pandas DataFrame 產生出資料框
    (4) 透過 sqlalchemy 模組中的 create_engine 函數來建立 sqlite 的連線 ,並設定將資料表儲存在 memory 中(提供一次性的操作使用,若需要永久儲存則可以寫入檔案中)
    (5) 使用 SQL 語法作取出特定的欄位(縣市、區域、平均 PM2.5 值)並以 PM2.5 的值由大至小排序。

    9.
    GitHub上熱門的Python專案

    https://codertw.com/%E7%A8%8B%E5%BC%8F%E8%AA%9E%E8%A8%80/565651/


    10.
    Python 資訊系統程式設計與實作(28 小時)(亞州大學  健康產業資訊專案管理人員就業學程)
    http://dns2.asia.edu.tw/~jdwang/TeachingCourses/Python/107_1_Python.html

    11.

    Python 基本爬蟲程式 (crawler) 範例 - 以 Google 新聞為例

    http://tekibrain.blogspot.com/2015/12/python-crawler-google.html




    全部共 0則留言
    登入帳號密碼代表遵守學術網路規範


    文章分類 Labels


    最新文章 Top10

    中華科技大學數位化學習歷程 - 意見反應