- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
목록Python (63)
민서네집
nature of code http://natureofcode.com/ 번역본: http://www.kyobobook.co.kr/product/detailViewKor.laf?ejkGb=KOR&mallGb=KOR&barcode=9788968481901&orderClick=LEA&Kc= shiffman/The-Nature-of-Code-Examples https://github.com/shiffman/The-Nature-of-Code-Examples Processing 프로그램 다운로드https://processing.org/download/?processing [ Trouble Shoot ] 1) Processing 프로그램에서Project 경로에 한글이 포함되어 있으면 다음과 같은 에러가 발생java...
Python Pandas 기초 - DataFrame 사용법 http://pinkwink.kr/735
Seaborn: statistical data visualization https://web.stanford.edu/~mwaskom/software/seaborn/
watermark 패키지 설치 https://github.com/rasbt/watermark#installation-and-updating [내 개발 환경] OS X El Capitan, Version 10.11.5 https://github.com/rasbt/python-machine-learning-book/blob/master/code/ch02/ch02.ipynb https://github.com/rasbt/watermark jupyter 에서 watermark 패키지가 실행되지 않는다. jupyter에서 설치를 해 봤지만, import 할때 패키지 이름을 찾지 못한다. jupyter notebook에서 다음 명령으로 실행#!sudo -H pip install watermark --upgrade!e..
Anaconda 설치하기 - Python을 제대로 활용해보자http://egloos.zum.com/mataeoh/v/7052271 ※ Anaconda 환경 목록 조회하기 (아래 2개의 명령은 결과가 같다)$ conda info --envs$ conda env list ※ Anaconda 설치 정보 모두(All) 출력$ conda info -a ※ Package 정보 확인$ conda list ※ conda update 하기 conda update condaconda update --all python=3.5This will attempt to update all your packages in your root environment to Python 3 versions. If it is not possib..
$ jupyter kernelspec install-self[InstallNativeKernelSpec] Installed kernelspec python2 in /usr/local/share/jupyter/kernels/python2 HOW TO INSTALL R KERNEL FOR IPYTHON JUPYTER ON MAC OSX YOSEMITE https://www.datascienceriot.com/how-to-install-r-kernel-for-ipython-jupyter-on-mac-osx-yosemite/kris/ http://jupyter.readthedocs.io/en/latest/install-kernel.html Optional: Installing Kernels 설치된 jupyter..
파이썬을 이용한 시스템 트레이딩 (기초편) https://wikidocs.net/1901 윈도우에 파이썬, IPython 설치하기 완벽 가이드 https://www.lucypark.kr/blog/2013/02/06/python-and-ipython-on-windows/ http://durst.tistory.com/245 Jupyter 서버 설치 및 실행법http://goodtogreate.tistory.com/entry/IPython-Notebook-%EC%84%A4%EC%B9%98%EB%B0%A9%EB%B2%95 Anaconda를 설치하고, 명령 프롬프트에서 jupyter notebook 을 입력하면 웹브라우저가 뜨면서 명령을 실행한 디렉터리의 파일 목록이 보인다. http://localhost:888..
$ python -c 'import os; import inspect; import tensorflow; print(os.path.dirname(inspect.getfile(tensorflow)))' [출처] https://github.com/tensorflow/tensorflow/blob/master/tensorflow/g3doc/get_started/os_setup.md#test-the-tensorflow-installation
http://www.facebook.com/PythonProgramming Git Branch 배우기http://learnbranch.urigit.com/?demo 파이썬 (Python) 개발자의 테크니컬 이슈 (이강성 교수)https://www.youtube.com/watch?v=mJ2msJ5d5Ec