주간 뉴스

내가 한 주간 읽고/실행한 외국의 기사를 모아서 소개하는 Weekly 뉴스!
내 맘대로 위클리 뉴스 - 2018년 22주(5월 28일)
주간 뉴스

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

Python * The other (great) benefit of Python type annotations [https://medium.com/@shamir.stav_83310/the-other-great-benefit-of-python-type-annotations-896c7d077c6b] * Type annotation을 활용하여, 코드를 '문서화' 시키는 방법에 대한 이점을 소개하는 기사 * 그럼에도 불구하고 나는 기존의 사용 습관 때문에 생각만큼 잘 사용하지 못하고 있는데, IDE의 플러그인이나 Lint의 도움을 받아볼까 고민중! * Django: Many to
2 min read
내 맘대로 위클리 뉴스 - 2018년 21주(5월 21일)
주간 뉴스

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

Python * Getting started with Python testing [https://mattjegan.com/Getting-started-with-Python-testing/] * Python으로 TDD를 접하고자 한다면 이 기사로 시작해보면 좋습니다! * 짧고, 쉽고, 곧바로 적용 가능한 수준의 튜토리얼 입니다. 이제 시간을 '만들어' 볼까요? * Testing Django with pytest: debugging a teardown failure [https://tech.coffeemeetsbagel.com/testing-django-with-pytest-debugging-a-teardown-failure-acfa4103aa67] * Django에서 발생한 에러를 수정하기 위한
2 min read
내 맘대로 위클리 뉴스 - 2018년 20주(5월 14일)
주간 뉴스

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

Python * Running Keras models on iOS with CoreML [https://www.pyimagesearch.com/2018/04/23/running-keras-models-on-ios-with-coreml/] * Keras의 학습 모델을 Apple의 CoreML에 적용하여 iOS 응용 프로그램에 배포하는 방법을 소개하고 있음 * Python의 머신 러닝 라이브러리를 다양한 곳에 활용 하고 싶은 분들에게 강추하는 기사 * How to create a 2D game with Python and
1 min read
내 맘대로 위클리 뉴스 - 2018년 19주(5월 7일)
주간 뉴스

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

Python * Extending Python with Assembly [https://p403n1x87.github.io/python/assembly/2018/03/23/asm_python.html] * Python에서 Assembly를 사용하고 싶으셨다면(왜죠?...?!) 이 기사를 참고해보세요! * Build an Instagram “Pin” Effect in Python with Dlib [https://www.makeartwithpython.com/blog/instagram-pin-effect-in-python/] * Instagram의 “Pin” 효과를 Python으로 구현하는 방법을 소개하는 튜토리얼 기사 Mobile
1 min read
내 맘대로 월간(月刊) 뉴스 - 2018년 04월
주간 뉴스

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

* GitPitch Presentation Service [https://gitpitch.com/] * Git을 사용해서 발표자료를 만들고 싶다면 이 서비스를 주목해보자! * 깃허브(GitHub)로 취업하기 [https://sujinlee.me/professional-github/] * Github을 관리하는 방법이 궁금하다면 이 기사를 참고해보자! * InfluxDB + Grafana Deep Learning Machine Monitoring Dashboard [https://medium.com/@jjeaby/influxdb-grafana-%EB%A5%BC-%EC%9D%B4%EC%9A%A9%
5 min read
주간 뉴스

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

Python * Keyword (Named) Arguments in Python: How to Use Them [http://treyhunner.com/2018/04/keyword-arguments-in-python/] * Named Arguments의 '좋은' 사용방법이 궁금하셨다면 이 기사를 참고해보자! * 글이 길기 때문에 어렵게 느껴질 수 있지만, 코드가 절반 이상을 차지하고 있기 때문에 어렵지 않으니 꼭 도전해보자! * A Python Interpreter Written in Python [http:
2 min read
주간 뉴스

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

Python * Generic Function in Python with Singledispatch [https://rafiqul.rocks/generic-function-in-python-with-singledispatch/] * Python 3.4에서 지원하기 시작한 Generic Function에 관한 짧은 소개 * 코드가 너무 짧아서 '이게 뭐야?' 싶지만, 자세히 들여다보면 '어썸'한 기운을 느낄 수 있음 * Introduction to Git and GitHub for Python Developers [https://realpython.com/
1 min read
주간 뉴스

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

Python * Jupyter Notebook for Beginners: A Tutorial [https://www.dataquest.io/blog/jupyter-notebook-tutorial/] * Jupyter Notebook을 쉽고 빠르게 배워볼 수 있는 튜토리얼 기사! * A comprehensive Django CBV guide [https://spapas.github.io/2018/03/19/comprehensive-django-cbv-guide/] * Django의 Class-Base View와 관련된 아주 자세한 가이드 기사 * Loop better: A deeper look at iteration
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 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/