내 맘대로 위클리 뉴스 - 2017년 26주(06월 30일)
Django with Python News
-
Python
에서 가장 활발하게 사용되는 두 가지web frameworks
(웹 프레임워크)인Flask
와Django
를 비교한 기사- 두 가지 프레임워크를 비교하는 용도로 사용하는 것도 좋지만, 자신이 애용하는 프레임워크의 특징을 알아보는 용도로 훌륭함
Django is best suited for RDBMS-backed websites. Flask is good for corner cases that wouldn’t benefit from Django’s deep intergration with RDBMS. When using Flask, it’s easy to miss the comforts a full-fledge framework provides. Django’s extension community is more active. Django’s ORM is superb. Flask developers will be forced to reinvent the wheel to catch up for things that’d be quick wins with Django. Both excel at prototyping; getting an idea off the ground fast, and leave room for chiseling away fine-grain details after. Python makes both a joy to work with.
-
Django project optimization guide
- 프로젝트가 커져서 많은 사용자가 사용하게 될 때 발생하는 성능 문제를 소개하고 해결할 수 있는 방법
- 이번 기사는
Profiling
(측정)과Django settings
설정을 다루고 있음
-
Getting started with translating a Django Application
Django
에서 다국어 지원(i18n
)을 사용하는 방법을 소개하는 튜토리얼 기사
-
Simple Google Authentication in Django.
Django
에서 구글 인증(Authentication
)을 사용하는 방법을 소개하는 튜토리얼 기사social-auth-app-django
을 사용하고 있음
-
Celery 4 Periodic Task in Django
Django
에서 비동기/반복 작업을Celery
를 사용해서 위임하는 방법을 소개하는 튜토리얼 기사
-
How to do performance micro benchmarks in Python
Python
의 함수 성능 평가를 진행하는 방법을 알려주는 튜토리얼 기사
iOS, Android and Windows Mobile News
-
Ultimate Guide to JSON Parsing With Swift 4
Swift
에서JSON
을 사용하는 방법을 소개하는 기사
-
Android Things
를 처음 시작하는 분들을 위한 가이드 기사Raspberry Pi
가 필요함
JavaScript
-
Creating a project generator with Node
- 간단한 프로젝트 생성기를 만드는 방법을 소개하는 튜토리얼 기사
-
Here’s what you need to know about npm 5
- 기존
npm
과 비교해서npm 5
를 사용하는 방법을 소개하는 기사
- 기존
-
How do Express.js Sessions work?
Express.js
에서 사용자 데이터를 유지하는 방법인 세션의 작동방법을 소개하는 기사- 강추!
-
Introduction to Sets in JavaScript
JavaScript
에서 집합(Set
) 구조를 사용하는 방법을 소개하는 튜토리얼 기사
=============
-
iOS 11
에서 제공되는Core ML
을 사용한 예제
-
React
를 배워볼 수 있는 가이드