#title Python [[TableOfContents]] * [py-회귀분석] * [pyodbc 예제] * [http://pandas-docs.github.io/pandas-docs-travis/index.html] --> pandas doc * [https://store.enthought.com/downloads/#default canopy express(구 epd_free)] * [http://dataaspirant.com/2015/04/11/five-most-popular-similarity-measures-implementation-in-python/ 유사도를 측정하는 5가지 방법] ==== Python 예제들 ==== * [http://www.mssqltips.com/sqlservertip/2664/plotting-sql-server-data-for-data-visualization/ Plotting SQL Server Data for Data Visualization] * [python cassandra에서 데이터 가져오기] * [python - tip1] * [python - numpy] * {{{ #-*- coding: cp949 -*- }}} ==== 참고자료 ==== * [http://viziblr.com/news/2012/4/21/step-by-step-installing-pandas-on-windows-7-from-pypi-with-e.html Installing Pandas on Windows 7 from PyPI with easy_install] * [https://nolboo.github.io/blog/2014/08/10/the-best-way-to-learn-python/ 파이썬을 배우는 최고의 방법] * IDE * http://www.wingware.com/downloads/wingide-101/5.0.8-1 * http://komodoide.com/download/#edit * lib * http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy * https://wikidocs.net/book/110 --> 파이썬을 이용한 시스템 트레이딩 (기초편) * [http://wiki.kldp.org/wiki.php/HowToBeAProgrammer How to be a Programmer] * 알고리즘/자료구조 * [http://onestep.tistory.com/category/%ED%8C%8C%EC%9D%B4%EC%8D%AC 파이썬으로 구현한 알고리즘(트리, 쉘정렬, 삽입정렬, 버블정렬, 선택정렬,스택/큐, 연결리스트)] * [http://coreapython.hosting.paran.com/etc/Education%20with%20python.html 파이썬으로 하는 알고리즘 교육] * [ipython 설치하기] * http://pytools.codeplex.com/ --> PTVS * https://code.google.com/p/pythonxy/wiki/Downloads --> python(x,y) -- SciPy, NumPy 포함 및 윈도우에 특화됨 * [http://blog.hannal.net/01-python_django_lecture/ 날로 먹는 Django 웹 프로그래밍 목차] * [HelloWorld] * [2.x와 3.x의 차이점] * [An Informal Introduction to Python] * python setup.py install * 웹에서 코드를 실행해 볼 수 있는 링크들 * http://www.trypython.org/ * http://py-ide-online.appspot.com/ * http://codepad.org/ * http://ideone.com/ * [http://architects.dzone.com/articles/write-csv-data-hive-and-python Write CSV Data into Hive and Python] * cassandra python library * https://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/ * https://pypi.python.org/pypi/pycassa/ --> attachment:Python/pycassa-1.9.0.tar.gz [http://pycassa.github.io/pycassa/tutorial.html pycassa tutorial] * http://m.mkexdev.net/98 --> 웹소켓에 대한 내용(종명이형) * http://www.parallelpython.com/ * [http://kumarnugalapu.blogspot.kr/2012/06/bulk-insert-into-sql-server-using.html] * [http://stackoverflow.com/questions/14054411/python-and-sql-bulk-insert Python and SQL Bulk Insert] * [http://www.java2s.com/Tutorial/Python/0160__Dictionary/iteritemsmethodreturnsaniteratorinsteadofalist.htm Python Tutorial] * [http://wiki.scipy.org/Numpy_Example_List Numpy Example List] * [http://wiki.scipy.org/Tentative_NumPy_Tutorial Tentative NumPy Tutorial] * [http://www.lfd.uci.edu/~gohlke/pythonlibs/ Unofficial Windows Binaries for Python Extension Packages] * PyScripter에서의 원활한 한글 사용을 위한 설정 * http://partialrecall.tistory.com/10 * http://onyourlife.blog.me/150145622757 * http://discoproject.org/ --> erlang으로 구현한 map/reduce framework다. python으로 접촉한다. * [http://codejob.co.kr/docs/view/2/ 점프 투 파이썬] * [http://bonsai.hgc.jp/~mdehoon/software/python/Statistics/manual/index.xhtml Statistics for Python] * [http://coreapython.hosting.paran.com/thinkCSpy%282nd%29/index.htm 컴퓨터 과학자 같이 생각하는 법] * [http://www.greenteapress.com/thinkpython/html/index.html Think Python: How to Think Like a Computer Scientist] * [http://www.python.or.kr/pykug/_c6_c4_c0_cc_bd_e3DB_ba_d0_b7_f9 파이썬DB분류] * [http://pymssql.sourceforge.net Pymssql] * [http://wiki.python.org/moin/BeginnersGuide Beginner's Guide to Python] * [http://starship.python.net/crew/theller/py2exe/ 파이썬 실행파일 만들기-py2exe] * [http://blog.naver.com/ds4ogl?Redirect=Log&logNo=80103144335 파이썬 실행파일 만들기] * [http://coreapython.hosting.paran.com/pygnudoc.html 파이썬 문서고] * [http://www.activestate.com/activepython Active Python] * [http://www.pythonlab.org/ 왕초보를 위한 파이썬] * [http://coreapython.hosting.paran.com/howto/tut/index.html 파이썬 자습서] * [http://coreapython.hosting.paran.com/tutor/index.htm 파이썬 프로그래밍 연습] * [http://coreapython.hosting.paran.com/dive/chap00.html 다이빙 파이썬] * [http://coreapython.hosting.paran.com/tiphack/Patterns%20in%20Python.htm 파이썬 디자인 패턴] * SharpDevelop( 통합에디터 ) + IronPython 조합 * http://ironpython.net/ * http://ironpython.net/try/ --> 웹에서 tutorial을 연습해 볼 수 있다.