SonDon Python Links


파이썬 초보자인 SonDon이, 지금까지 써 본 언어들 가운데 가장 매력 덩어리라고 믿어 의심치 않는 파이썬과 관련된 싸이트를 모아 놓은 곳입니다. 배우기 쉽고 강력하고 게다가 지능적이기까지한 이놈의 한계는 과연 어디까지일 지 알 수 없지만, 우선은 제가 관심을 갖고 들락거리는 싸이트들만을 골라 모으고 있습니다. 시간이 지나서도 여기에 살아 남는 싸이트들에 대해서는 간략한 설명을 덧붙일 생각입니다 :-)



1 # Sites on General Concerns[ | ]

  • EnThought Python
    • CS를 제외한 이공계 학생이 Windows에서 사용할 때 가장 적합한 선택인듯. Numpy, Scipy 외에 VTK, MayaVi 등도 디폴트로... :-)
  • ASPN : Python
    • scientific computing environment를 논외로 한다면 이 역시 현명한 선택 가운데 하나.

1.1 # Micellaneous[ | ]

1.2 # Sites on Computing / Computers[ | ]

2 # Sites on Scientific Concerns[ | ]

Psyco a Python extension module which can massively speed up the execution of any Python code (e.g. http://projecteuler.net/)
General Multiprecision PYthon Python-usable modules providing multiprecision arithmetic functionality to Python programmers
Pyfort a tool for creating extensions to the Python language with Fortran 77 routines
Pyre an extensible, object-oriented framework for specifying and staging complex, multi-physics simulations
Digital Material an extensible modeling and software infrastructure to support the representation and simulation of material structure and evolution across multiple length and time scales
MMTK library for molecular simulation applications. In addition to providing ready-to-use implementations of standard algorithms
Atomistic Simulation Environment modules for moving atoms, analyzing simulations, etc. (part of CAMD)
PyQuante an open-source suite of programs for developing quantum chemistry methods
FiPy object oriented, partial differential equation (PDE) solver, written in Python , based on a standard finite volume (FV) approach
GetFem++ Python interface to GetFem++, a generic and efficient C++ library for finite element methods
PyMat MATLAB engine interface allowing Python programs to start, close, and communicate with a MATLAB engine session

3 # Sites on Data Visualization / Graphics Concerns[ | ]

Gnuplot.py a Python package that interfaces to gnuplot
Matplotlib a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments (MatLab 경험이 있는 사람에겐 상당히 익숙한 :-))
Lizard a new interactive analysis and visualisation tool for Anaphe Project
PyOpenGL cross platform Python binding to OpenGL and related APIs
Visual Python 이전 CAMP 매뉴얼
Py2Dx a Python extension that turns most of the routines in the DXLink library into what looks like native Python commands
PyOpenDX a Python binding for the OpenDX API
SPING module for creating two-dimensional graphics in a manner that is both cross-platform and cross-media (PIL을 설치한 후 설치)

4 # Short Courses / Lectures on Python / Books[ | ]

4.1 # Books[ | ]

  • 제가 처음 시작했을 때에는 ISBN:8981611211 과 ISBN:8979140959 가 큰 도움이 되었습니다.
  • 2004년 9월의 시점에서 구매 가능한 입문서 가운데 한글로 된 책으로는 ISBN:8989345774 가 강추입니다 -_-乃 이강성 교수님께서 직접 홈페이지도 운영 중이신 것으로 알고 있습니다.
ISBN:0131176552 ISBN:0521852870

4.2 # Eric Hagemann Series from http://network.hanbitbook.co.kr/[ | ]

4.3 # Charming Python from IBM Dvc[ | ]

4.4 # Anders Andreasen Tips from http://linuxgazette.net/[ | ]


문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}