02.28 Python 教程

Python是一種通用的解釋型、交互式、面向對象的高級編程語言。它是由Guido van Rossum在1985- 1990年間創立的。與Perl一樣,Python源代碼也可以在GNU通用公共許可證(GPL)下使用。本教程將幫你熟練掌握Python這門編程語言。

受眾對象

從0開始學習Python的程序員

預備知識

  • 對計算機編程有基本瞭解

章節

  • Python 介紹
  • Python 開發環境搭建
  • Python 語法
  • Python 變量
  • Python 數值類型
  • Python 類型轉換
  • Python 字符串(String)
  • Python 運算符
  • Python 列表(list)
  • Python 元組(Tuple)
  • Python 集合(Set)
  • Python 字典(Dictionary)
  • Python If … Else
  • Python While 循環
  • Python For 循環
  • Python 函數
  • Python Lambda
  • Python 類與對象
  • Python 繼承
  • Python 迭代器(Iterator)
  • Python 模塊
  • Python 日期(Datetime)
  • Python JSON
  • Python 正則表達式(RegEx)
  • Python PIP包管理器
  • Python 異常處理(Try…Except)
  • Python 打開文件(File Open)
  • Python 讀文件
  • Python 寫文件
  • Python 刪除文件與文件夾


分享到:


相關文章: