내 맘대로 위클리 뉴스 - 2017년 02주(01월 13일)

JavaScript News

Python News

  • The Iterator Protocol: How for Loops Work in Python

    • 파이썬에서 Loop가 작동하는 방법을 알차게 소개하는 기사
    • 제너레이터를 향한 여정의 출발은 이 기사에서 시작하면 좋을 듯!

    The iterator protocol is used by for loops, tuple unpacking, and all built-in functions that work on generic iterables. Using the iterator protocol (either manually or automatically) is the only universal way to loop over any iterable in Python.

  • Automating Django Deployments With Fabric and Ansible

    • FabricAnsible을 사용한 Django 자동 배포 시스템을 구축하는 기사
    • 내용이 생각보다 길고 몇가지 자잘한 시스템 설정을 스스로해야 되는 아픔이 있지만 슬기롭게 넘어가자!

Mobile Dev News