내 맘대로 위클리 뉴스 - 2016년 43주(10월 28일)

Data?, Data!, Data...

  • "but there’s also a threat that someone else beats them to market."
  • It makes you realize that automated Ubers will offer a very different experience. Fewer wrong turns and overbearing drivers, yes, but also no one to help put your suitcase in the trunk or return a lost iPhone.

Python with PY Family

  • Static types in Python, oh my(py)!

    • Zulip 팀에서 PEP-484의 Type Hint가 적용된 mypy를 사용해서 Py3로 전화하는 방법에 대한 소개
    • mypy에 대해서 한번쯤 알아보는 것도 좋지만 시간이 없다면, 기사에서 소개된 Static Types의 장/단점에 대한 내용은 참고해 보길 권함
  • Don't keep important data in your Celery queue

    • Celery에서 데이터를 다루는 방법을 소개하고 있는데, 큐에 데이터를 장기간 보관하지 않고, 처리하는 방법을 소개
  • NumPy Tutorial: Data analysis with Python

    • 가볍게 볼 수 있는 NumPy 튜토리얼
    • 그렇지만 생각보다 내용이 길기 때문에 시간을 가지고 해 볼 것!

Android