Mike's Notes

Mike's Notes

Parenting ✕ Coding ✕ Game

    • 首頁 | Home
    • 分類 | Categories
    • 標籤 | Tags
    • 歸檔 | Archives
    • 關於 | About

Python - tuple, list, dict, set

By Mike Chen

2018-09-20

tuple(元組)

  • 長相:tup1 = (1, 2, 3, 4, 5) 或 tup2 = 1, 2, 3, 4, 5。
  • 特性:值不可改。
  • 連接:tuple 間可連接 tup3 = tup1 + tup2

Read More

Study
Python

Python - getpass 隱藏輸入文字

By Mike Chen

2018-09-20

getpass

Read More

Study
Python getpass

Python 編譯為執行檔 exe

By Mike Chen

2018-09-20

安裝 PyInstaller

Read More

Study
Python PyInstaller

JavaScript 也能玩機器學習 - TensorFlow.js

By Mike Chen

2018-09-19

關於 TensorFlow.js

Read More

Study
JavaScript Machine-Learning TensorFlow

Python - pandas 使用方式

By Mike Chen

2018-09-18

pandas 使用方式

  • pandas基本用法 pandas基本用法

Read More

Study
Python numpy pandas
Previous 1 … 8 9 10 11 12 … 42 Next

Github 名片

分類

  • 育兒 | Baby 27
  • 遊戲 | Game 4
  • Info 1
  • 其他 | Other 5
  • 副項 | Side-Project 5
  • 學習 | Study 47
  • 密技 | Tips 15
  • 工作 | Work 104

標簽雲

推薦學習資源

  • CSScoke
  • Alex 宅幹嘛
  • 偷米騎巴哥
  • 莫烦PYTHON

Google 廣告

RSS 訂閱

Hello ,I'm Mike. This is my blog on GitHub.
I hope you like it.

Powered by jekyll and Theme by Jacman © 2020 Mike Chen