내 맘대로 위클리 뉴스 - 2016년 37주(9월 16일)

Data?, Data!, Data...

  • Building a Team from the Inside Out: Alok Gupta on the Evolution of Data Science at Airbnb

    • 급격한 성장(Hypergrowth)을 이룩한 AriBnB의 데이터사이언스팀에 관한 자세한 이야기
    • 다양성에 대해서 다시 한 번 생각해 보는 계기가 되었음

    “Everything we do is very deliberate, very quantitative, and laser-focused on our goals.” [...] The benefits to a diverse team are incontrovertible: “We know without a doubt that [increased diversity improves] the standard of our analysis, the impact we have as a data science team, and the mentorship that we get from each other.”

  • Buddha was a data scientist

    • 싯타르타 형님을 통해서 데이터사이언스의 '본질'에 대해서 이야기 함
    • Tara Cottrell, Dan Zigmond 두 분의 드립력에 감탄의 박수를 보낼 수 밖에 없을 것임

    Buddha believed in data. Every time he tried something new, he paid attention. He collected evidence. He figured out what worked and what didn’t. And if something didn’t work, he rejected it and moved on. A good scientist knows when to quit. [...] When Buddha started teaching, he advised his students to do the same. He didn’t ask anyone to take his instructions on faith. He explained that the way most other teachers insisted you believe everything they said was like following a procession of blind men: “the first one does not see, the middle one does not see, and the last one does not see.” Buddha didn’t want us to trust — he wanted us to see. Our beliefs should be based on data.

Python with PY Family

  • A Python Interpreter Written in Python

    • 500줄 정도의 코드로 인터프리트를 만드는 튜토리얼
    • 굉장히 길기 때문에 지치지 말고 천천히 따라하다 보면 많은 것을 얻을 수 있으며, 무엇보다 이 튜토리얼은 '글'을 잘 읽어야 함
  • [OCR with Django and Tesseract](http://www.machinalis.com/blog/ocr-with-django/

    • django를 할 줄 모르지만, OCR에 이끌려서 도전해 본 튜토리얼
    • 생각보다 잘 되지만, Cpython의 덫에 걸리면 뭔가 안되기 시작하니 주의!
  • [Makefiles in python projects](http://krzysztofzuraw.com/blog/2016/makefiles-in-python-projects.html

    • C/C++의 전유물이라 생각했는데, Python에서 Makefile을 작성하는 튜토리얼
    • 다른 이유를 뒤로하고, 이 튜토리얼을 읽으면 뭔가 겁나 멋있게 프로젝트를 관리 할 수 있을꺼란 환상을 심어줌!

Android with Google Family

  • Debugging without a stacktrace: Using Android Studio’s Performance Monitors

    • logcat에 유용한 정보가 나오지 않을 때, 좀 더 쓸만한 정보를 획득하기 위한 방법을 소개하고 있음
    • 좀 더 자세한 정보를 원할 때 [Android Studio’s performance ](https://developer.android.com/studio/profile/android-monitor.html)를 참고해보자!
  • Android Development Useful Tools

    • 안드로이드 개발에 매우 유용한 플러그인을 소개하고 있음
    • Stetho, Android Asset Studio(http://romannurik.github.io/AndroidAssetStudio/)는 사용이 쉽기 때문에 추천
  • My favorite people and resources to learn Android programming from

    • 유명한 개발자의 프로젝트와 안드로이드 개발에 유용한 정보를 소개하는 기사
  • What 2 Years of Android Development Have Taught Me the Hard Way

    • 약 2년 6개월간 안드로이드 개발자로 겪었던 경험 중에서 보석같은 경험을 공유하고 있음
    • 특히, 'Tip'에서 소개하는 링크는 '꼭!!!!!!' 챙겨보자!

    I learned what TO DO and most importantly what NOT TO DO. [...] Focus more on the core business logic of your app. [...] But don’t get too excited and start using libraries blindly.