주간 뉴스

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

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

Python with PY Family * Essential Python Tools to help with Code Quality [http://aboumrad.info/essential-python-tools-quality.html] * 코드의 '퀄리티' 향상을 도와주는 툴 소개 * PEP8로 어떻게든 유지하고 있는데, 몇개는 조금씩 사용해 봐야겠음 * Counting Things in Python: A History [http://treyhunner.com/2015/11/counting-things-in-python/] * 파이썬의 'Counting'에
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2015년 46주(11월 09일)

Python with PY Family * Advanced Jupyter Notebook Tricks — Part I [http://blog.dominodatalab.com/lesser-known-ways-of-using-notebooks/] * Python으로 데이터 관련 업무를 하다보면 PyCharm보다 편하다고 느껴지는 Notebook! * 엄청나게 유용한 Tip! Tip! Tip! 특히 "Batch, scheduling, and reports" 부분은 감동적임! * Teardown: Refactoring Search from Django App to Microservice [https://www.safaribooksonline.com/
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2015년 45주(11월 02일)

Python with PY Family * VIM and Python - a Match Made in Heaven [https://realpython.com/blog/python/vim-and-python-a-match-made-in-heaven/] * VIM으로 Python을 손쉽게 뭔가 하려는 사람들을 위한 튜토리얼 * Emacs는 우리의 마음속에 있는거니까 따로 말하지 [http://emacswiki.org/emacs/PythonProgrammingInEmacs] 않겠음 * Python 101: Lambda Basics [http://www.blog.pythonlibrary.org/2015/10/
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2015년 43주(10월 19일)

Python with PY Family * Directed graph traversal, orderings and applications to data-flow analysis [http://eli.thegreenplace.net/2015/directed-graph-traversal-orderings-and-applications-to-data-flow-analysis/] * 유향 그래프 순회를 통한 데이터 흐름을 분석하는 튜토리얼 * 그러나, '본격 신나고 즐거운 자료구조' 시간 되겠음 * Twitter bot using Google Spreadsheets in Python [https://opensourcehacker.com/2015/10/14/twitter-bot-using-google-spreadsheets-in-python/
1 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2015년 42주(10월 12일)

Python with PY Family * An Intro to argparse [http://www.blog.pythonlibrary.org/2015/10/08/a-intro-to-argparse/] * CLI에서 몇가지 실행 옵션이 필요한 경우 파이썬 3의 표준 라이브러리에 추가된 argparse 모듈을 사용하는 매우 간단한 튜토리얼 * 한국어로 된 튜토리얼 중 추천할 만한 문서는 이곳 [http://hwanho.net/blog/2014/08/22/argparse-module/
2 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2015년 41주(10월 05일)

Python with PY Family * Building Data Products with Python: Using Machine Learning to Provide Recommendations [https://www.codementor.io/python/tutorial/build-data-products-django-machine-learning-clustering-user-preferences] * 기초적인 튜토리얼 * 'Step by Step'으로 충분히 재미있게 진행할 수 있음 Etc * Stats for hackers [https://speakerdeck.com/jakevdp/statistics-for-hackers] * 통계적인 측면에서 볼 내용들이 더 많음
주간 뉴스

내 맘대로 위클리 뉴스 - 2015년 40주(09월 29일)

Python with PY Family * Building Generic Data Queries using Python AST [http://tech-blog.serenytics.com/building-generic-data-queries-using-python-ast.html] * pandas와 sql을 AST를 사용해서 한번에 해결하는 방법을 설명하고 있음 * 감히 범접할 능력이 안됨 흐규... * OpenCV Track Object Movement [http://www.pyimagesearch.com/2015/09/21/opencv-track-object-movement] * OpenCV를 사용한 '객체 움직임 추적'
2 min read
주간 뉴스

내 맘대로 위클리 뉴스 - 2015년 37주(9월 7일)

Python with PY Family * An example machine learning notebook [http://nbviewer.ipython.org/github/rhiever/Data-Analysis-and-Machine-Learning-Projects/blob/master/example-data-science-notebook/Example%20Machine%20Learning%20Notebook.ipynb?utm_source=Python+Weekly+Newsletter&utm_campaign=f94ce93c9c-Python_Weekly_Issue_207_September_3_2015&utm_medium=email&utm_term=0_9e26887fc5-f94ce93c9c-312709733] * 머신 러닝
1 min read