내 맘대로 위클리 뉴스 - 2016년 29주(7월 22일)

Data?, Data!, Data...

  • Creating a Beer Recommendation Engine
    • "맥주 추천 엔진 만들기"라니 제목부터 우리의 마음을 설레게 하고 있음
    • 맥주 애호가의 '열정'과 개발자의 '덕'이 느껴지는 튜토리얼!

    Beer is one of my passions. I’m an award-winning homebrewer. I’ve judged beer competitions [...] My goal is to create a recommendation engine for beer that is actually useful [...] Just to toss out a little more domain knowledge, [...]

  • Central Limit Theorem
    • 통계 추론을 중심으로 진행할때 굉장히 많이 사용되는 CLT 혹은 '중심 극한 정리'를 '시각적'으로 보여주고 있음
    • github에 해당 소스코드가 공개되어 있기 때문에(react를 사용!) 데이터 시각화를 공부하시는 분들에게 추천!
  • Machine Learning over 1M hotel reviews finds interesting insights
    • 100만개의 호텔 리뷰를 머신 러닝을 사용해서 분석한 내용을 소개하고 있음
    • 해당 기사를 통해서 아래의 것들을 연습해 볼 수 있음
      • 파이썬으로 호텔 리뷰를 크롤링하는 방법 소개
      • "Elasticsearch + Kibana visualizations"과 파이썬으로 데이터를 분석하는 방법
  • Declarative statistical visualization library for Python
    • 파이썬으로 만들어진 통계 시각화 라이브러리
    • 파이썬으로 통계 공부하려고 사용법을 익히고 있으나... 과연 내가 통계를 공부할 것인가? 두둥?!

Python with PY Family

  • 7 Django Development Best Practices Each Web Developer Must Know
    • 웹 개발자가 장고로 개발할 때 알아야 할 7가지
    • 생각보다 내용이 짧기 때문에 가볍게 읽어보길 권함
  • How to Optimize Images for Page Load Speed in Django
    • 장고에서 이미지 전송 속도를 높이기 위한 팁을 소개하고 있음
    • SOLR을 사용해서 서버 사이드에서 이미지를 동적으로 조정하는 방법에 대한 튜토리얼

    Clearly, images are the main performance killer. But clients and their users routinely demand experiences that force software developers to come up with increasingly clever approaches to handle this problem.

  • A simple password-less, email-only login system
    • 암호없는 로그인 시스템을 구현하는 방법을 소개하고 있음
    • 몇가지 단점이 있지만, 서비스/제품 소개 및 이벤트 페이지의 경우 활용할 여지가 많은 듯
  • HOW TO USE PYTHON TO TEACH HIGH SCHOOL PHYSICS
    • 고등학교 물리를 파이썬을 사용해서 가르치는 방법을 소개하고 있음
    • 파이썬에서 Trinket을 사용하는 방법이 눈에 띔

Android with Google Family

  • Using the Awareness API for Android
    • Awareness API를 안드로이드에서 '언제/어떻게' 사용해야 하는지에 대해서 소개하는 기사
  • How I built my first Android open source library (and how you can too)
    • 안드로이드 '라이브러리'를 만들면서 겪었던 경험을 공유하고 있음
    • 문서화 부분을 통해서 REAMDE 작성에 대한 가이드가 많은 도움이 되었음(뭔가 외국스러운 README를 작성할 수 있을 것 같은 기분?!)

    A good Github README does a few things: It describes what the library is and does at a high level, It provides clear instructions for basic configuration and getting started, It provides instructions for advanced techniques or configuration for those who are interested

  • Firebase Drives the 360|AnDev Application
    • 파이어베이스의 'Firebase Database'와 'Firebase Notifications'에 대해서 소개하고 있음
    • 특히 Realtime DB는 적극적으로 활용해 볼 가치가 있음!