레이블이 flask인 게시물을 표시합니다. 모든 게시물 표시
레이블이 flask인 게시물을 표시합니다. 모든 게시물 표시

2015년 4월 13일 월요일

[Flask] All about critics

Github : https://github.com/carpedm20/all-about-critics

A Data Visualization of Korean movie critics. link

Why?

Tons of new movies are released every year and the accumulated number of film reviews is increasing. When we are going to choose a movie to watch, we can judge them by diverse preferences such as genre, director or actors.
There mgiht be no doubt that review and star ratings are two of the most popular qualites and this can be proved by looking at information page of NAVER movie that star ratings from real audience, critic and user are located right bellow the title of a movie.
alt_tag
In addition, one of the well-knwon movie recommendation service, Watcha, uses star rating for its core recommendation system.
Anyone can post reviews or make star ratings and we usually classify them based on who made it, an ordinary user, or a critic. By the definition on Wikipedia, a critic is a person who is professional at an area and his or her publish an opinion and assessments of various forms of creative work such as movie. Critical judgments, whether derived from critical thinking or not, may be positive, negative, or balanced, weighing a combination of factors.
  1. A critic from a user from here
    alt_tag
  2. A critic from a critic from here
    alt_tag
Recently, however, lots of questions are made by lots of movie fans that "Are reviews of critics really considerable or not?"
  1. A sharp criticism on critics from here
    alt_tag
  2. A disappointed comment on critics from here
    alt_tag
This is where I started this project. As a movie fan, I statistically compared the patterns of star ratings from ordinary users and critics. To generalized the analysis, I comapred critics of Korean withMetacritic and Rotten Tomatoes. The result can be conceived as a proof whether skepticism about the quality of critics is right or not.
Now, enjoy yourself :)

Screenshot

alt_tagalt_tag

Acknowledgement

There is no negative or positive opinion on any specific critics. Data is just a refinement of numbers, nothing else.

Copyright

Copyright :copyright: 2015 Kim Tae Hoon.
The MIT License (MIT)

[Flask] VoxOffice

Github : https://github.com/carpedm20/voxoffice

A Data Visualization of Box office history. link

Screenshot

alt_tagalt_tagalt_tag

VoxMusic

A Data Visualization of Music chart history. link
alt_tagalt_tagalt_tag

Copyright

Copyright :copyright: 2015 Kim Tae Hoon
The MIT License (MIT)

2013년 7월 29일 월요일

[Python] Flask 블로그 예제


python을 언어로 사용하는 웹 프레임워크에는 유명한 Django 가 있지만,

배우는데 시간이걸리고 복잡해서 저는 Flask라는 프레임 워크를 이용해 개인 블로그를 만들어 보았습니다.

아직 개인 서버와 도메인이 없어서 블로그를 옮기지는 않고 있지만, 준비가 되는데로 옮기려고 합니다 :)

혹시 Flask를 이용해 블로그나 웹 사이트를 구현하고 싶은데 참고하고 싶은 예제를 찾고 계시는 분은

https://github.com/carpedm20/personal-blog-powered-by-flask

여기서 소스를 참고하시면 될 것 같습니다

Flask에 대한 기본적인 튜토리얼은

http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

여기를 참고하시면 됩니다

Framework를 사용해 아무것도 없는 상태에서 글쓰기, 글수정, 사진, markdown 기능, 소스코드 highlighter 등의 기능을 구현해 보면서

블로그라는걸 가볍게 생각하고 만들기 시작하면 안된다는걸 배웠습니다..

특히나 저에게 웹 디자인과 css는 정말 악몽이었습니다...

아래 사진은 블로그를 run한 사진입니다 :)

URL : http://carpedm20.us.to