1.Introduction
2.Setting Up Python
3.Your First Python Program
4.Strings and String Methods
5.Numbers and Math
6.Functions and Loops
1.Introduction
2.Setting Up Python
3.Your First Python Program
Interactive window – มี Python shell , คือ IDLE
python จะอ่าน code , evaluate and print ออกมาเป็น loop เรียกว่า
R ead , E valuate P rint , L oop หรือ REPL
print() ลอง function ใส่ argument, และจะ return value ออกมา
p 83
4.Strings and String Methods
5.Numbers and Math
6.Functions and Loops
