ผลต่างระหว่างรุ่นของ "Python Programming"
ไปยังการนำทาง
ไปยังการค้นหา
Cardcaptor (คุย | มีส่วนร่วม) (→สารบัญ) |
Cardcaptor (คุย | มีส่วนร่วม) (→สารบัญ) |
||
แถว 17: | แถว 17: | ||
* [[Python Programming/Lists]] | * [[Python Programming/Lists]] | ||
* [[Python Programming/Loops]] | * [[Python Programming/Loops]] | ||
+ | * [[Python Programming/Dictionaries]] |
รุ่นแก้ไขเมื่อ 09:41, 16 ตุลาคม 2551
เอกสารนี้เขียนขึ้นเพื่อให้ความรู้เกี่ยวกับไวยากรณ์และการเขียนโปรแกรมภาษาไพทอนเบื้องต้น ผู้เขียนสมมติว่าผู้อ่านสามารถเขียนโปรแกรมด้วยภาษาเชิงวัตถุอย่าง 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