ผลต่างระหว่างรุ่นของ "Fcamp"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 28: | แถว 28: | ||
** ผู้ใช้ Ubuntu สามารถใช้ Python หลายเวอร์ชันปนกันได้โดยใช้ Virtual Env | ** ผู้ใช้ Ubuntu สามารถใช้ Python หลายเวอร์ชันปนกันได้โดยใช้ Virtual Env | ||
* Django | * Django | ||
− | * เอดิตเตอร์ดี ๆ สักตัว ที่สามารถทำ syntax highlighting และ code completion ได้ | + | * เอดิตเตอร์ดี ๆ สักตัว ที่สามารถทำ syntax highlighting และ code completion ได้: |
+ | ** ตัวใหญ่: http://www.eclipse.org/ | ||
+ | ** ตัวกลาง: http://www.gnu.org/software/emacs/ | ||
+ | ** ตัวเล็ก: http://notepad-plus-plus.org/ | ||
+ | ** ตัวคลาสสิก: http://www.vim.org/ | ||
=== วันที่ 2: App Engine === | === วันที่ 2: App Engine === |
รุ่นแก้ไขเมื่อ 07:27, 24 ตุลาคม 2553
หน้านี้เป็นหน้าสำหรับรวบรวมข้อมูลสำหรับการอบรม fcamp
เนื้อหา
ลิงก์ด่วน
เนื้อหาและเอกสารประกอบ
วันที่ 1: Django ที่ไม่มีฐานข้อมูล
- เริ่มต้นหัดเขียนโปรแกรม
- โปรแกรมแรกกับ Django
- การส่งข้อมูลไปยัง template
- การรับอินพุตจาก form
- static files
- css
- เนื้อหาภาคขยาย
- url configuration
- django template layer: tags and filters
- template inheritance
- django form library
เครื่องมือ:
- Python: App Engine ต้องใช้ Python 2.5
- สำหรับผู้ใช้ Windows ดาวน์โหลดที่ [1]
- ผู้ใช้ Ubuntu สามารถใช้ Python หลายเวอร์ชันปนกันได้โดยใช้ Virtual Env
- Django
- เอดิตเตอร์ดี ๆ สักตัว ที่สามารถทำ syntax highlighting และ code completion ได้:
- ตัวใหญ่: http://www.eclipse.org/
- ตัวกลาง: http://www.gnu.org/software/emacs/
- ตัวเล็ก: http://notepad-plus-plus.org/
- ตัวคลาสสิก: http://www.vim.org/
วันที่ 2: App Engine
- เริ่มใช้ App Engine helper สำหรับ Django [2]
- Data store API
- Deployment
วันที่ 3: เครื่องมือเพิ่มพลัง
- Version control: mercurial
- Unit testing