Google Python Course
Google Python 訓練課程
Course 1
Naming rules and conventions 命名規則與慣例 When assigning names to objects, programmers adhere to a s...
Dictionaries vs. Lists
Dictionaries are similar to lists, but there are a few differences: Both dictionaries and lists:...
Classes and methods
Defining classes and methods class ClassName: def method_name(self, other_parameters): ...
Examples
登入紀錄報告 Custom Class Dictionary/Set/List Data Set Methods def get_event_date(event): re...
Course 2
Understanding Slowness Slow Web Server ab - Apache benchmark tool ab -n 500 site.example.com ...