태그 : PYTHON 요약보기전체보기목록닫기

1 2 3 4 5 6

a2ps, color option

소스코드를 프린트하는 방법으로 a2ps라는 프로그램을 많은 사람들이 사용한다.출력물은 ps 파일 형식으로 출력된다.각종 언어에 관련된 키워드들은 볼드형식으로 진하게 프린트되고 소스코드를 읽기에 매우 편리한 형식으로 소스 코드를 변환하여 준다. 프린트를 해서 디버깅을 하는 사람들에게는 두말할 필요없이 매우 유용한 프로그램이다. ...

Mathematical Illustrations

[ Bill Casselman's home page] http://www.math.ubc.ca/~cass/graphics/text/www/index.htmlhttp://www.math.ubc.ca/~cass/msri-summer-school/postscript.html환상적인 수학 그림그리기, mathematical illustrations수학 교과서 ...

PyMinuit

http://code.google.com/p/pyminuit/pyminuit Minuit numerical function minimization in Python ----------------------------------------------------------------------------------------------------http:/...

Bootstrapping(statistics)

http://en.wikipedia.org/wiki/Bootstrapping_(statistics)http://en.wikipedia.org/wiki/Resampling_(statistics)#Bootstraphttp://people.revoledu.com/kardi/tutorial/Bootstrap/examples.htm#Whyhttp://www.re...

subprocess (Python)

파이썬에서 응용프로그램 실행하기출처: Python Scripting for Computatonal Science  http://incredible.egloos.com/3748417----------------------------------------------------------import commandscmd='app.x'failure, ...

file size in python

출처: http://www.daniweb.com/forums/thread78629.html 출처: http://snippets.dzone.com/posts/show/5434 >>> import os >>> b= os.path.getsize("/path/isa_005.mp3") >>> b 2071611L >>>>>> import os ...

Python Scripting for Computational Science

파이썬 책 하나 소개합니다. Python Scripting for Computational Science, Third Edition  (Hans Petter Langtangen, Department of Informatics, University of Oslo)http://folk.uio.no/hpl/scripting pdf 버전도 웹...

A Library for Support Vector Machines

LIBSVM -- A Library for Support Vector Machineshttp://www.csie.ntu.edu.tw/~cjlin/libsvm/http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/#13http://www.work...

VPython

3D Programming for Ordinary Mortalshttp://www.vpython.org/VPython is a package that includes: the Python programming language the IDLE interactive development environment "Visual", a Python module t...

SAGE: Open Source Mathematics Software

SAGE: Open Source Mathematics Software http://www.sagemath.org/ Use a Standard Programming Language: Python
1 2 3 4 5 6