ผลต่างระหว่างรุ่นของ "Fcamp"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
แถว 25: แถว 25:
 
'''เครื่องมือ''':
 
'''เครื่องมือ''':
 
* Python: App Engine ต้องใช้ Python 2.5
 
* Python: App Engine ต้องใช้ Python 2.5
** สำหรับผู้ใช้ Windows ดาวน์โหลดที่ [http://www.python.org/download/releases/2.5.4/]
+
** สำหรับผู้ใช้ Windows ดาวน์โหลดที่ http://www.python.org/download/releases/2.5.4/
 
** ผู้ใช้ Ubuntu สามารถใช้ Python หลายเวอร์ชันปนกันได้โดยใช้ Virtual Env
 
** ผู้ใช้ Ubuntu สามารถใช้ Python หลายเวอร์ชันปนกันได้โดยใช้ Virtual Env
 
* Django
 
* Django
 +
** ดาวน์โหลด: http://www.djangoproject.com/
 +
** ขั้นตอนการติดตั้ง: http://docs.djangoproject.com/en/dev/topics/install/
 
* เอดิตเตอร์ดี ๆ สักตัว ที่สามารถทำ syntax highlighting และ code completion ได้:
 
* เอดิตเตอร์ดี ๆ สักตัว ที่สามารถทำ syntax highlighting และ code completion ได้:
 
** ตัวใหญ่: http://www.eclipse.org/
 
** ตัวใหญ่: http://www.eclipse.org/

รุ่นแก้ไขเมื่อ 07:29, 24 ตุลาคม 2553

หน้านี้เป็นหน้าสำหรับรวบรวมข้อมูลสำหรับการอบรม fcamp

ลิงก์ด่วน

เนื้อหาและเอกสารประกอบ

วันที่ 1: Django ที่ไม่มีฐานข้อมูล

  • เริ่มต้นหัดเขียนโปรแกรม
    • โปรแกรมแรกกับ Django
    • การส่งข้อมูลไปยัง template
    • การรับอินพุตจาก form
    • static files
    • css
  • เนื้อหาภาคขยาย
    • url configuration
    • django template layer: tags and filters
    • template inheritance
    • django form library

เครื่องมือ:

วันที่ 2: App Engine

  • เริ่มใช้ App Engine helper สำหรับ Django [1]
  • Data store API
  • Deployment

วันที่ 3: เครื่องมือเพิ่มพลัง

วันที่ 4

วันที่ 5