내 맘대로 위클리 뉴스 - 2017년 41주(10월 13일)
Django with Python News
-
Python internals: Arbitrary-precision integer implementation
- 파이썬이 어떤 크기의 정수를 지원하는지 궁금하다면 이 기사를 참고해보자!
- C의 구조체를 사용해서 파이썬 객체를 알아보는 방법은 매우 유용하니, 다른 것으로 응용해보자!
-
Deep Learning From Scratch I: Computational Graphs
neural networks
의 수학적 및 알고리즘을 토대로 파이썬의 라이브러리를 구현하여TensorFlow
를 모방
-
Dynamic Nginx configuration for Docker with Python
- 파이썬을 사용해서
Docekr
의Nginx
를 설정하는 방법을 소개하는 기사
- 파이썬을 사용해서
-
Graph Optimization with NetworkX in Python
NetworkX
를 사용해서 중국어 우체부 문제를 해결하는 방법을 소개하는 기사
iOS, Android and Windows Mobile News
-
Create a Clean-Code App with Kotlin Coroutines and Android Architecture Components
Kotlin
의Coroutines
및Android Architecture Components
로 깔끔한 코드를 만드는 방법을 소개하는 기사
-
DeviceCheck
API에 대한 소개
JavaScript
-
Await and Async Explained with Diagrams and Examples
- Diagrams과 간단한 예제로 JavaScript
async/await
구문과 의미를 설명
- Diagrams과 간단한 예제로 JavaScript
-
The many faces of
this
in javascript- JavaScript의
this
에 대해서 소개하고 설명하는 기사
- JavaScript의
-
Configuring Vue Router for a Single Page App
Vue
에서 Router를 사용하기 위한 방법을 소개하는 기사