發表文章

目前顯示的是 10月, 2020的文章

[Python][Colab][SQlite] Wite and read data with SQLite in Colab在Colab中讀寫SQLite資料庫

圖片
This example shows how to use python to comunicate with SQLite in Colab. 這個範例說明如何在Colab中使用python來與SQLite溝通。   1. Mount Google drive for Colab use 在Colab中掛載Google硬碟 2. Ceate database in Google drive 在Google硬碟建立資料庫 3. Create Table and add header 建立表單與加入表頭 4. Insert the single row data to table 加入單列資料到表單中 5. Read data from the table 從表單中讀取資料 6. Insert the muliti rows of data to table 加入多列資料到表單中

[Colab][python]Install and use yfinance in Colab/在Colab上安裝與使用yfinance函式庫

圖片
 This video shares how to install and use yfinance in Colab 本影片分享如何在Colab上安裝與使用yfinance函式庫 1. Install yfinance library 安裝yfinance函式庫 2. Get single item or all items from stock information 獲取單一或全部的股票資訊項目 3. Get historical data of stocks (5days) 獲取股票的歷史資料  (5天) 4.  Download  historical data as .csv from google to location 將google上的歷史資料下載到在地端存成.csv檔 5. Download  historical data with start, end time and interval 使用開始、結束時間與間隔來下載歷史資料

[ESP IDF][VS Code]Install, set up ESP IDF and build example in VS Code/在VS Code中安裝,設定ESP IDF與建立範例說明

圖片
  This video shares how to install, set up ESP IDF and build example in VS Code 這個影片分享如何在VS Code中安裝,設定ESP IDF與建立範例說明 1. Install ESP IDF extension in VS Code 在安VS Code中裝ESP IDF擴充套件。 2. Download ESP IDF 下載ESP IDF。 3. Download, set up and verify ESP IDF Tools 下載,設定與驗證ESP IDF Tools。 4. Creat hello_world example 建立一個hello_world範例。 5. Add include Path 加入Include相關檔案的路徑。 6. Build, flash and monitor project 建立,記憶體更新,以及監控專案。

[LabVIEW] Get stock data from yahoo finance by LabVIEW/使用LabVIEW獲取yahoo財經上的股票資料

圖片
  This example shows how to use LabVIEW to get stock data from yahoo finance 這個範例說明如何使用LabVIEW擷取yahoo財經上的股票資料 1. get yahoo finance data by using LabVIEW 使用LabVIEW擷取Yahoo財經的資料 2. Use HTTP Client VIs to get web content 使用HTTP Client的VIs來獲取網頁內容 3. Determine the data range you want to get 決定想要獲取的資料範圍 4. Select data range by using Match Pattern VI 使用Match Pattern VI選擇資料範圍 5. Find one row data by using Match Pattern VI 使用Match Pattern VI尋找一列資料 6. Find add row data by using Match Pattern VI 使用Match Pattern VI尋找所有列資料 7. Send all array data to Multi Listbox 將陣列資料送到Multi Listbox