Python Programming Homework 1
Wednesday, June 20th, 2007 Posted in My Life, Programming, Schoolwork | No Comments »อาจารย์ให้เมื่อวันที่ 19/6/50even.py# even.py## A function that used to test if a number is even or not## Written by Prem Sichanugrist (48050892)#def even(number) : return (number % 2 == 0)hypotenuse.py# hypotenuse.py## A function that will calculate a length ...
อ่าน Python จบแล้ว
Tuesday, November 28th, 2006 Posted in Programming | No Comments »อ่าน Python จบแล้วหนังสือของสำนักพิมพ์ สสท. ที่ซื้อมา ..อ่านไป ข้ามไปเยอะเหมือนกันเอาให้รู้ concept ละกันเพราะยังไง .. เดี๋ยวปีหน้าต้องใช้แล้วก้อ .. เก็บไว้เป็น reference ได้อยู่และ .. .อยากเขียน GetCode+ เป็น multi-thread โดยใช้ Python ละท่าทางจะเจ๋งดี เพราะว่า connect เข้า server ได้หลายๆ ตัวพร้อมกันและดูเหมือนว่ามันจะเร็วกว่าการรัน PHP script บน apacheที่แบบ .. ให้ user trigger อยู่ทุกวันๆ ..ชักร้อนวิชา อ๊ากกกกก ...
