Sangkon Han

Sangkon Han

내 맘대로 위클리 뉴스 - 2018년 27주(7월 2일)
주간 뉴스

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

Python * Decorators [https://pythonbasics.org/Decorators/] * Python의 Decorators를 소개하는 튜토리얼 기사 * Make ALL Your Django Forms Better [https://www.caktusgroup.com/blog/2018/06/18/make-all-your-django-forms-better/] * Django의 Form을 효율적으로 사용하는 방법을 소개하는 기사 * The Right Way™ to do Serverless in Python [https://read.iopipe.com/the-right-way-to-do-serverless-in-python-e99535574454] * Python에서 Serverless를 구현 할
1 min read
내 맘대로 위클리 뉴스 - 2018년 26주(6월 25일)
주간 뉴스

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

Python * Getting started with Elasticsearch in Python [http://blog.adnansiddiqi.me/getting-started-with-elasticsearch-in-python/] * Python에서 Elasticsearch을 사용하는 방법을 소개하는 기사 * Clean architectures in Python: a step-by-step example [http://blog.thedigitalcatonline.com/blog/2016/11/14/clean-architectures-in-python-a-step-by-step-example/] * Clean architectures를 Python에 적용하는 방법을 소개하는 기사 * Getting started with Apache Kafka in Python [http://blog.
1 min read
내 맘대로 위클리 뉴스 - 2018년 25주(6월 18일)
주간 뉴스

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

Python * Python Sets and Set Theory [https://towardsdatascience.com/python-sets-and-set-theory-2ace093d1607] * Python의 Sets을 사용해서 Set Theory의 관계를 다루고 있는 기사 * 101 Pandas Exercises for Data Analysis [https://www.machinelearningplus.com/python/101-pandas-exercises-python/] * 데이터를 다루는데 많이 사용되는 Pandas의 대부분의 사용법을 소개하는 튜토리얼 기사 * Building A Real-Time iOS Chat Application With Django [http:
1 min read
내 맘대로 위클리 뉴스 - 2018년 24주(6월 11일)
주간 뉴스

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

Python * Building Modern Applications with Django and Vue.js [https://auth0.com/blog/building-modern-applications-with-django-and-vuejs/] * Django, Django REST Framework와 Vue.js를 사용하여 REST API 서버와 Vue.js 프론트 엔드를 구성하는 튜토리얼 기사 * Axios, JwT 인증을 사용하고 있기 때문에 Django를 사용해서 가벼운 프로젝트를 시작하고 계시다면 꼭 읽어보시길 추천합! * Basic data analysis on
2 min read
내 맘대로 위클리 뉴스 - 2018년 23주(6월 4일)
주간 뉴스

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

Python * 7 Ways to Create Sequences in Python [https://code.camdenreslink.com/dev/7-ways-to-create-sequences-in-python/] * Python으로 Sequence를 만드는 거의(?) 모든 방법을 설명하는 기사 * 짧은 코드를 사용해서 설명하고 있기 때문에 손쉽게 비교하면서 읽을 수 있어서 추천! * Python 3's f-Strings: An Improved String Formatting Syntax (Guide) [https://realpython.com/python-f-strings/] * Python
1 min read
내 맘대로 월간(月刊) 뉴스 - 2018년 05월
주간 뉴스

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

* [NDC18] 야생의 땅 듀랑고의 데이터 엔지니어링 이야기: 로그 시스템 구축 경험 공유 [https://www.slideshare.net/ssuser380e9c/ndc18-95524337] * 로그 시스템을 구축해야 하는 개발자분들에게 강력하게 추천드리는 기사 * 채용, 조금 더 잘하기 위한 몇 가지 제안 [https://www.slideshare.net/herenasoo/2018-86722782] * 이 정도 수준이라면 아주 잘할 수 있을 듯 * 가족 같은
1 min read
내 맘대로 위클리 뉴스 - 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