- 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)
민서네집
MIT 6.00 컴퓨터 공학과 프로그래밍(Python) 오픈 코스 http://www.hakawati.co.kr/387
[Python] Function Argument http://ulismoon.tistory.com/7
나의 첫 Django 앱 만들기https://www.inflearn.com/course/나의-첫-django-앱-만들기/ 나의 첫 Django 앱 만들기 - part 1 - 1http://schoolofweb.net/blog/posts/나의-첫-django-앱-만들기-part-1-1/
PyCharm Professional 버젼에서 Docker Toolbox로 Remote Debugging 하는 방법 Windows에서 Tensorflow가 직접 설치되지 않기 때문에 Docker를 이용하여 설치를 많이 하시는데요. PyCharm Professional 버전에서 Windows Docker Toolbox로 Remote Debugging하는 방법을 정리해 봤습니다. ( PyCharm 홈페이지에서 Professional 버젼을 다운로드 받아서 1달간 무료로 사용해 보실 수 있습니다. )https://www.jetbrains.com/pycharm/download/ * Remote Debugging 기능은 PyCharm Professional 버젼에서만 됩니다. EDU 버젼이나 Co..
Is there “Edit and Continue” in PyCharm? Reload code into running program like in Eclipse / PyDev?http://stackoverflow.com/questions/23333815/is-there-edit-and-continue-in-pycharm-reload-code-into-running-program-like-i PyCharm 에서는 (Professional 버전에서도) 디버그 중에 Edit and Continue (Hot code replace) 기능이 동작하지 않는다. Eclipse PyDev 에서는 이 기능이 된다고 한다.
Adding Line Numbers in IPython/Jupyter Notebooks http://randyzwitch.com/line-numbers-ipython-notebook/ Show Line Numbers by Default in IPython Notebook https://www.webucator.com/blog/2015/11/show-line-numbers-by-default-in-ipython-notebook/ Cell 에서 Ctrl-m 으로 명령(Command) 모드로 들어간 후에 L 을 치면 줄 번호가 toggle되어 보인다.
Building Interactive Dashboards with Jupyter https://blog.dominodatalab.com/interactive-dashboards-in-jupyter/ ipywidgets https://ipywidgets.readthedocs.io/en/latest/ Using Interact http://ipywidgets.readthedocs.io/en/latest/examples/Using%20Interact.html 범위를 정해주면 슬라이더 바가 생겨서 슬라이더 바와 연동해서 그래프가 변하는 것은 유용한 것 같다.
Python 3 Object-Oriented Programming, Second Editionhttp://www.allitebooks.com/python-3-object-oriented-programming-second-edition-2/
C:\Users\{사용자 계정}\.jupyter 폴더가 있는데, 여기서 custom 폴더를 만들고, custom.css 파일을 만들면 된다. .rendered_html pre, .rendered_html code, pre, .CodeMirror, .prompt { font-family: 나눔고딕코딩, Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;; } .rendered_html pre, .ren..