Skip to main content

Recently Updated Pages

Dictionary 字典

Python

不像序列是由一個範圍內的數字當作索引,dictionary 是由鍵 (key) 來當索引,鍵可以是任何不可變的類型;字串和數字都可以當作鍵。Tuple 也可以當作鍵,如果他們只含有字串、數字或 ...

Updated 1 hour ago by Admin

Examples

Python Google Python Course

登入紀錄報告 Custom Class Dictionary/Set/List Data Set Methods def get_event_date(event): re...

Updated 1 hour ago by Admin

Phrases 3

Learning English

To check that our code is doing everything it's supposed to do 要檢查我們的程式碼是否做了所有該做的事 In this sce...

Updated 1 hour ago by Admin

Set 集合

Python

當您想要儲存一堆元素,並確定這些元素只出現一次時,就會使用集合(set)。集合(set)的元素也必須是不可變的。您可以將其視為字典 (dictionary) 中沒有關聯值 (value) 的鍵 ...

Updated 3 hours ago by Admin

List 串列

Python

串列是任何類型元素的序列,並且是可變的。用於儲存項目集合,它們可以包含任何型別的資料,並以方(中)括號表示。 a = [1, 2, 3, 4, 5] b = ['mango', 'pinea...

Updated 3 hours ago by Admin

Python Cheat Sheet

Python

String Methods Set/List/Dictionary Methods List methods List methods Data Structures ...

Updated 3 hours ago by Admin

String 字串

Python

字串是字元序列且是不可變的。以單引號或雙引號括起來的多個字元的集合,可以包含字母、數字和特殊字元。 Concatenate secret_password = 'jhk7GSH8ds' p...

Updated 3 hours ago by Admin

Cheat Sheets

Cybersecurity

Cybersecurity Acronyms Common types of password attacks

Updated 23 hours ago by Admin

SQLPlus

Oracle Database

常用技巧 show user conn system/pass -- 登入資料庫 r -- 執行前一個SQL / ...

Updated 1 day ago by Admin

Prompt Engineering

Gen AI

Prompt Engineering - 提示工程 生成式 AI 應用程式傳回的回應品質不僅取決於模型本身,也取決於其所提供的提示類型。 「提示工程」一詞描述提示改善的流程。 設計應用程式的開...

Updated 1 day ago by Admin

Reverse Proxy

Nginx

Nginx Proxy Manager Docker container for managing Nginx proxy hosts with a simple, powerful inte...

Updated 2 days ago by Admin

Learning

Cybersecurity

Government sites 資通安全署 Administration for Cyber Security, moda 國家資通安全研究院 - 首頁 (nat.gov.tw) T...

Updated 2 days ago by Admin

Course 1

Python Google Python Course

Naming rules and conventions 命名規則與慣例 When assigning names to objects, programmers adhere to a s...

Updated 3 days ago by Admin

Classes and methods

Python Google Python Course

Defining classes and methods class ClassName: def method_name(self, other_parameters): ...

Updated 3 days ago by Admin

Dictionaries vs. Lists

Python Google Python Course

Dictionaries are similar to lists, but there are a few differences: Both dictionaries and lists:...

Updated 3 days ago by Admin

Cheat Sheets

SHELL

PDF bash_cheat_sheet.pdf bash-shell-scripting.pdf Bash Parameter

Updated 5 days ago by Admin

Resources

SSL 與 CA

Let's Encrypt How To Secure Apache with Let's Encrypt on Ubuntu 16.04 SSL For Free 免費 SSL 憑證申...

Updated 6 days ago by Admin

AI Dev

Gen AI

AI Develop Framework LangChain (python + node.js) LlamaIndex (python) Haystack (python) Phi...

Updated 1 week ago by Admin

Tuple 元組

Python

元組類似於清單,是任何類型的元素序列,但它們是不可變的,它們以括號表示。 符號用括號 內容不可變更 處理大量資料比 List 節省記憶體 a = (1, 2, 3) b = (...

Updated 1 week ago by Admin

Phrases 2

Learning English

before we're done with for loops, let's check out some common mistakes you may come across whil...

Updated 1 week ago by Admin