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

Data?, Data!, Data...

Python with PY Family

  • Good logging practice in Python

    • 파이썬으로 로그를 처리하는 방법을 알려주는 튜토리얼
    • 로그는 언제나, 항상 중요하게 처리되어야 하기 때문에 연습해 보자!
  • Q&A: Guido van Rossum on Python's next steps

    • Guido van Rossum의 인터뷰

    Van Rossum: "But then again, I'm not developing mobile apps myself, so I am not too motivated to dive into that myself. But I'm very happy to see that it's happening."

    Van Rossum: "Well, write your code in a different way and then it becomes faster.”

  • Enigma Machine on Paper and Python

    • 파이썬으로 만든 '애니그마' 코드를 엿볼 수 있음
    • 한 시대를 풍미했던 '암호체계'를 이렇게 짧은 코드로 만들어 볼 수 있다니!

Android with Google Family

  • Eight Ways Your Android App Can Leak Memory

    • 메모리 릭(Leak)이 발생할 수 있는 8가지 요인에 대해서 짧게 소개
    • 특히 짧은 코드가 제공되기 때문에 읽기 편하고, '타이머' 등의 간과하기 쉬운 부분을 잘 집어주고 있음
  • ConstraintLayout on Android – How Ready Is It?

    • 안드로이드 진영에서 많은 화제가 되고 있는 'ConstraintLayout'에 대한 짧은 소개 글
    • 기본적인 내용부터 활용에 관한 부분까지 필수적인 내용으로 구성되어 있음

    I’m really looking forward to using this in production apps, but it should get to a stable release first. Keep up the good work, guys!

  • Yet another way for applying fonts … and more :)

    • AppCompat를 사용해서 글꼴을 적용하는 방법을 소개하는 튜토리얼