Python Programming
เอกสารนี้เขียนขึ้นเพื่อให้ความรู้เกี่ยวกับไวยากรณ์และการเขียนโปรแกรมภาษาไพทอนเบื้องต้น ผู้เขียนสมมติว่าผู้อ่านสามารถเขียนโปรแกรมด้วยภาษาเชิงวัตถุอย่าง C++ หรือ Java ได้อยู่แล้ว เอกสารนี้ไม่ใช่เอกสารสอนเขียนโปรแกรม
หากท่านต้องการอ่านเอกสารนี้ให้ได้อรรถรสมากที่สุด กรุณาใช้ Crunchy คุณสามารถอ่านวิธีการติดตั้งและใช้ Crunchy ได้ที่นี่: How to Use Crunchy
สารบัญ
- Setting Up Python
- Python Interpreter
- Mathematical Expressions
- Variables and Assignments
- Functions
- User-Defined Functions
- Print Command
- Strings
- Python Programming/Boolean Expressions
- Python Programming/If Statements
- Python Programming/Tuples
- Python Programming/Lists
- Python Programming/Loops
- Python Programming/Dictionaries