📖 Grammar Guide — คู่มือไวยากรณ์
1. Simple Present — ปัจจุบันกาลทั่วไป
ใช้กับความจริงทั่วไปและนิสัย
ประธานเอกพจน์ (he/she/it/Python/a function): เพิ่ม -s
ประธานพหูพจน์ (they/variables/loops): ไม่เพิ่ม -s
พิเศษ: have → has สำหรับเอกพจน์
ประธานเอกพจน์ (he/she/it/Python/a function): เพิ่ม -s
ประธานพหูพจน์ (they/variables/loops): ไม่เพิ่ม -s
พิเศษ: have → has สำหรับเอกพจน์
Python runs anywhere. A function has a name. Variables store data.
2. Conjunctions — คำเชื่อม
and = เพิ่มเติม (addition)
but = ขัดแย้ง (contrast)
because = เหตุผล (reason) — ตอบว่า 'ทำไม?'
so = ผลลัพธ์ (result) — บอกว่า 'ดังนั้น...'
but = ขัดแย้ง (contrast)
because = เหตุผล (reason) — ตอบว่า 'ทำไม?'
so = ผลลัพธ์ (result) — บอกว่า 'ดังนั้น...'
Python is easy and powerful. It is slow, but readable. Use it because it is simple. It is popular, so find jobs easily.
3. Programming words — คำศัพท์การเขียนโปรแกรม
คำจากบทเรียน: file ไฟล์ · folder โฟลเดอร์ · terminal เทอร์มินัล · command คำสั่ง · run รัน · script สคริปต์ · editor โปรแกรมแก้ไข · install ติดตั้ง · variable ตัวแปร · function ฟังก์ชัน · error ข้อผิดพลาด · library ไลบรารี
ls lists files · cd changes folder · :wq saves and quits vim · python3 file.py runs a script · pip3 install adds a library📝 เลือกระดับความยาก — Choose Difficulty
ℹ️ About This Exam / เกี่ยวกับการสอบ
English: Everything here is taught in Start Python on a Mac and its two notebooks — English grammar (simple present, conjunctions) plus the programming words and commands from the lesson: the Terminal, vim, running scripts, and Jupyter.
ไทย: ทุกข้อในนี้สอนอยู่ใน บทเรียน Start Python on a Mac และ notebook ทั้งสอง — ทั้งไวยากรณ์อังกฤษ (simple present, คำเชื่อม) และคำศัพท์กับคำสั่งจากบทเรียน ได้แก่ Terminal, vim, การรันสคริปต์ และ Jupyter
- 🌱 Easy / ง่าย: 8 ข้อ — พื้นฐาน / basic
- 🔍 Medium / ปานกลาง: 12 ข้อ — ผสม / mixed
- 🏆 Hard / ยาก: 16 ข้อ — ขั้นสูง / advanced