Skip to content

Latest commit

 

History

History
89 lines (65 loc) · 1.43 KB

1.welcome.md

File metadata and controls

89 lines (65 loc) · 1.43 KB
marp theme paginate backgroundColor color backgroundImage
true
uncover
true
url("spider poster-light.svg")
<style> :root{ --color-background-code: #222222; --color-foreground: #FFF; } marp-pre,.language-python{ border-radius: .5em; color:#FFF; padding: 1.2em!important; } code{ border-radius: 7px; } </style>

PYTHON爬蟲營隊

西苑高中資訊志工隊 x 龍津高中


關於我們

西苑高中資訊志工隊是 西苑高中的資訊志工隊

bg right


日程表

  • 開場: 9.00~9.30
  • 凱歌地牢: 9.30~11.00
  • Py基本語法: 11.00~12.00
  • 吃飯&午休: 12.00~13.00
  • 爬蟲: 13.00~15.00
    • 基本HTML: 13.00~13.20
    • 爬蟲原理: 13.20~13.30
    • 實作: 13.30~15.00

甚麼是 Python?

Python 是一種直譯式、互動式、物件導向、腳本語言。 Guido van Rossum在1989花三個禮拜做的。


可以幹嘛

  • 程式邏輯教學
  • 影像處理
  • 演算法練習
  • 軟體開發
  • 大數據分析
  • 網頁應用
  • 圖表繪製
  • 後端資料庫
  • AI 深度學習
  • 作業系統應用
  • 遊戲引擎
  • 韌體開發

加油!         

bg left 60%