주간 뉴스

내가 한 주간 읽고/실행한 외국의 기사를 모아서 소개하는 Weekly 뉴스!
주간 뉴스

내 맘대로 위클리 뉴스 - 2018년 15주(4월 9일)

Python * Python 3: An Intro to Enumerations [http://www.blog.pythonlibrary.org/2018/03/20/python-3-an-intro-to-enumerations/] * Python에서 열거형을 사용하는 방법이 궁금하신가요? 혹시 열거형이 있는지 모르셨나요?(호오~) * 이 기사를 참고하셔서 열거형을 사용해보세요! 빠져나올 수 없는 매력에 빠지실꺼에요?! * Asyncio basics in python [https://medium.com/@alairock/asyncio-basics-in-python-29bf30cf254f] * Python의 이벤트 루프와 관련된 표준
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2018년 14주(4월 2일)

Python * A Practical Introduction to Blockchain with Python [http://adilmoujahid.com/posts/2018/03/intro-blockchain-bitcoin-python/] * Python으로 배워보는 블럭체인 * 쉬운데, 막상 다른걸 해보려면 어렵지만 과정을 확실하게 알 수 있어서 이번 주 강추 기사 * How I implemented iPhone X’s FaceID using Deep Learning in Python. [https://towardsdatascience.com/how-i-implemented-iphone-xs-faceid-using-deep-learning-in-python-d5dbaa128e1d] * Python의 keras로
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2018년 13주(3월 26일)

Python * How to use Django with MongoDB by adding just one line of code. [https://medium.freecodecamp.org/using-django-with-mongodb-by-adding-just-one-line-of-code-c386a298e179] * Django에서 MongoDB를 사용하고 싶다면, 이 기사를 꼭 참고해 보자! * 아!, Admin도 생각보다 잘 구성되어 있으니 너무 큰 걱정은 하지 말자! * Django Migrations and UUID Fields [https://medium.com/@ajrbyers/django-migrations-and-uuid-fields-4e3b27701e4a] * 왜
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2018년 11주(3월 12일)

Python * Python & Async Simplified [https://www.aeracode.org/2018/02/19/python-async-simplified/] * Python을 사용해서 비동기 프로그램을 작성하는 방법(asyncio)을 매우 간략하게 소개하고 있는 기사 * Python Metaclasses and Metaprogramming [http://stackabuse.com/python-metaclasses-and-metaprogramming/] * 파이썬에서 메타프로그래밍을 활용하는 방법을 소개하는 기사 * Testing and Deploying Python Projects with Travis CI [http://luisquintanilla.
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2018년 10주(3월 5일)

Python * Object-Oriented Programming (OOP) in Python 3 [https://realpython.com/blog/python/python3-object-oriented-programming/] * Python 3를 사용해서 OOP 프로그램을 작성하는 방법을 소개하는 기사 * All the things I hate about Python [https://medium.com/@natemurthy/all-the-things-i-hate-about-python-5c5ff5fda95e] * Python을 사용하면서 느꼈던 아쉬웠던 점을 소개하는 기사 * 이런 단점에 대해서 미리 알고 프로젝트 진행 전에 준비할
1 min read
내 맘대로 월간(月刊) 뉴스 - 2018년 02월
주간 뉴스

내 맘대로 월간(月刊) 뉴스 - 2018년 02월

* Introducing Android KTX: Even Sweeter Kotlin Development for Android [https://android-developers.googleblog.com/2018/02/introducing-android-ktx-even-sweeter.html] * 안드로이드 개발자라면 이 기사를 챙겨보시면 좋을 듯, 이름 그대로 개발을 빠르고 편하게 도와준다고 함(이름 그대로?! KTX) * MMOG Server-Side 충돌 및 이동처리 설계와 구현 [https://www.slideshare.net/dgtman/mmog-serverside-87346538] * 서버사이드에서 충돌 및
5 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2018년 09주(2월 26일)

Python * 10 tips for making the Django Admin more secure [https://opensource.com/article/18/1/10-tips-making-django-admin-more-secure] * Django Admin을 안전하게 사용하는 10 가지 팁을 소개하는 기사 * Numpy Tutorial Part 1 – Introduction to Arrays [https://www.machinelearningplus.com/numpy-tutorial-part1-array-python-examples/] * 가장 흔하게 사용하지만 누구도 자세히 알기 힘든 Numpy에 대한 튜토리얼 기사 * Modern
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2018년 08주(2월 19일)

Python * How to Use RESTful APIs with Django [https://simpleisbetterthancomplex.com/tutorial/2018/02/03/how-to-use-restful-apis-with-django.html] * Django에서 RESTful API를 작성하고, 사용하는 방법을 소개하는 기사 * 시간이 없다면 important-concepts [https://simpleisbetterthancomplex.com/tutorial/2018/02/03/how-to-use-restful-apis-with-django.html#important-concepts] 라도 읽어보자! * What I Wish I Knew When I Started Django Development
2 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2018년 07주(2월 12일)

Python * How to build your own AlphaZero AI using Python and Keras [https://medium.com/applied-data-science/how-to-build-your-own-alphazero-ai-using-python-and-keras-7f664945c188] * Connect4 게임의 전략을 스스로 학습하는 방법을 Python과 Keras를 사용해서 진행하는 튜토리얼 기사 * When to Use MongoDB with Django [https://www.pydanny.com/when-to-use-mongodb-with-django.html] * Django에서 MongoDB는 언제 사용해야 할까? JVM * An Introduction to
1 min read
내 맘대로 월간(月刊) 뉴스 - 2018년 01월
주간 뉴스

내 맘대로 월간(月刊) 뉴스 - 2018년 01월

* web制作の自動化が進む! 画像から自動コーディングする深層学習プログラムが公開 [https://ledge.ai/pix2code-on-floydhub/] * 이미지를 참고해서 자동으로 코드를 만들어주는 학습 프로그램에 대한 기사 * jQuery 보다 먼저 알았으면 좋았을 것들 [http://blog.jeonghwan.net/2018/01/25/before-jquery.html] * 바닐라 JS를 사용해서 jQuery의 기본적인 내용을 구현하는 방법을 소개하는 기사 * Visual Studio Code를 사용해 Git 커밋 메시지 작성하기 [https://justhackem.
4 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2018년 05주(1월 29일)

Python * How to improve your workflow with VS Code and Jupyter Notebook [https://towardsdatascience.com/how-to-improve-your-workflow-with-vs-code-and-jupyter-notebook-f96777f8f1bd] * Jupyter Notebook의 결과물을 VS Code에서 확인할 수 있는 플러그인 [https://github.com/jithurjacob/vscode-nbpreviewer]을 소개하는 기사 * How pickle works in Python [https://rushter.com/blog/pickle-serialization-internals/] * pickle이 파이썬에서 어떻게 작동하는지 소개하는 기사] * Write
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2018년 04주(1월 22일)

Python * Django 2.0 Tutorial for Beginners [https://djangoforbeginners.com/] * 초바자를 위한 Django 2.0 튜토리얼 JVM * Kotlin: The Problem with null [http://arturdryomov.online/posts/kotlin-the-problem-with-null/] * Kotlin에서 null을 다루는 방법을 소개하는 기사 Swift * First class functions in Swift [https://www.swiftbysundell.com/posts/first-class-functions-in-swift] * Swift에서 고계함수(혹은 고차함수)의
주간 뉴스

내 맘대로 위클리 뉴스 - 2018년 03주(1월 15일)

Python * When and how to use Django TemplateView [https://agiliq.com/blog/2017/12/when-and-how-use-django-templateview/] * Django에서 제공하는 여러 클래스 기반의 View 중에서 가장 간단한 TemplateView를 언제, 어떻게 사용해야 할지 소개하는 기사 JVM * Why We Do Scala in Zalando [https://jobs.zalando.com/tech/blog/why-we-do-scala/] * Zalando에서 Scala를 사용하는 이유를 자세히
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2018년 02주(1월 8일)

Python * How to add a text filter to Django Admin [https://medium.com/@hakibenita/how-to-add-a-text-filter-to-django-admin-5d1db93772d8] * Django Admin의 특정 텍스트 필터로 대체하는 방법 JVM * Gradle Tutorial for Android: Getting Started [https://www.raywenderlich.com/175940/gradle-build-script-tutorial-android-getting-started] * 안드로이드 사용자를 위한 Gradle 튜토리얼 소개 Swift * Table View Separator Inset [https://useyourloaf.com/blog/
주간 뉴스

내 맘대로 위클리 뉴스 - 2018년 01주(1월 1일)

Python * 10 TIPS FOR UPGRADING TO DJANGO 2.0 [https://eldarion.com/blog/2017/12/26/10-tips-upgrading-django-20/] * Django 2.0으로 업그레이드에 도움이 될 10가지 팁을 소개함 * Random Forest in Python [https://towardsdatascience.com/random-forest-in-python-24d0893d51c0] * Python으로 Random Forest를 구현하는 방법을 소개하는 튜토리얼 기사 * Dumbcoin - An educational python implementation of a
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 52주(12월 29일)

Django with Python News * Top 10 Python libraries of 2017 [https://tryolabs.com/blog/2017/12/19/top-10-python-libraries-of-2017/?ref=hn] * 2017년에 가장 많은 주목을 받았던 10가지 라이브러리를 소개하는 기사 * 작년에 비해서 ML과 관련된 라이브러리가 많아졌음 * Full-Text Search in Django with PostgreSQL [http://www.paulox.net/2017/12/22/full-text-search-in-django-with-postgresql/] * Django에서
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 51주(12월 22일)

Django with Python News * Configure Django to log exceptions in production [http://agiliq.com/blog/2017/12/configure-django-log-exceptions-production/] * Django의 로깅을 깔끔하게 정리한 기사 * 강추! * Using NLTK to visualize my favorite albums’ lyrics [https://medium.com/@chekos/using-nltk-to-visualize-my-favorite-albums-lyrics-e1044ee39b6c] * 노래의 가사를 NLTK를 사용해서 시각화 하는 방법을 소개하는 기사 iOS, Android and Windows
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 50주(12월 15일)

Django with Python News * Django Logging, The Right Way [https://medium.com/@lincolnloop/django-logging-the-right-way-343e03fc7c5a] * 개발의 꽃, 심각하게 고민해 봐야 할 '로깅'에 대한 기사 * A Visual Guide to Evolution Strategies [http://blog.otoro.net/2017/10/29/visual-evolution-strategies/] * Evolution Strategies 몇 가지 시각적인 예를 통해 어떻게 작동하는지 설명하는
1 min read
내 맘대로 월간(月刊) 뉴스 - 2017년 11월
주간 뉴스

내 맘대로 월간(月刊) 뉴스 - 2017년 11월

* Delibee는 국내 택배사들의 배송상황을 트래킹 할 수 있도록 만들어주는 Node.js 기반의 라이브러리입니다. [https://flosdor.github.io/delibee/] * 국내 택배회사의 배송현황을 손쉽게 조회할 수 있도록 도와주는 Node.js 라이브러리 * Django 2.0 릴리스와 주요 변경 사항 [http://raccoonyy.github.io/django-2-0-release-note-summary/] * URL dispatch가 편리해졌고, window가 도입되었음 * [번역]정규표현식으로는 5일 걸리는
7 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 49주(12월 08일)

Django with Python News * Building TwilioQuest with Twilio Sync, Django, and Vue.js [https://www.twilio.com/blog/2017/11/building-twilioquest-with-twilio-sync-django-and-vue-js.html] * 장고 프레임워크와 Vue.js를 연동해서 사용하는 방법을 소개하는 기사 * 비동기 및 실시간 처리를 위한 기법을 엿볼 수 있음 * Pandas 101: Indexing [https://medium.com/@shirleyliu/pandas-101-indexing-5a88e2c72f9f] * Pandas의 Series와
1 min read
주간 뉴스

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

Django with Python News * Building a GIF Messenger Bot with Flask [https://medium.com/codebagng/building-a-gif-messenger-bot-with-flask-fcdca58e581c] * 전달된 텍스트와 관련된 GIF를 회신하는 Facebook 기반의 메신져 Bot 프로그램을 만들어보는 튜토리얼 기사 * 파이썬의 Flask와 Facebook 계정만 손쉽게 튜토리얼을 진행해 볼 수 있음 * Python Hashes and Equality [https://hynek.me/articles/hashes-and-equality/] * 모르면 어쩔
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2017년 47주(11월 24일)

Django with Python News * The Dramatic Benefits of Django Subqueries and Annotations [https://medium.com/@hansonkd/the-dramatic-benefits-of-django-subqueries-and-annotations-4195e0dafb16] * 극적인(Dramatic Benefits) 성능 향상을 위해서 서브쿼리와 어노테이션을 잘 사용하는 방법을 소개하는 기사 * Django 서비스의 최적화에 관련된 기사이지만, 일반적인 상황에서 최적화 과정에도 도움이 될 것 같음 * Python Data Science Handbook [https://notebooks.azure.
1 min read