Slide 1

Slide 1 text

Bioinformatics and Biostatistics Core, NTU Center of Genomic Medicine 1 LIANG BO WANG

Slide 2

Slide 2 text

Learn Web Framework - Django Bioinformatics and Biostatistics Core, NTU Center of Genomic Medicine 2

Slide 3

Slide 3 text

What is Django? •  A Python Web Framework for large-scale application •  BSD License •  Philosophy •  Don’t Repeat Yourself •  Model – View – Controller pattern (known as MVC) •  Agile Development (敏捷開發) •  High security •  Built-in mitigation for CSRF, XSS, SQL injection, password cracking, … by default •  重大安全性漏洞較少 (Compared to Ruby on Rails, search RubyGems 2013.01Incident, CVE-2013-0156, … too many XD) Bioinformatics and Biostatistics Core, NTU Center of Genomic Medicine 3

Slide 4

Slide 4 text

Website using Django Bioinformatics and Biostatistics Core, NTU Center of Genomic Medicine 4

Slide 5

Slide 5 text

This week R meetup Bioinformatics and Biostatistics Core, NTU Center of Genomic Medicine 5

Slide 6

Slide 6 text

Netflix Recommendation Problem Bioinformatics and Biostatistics Core, NTU Center of Genomic Medicine 6