Skip to content

Instantly share code, notes, and snippets.

@fkztw
Last active August 29, 2015 14:01
Show Gist options
  • Save fkztw/cac230d15c3ce3348f78 to your computer and use it in GitHub Desktop.
Save fkztw/cac230d15c3ce3348f78 to your computer and use it in GitHub Desktop.
My personal schedule & notes for PyCON APAC 2014

Notes

Day1

PyCon APAC 2014 Co-Notes

09:20 [Keynote] Wes McKinney

10:40 [R3] Real-time visualization with Python and d3.js - Muyueh Lee

from grs import Stock

11:10 [R1] Time for Education: Data Mining in High School - Yuli Zhan

Linear Regression
Machine Learning
Conlusion & Predict

11:40 Graph-Tool: The Efficient Network Analyzing Tool for Python - Mosky Liu

  • RE is important
    • Good RE makes the performance of your program better.
  • Sorting is important
    • Let you
  • Pickle
    • Suggest using HIGHEST_PROTOCOL
    • use tuple to save space/time
    • Save into serial files

13:30 [Keynote] Fernando Perez

14:30 [R3] Text Analytics for Human: TextBlob - Ken Hu

15:00 [R1] Python in VIM - 嘉駿 戴

15:30 [R1] Openstack 簡介 - kao kuo-tung

16:30 Lightning Talks

BoF

Visualization
  • 談紐約時報的視覺化
    • 水流式
    • 點擊是昂貴的,但滑動是便宜的
    • 分散的時候圓會比長條好,但如果有同一個基準的話,用長條圖可以很快看出差異
    • 跟使用者的互動要有回饋,不然使用者很容易因為沒有互動而放棄作答
    • 沉浸式的體驗

Day2

09:20 [R0] Keynote - Jessica McKellar

https://pyconapac2014.hackpad.com/Keynote-Jessica-McKellar-day-2-9dc2a1iRBWA

10:40 [R0] 用 Python 建立你自己的 Summly - Andy Dai

https://pyconapac2014.hackpad.com/-Python-Summly-97-xYifXOZxDqq

11:40 [R3] Narrowing the Gender Gap at Hackathons - Amalia Hawkins

https://pyconapac2014.hackpad.com/Narrowing-the-Gender-Gap-at-Hackathons-75-auO0EjzOw43

14:30 [R4] Introduction to Robot Framework - Carl Su

https://pyconapac2014.hackpad.com/Introduction-to-Robot-Framework-Do-not-Record-61-gmdQCFGHsSx

15:00 [R4] 實戰 Django REST framework - Tim Hsu

https://pyconapac2014.hackpad.com/-Django-REST-framework-Do-not-Record-44-vygzsZ9UmsL

15:30 [R3] Python for Application Security Testing - Zaki Akhmad

https://pyconapac2014.hackpad.com/Python-for-Application-Security-Testing-38-OTGGF7eYIb8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment