본문 바로가기
Python 배우기

Applications for Python 파이썬 적용

by 노화방지 Anti-aging Hairstyle 2016. 3. 5.
반응형

파이썬 적용 Applications for Python

파이썬은 많은 적용 영역에서 사용됩니다. 아래 예제가 있습니다.
Python is used in many application domains. Here's a sampling.

웹 및 인터넷 개발 Web and Internet Development

파이썬은 웹개발에 관한 많은 선택기회를 제공합닝다.
Python offers many choices for web development:

파이썬의 표준 라이브러리는 많은 인터넷 프로토콜을 지원합니다:
Python's standard library supports many Internet protocols:

And the Package Index has yet more libraries:

Scientific and Numeric

Python is widely used in scientific and numeric computing:

  • SciPy is a collection of packages for mathematics, science, and engineering.
  • Pandas is a data analysis and modeling library.
  • IPython is a powerful interactive shell that features easy editing and recording of a work session, and supports visualizations and parallel computing.
  • The Software Carpentry Course teaches basic skills for scientific computing, running bootcamps and providing open-access teaching materials.

Education

Python is a superb language for teaching programming, both at the introductory level and in more advanced courses.

Desktop GUIs

The Tk GUI library is included with most binary distributions of Python.

Some toolkits that are usable on several platforms are available separately:

Platform-specific toolkits are also available:

Software Development

Python is often used as a support language for software developers, for build control and management, testing, and in many other ways.


반응형

'Python 배우기' 카테고리의 다른 글

Python Object and Classes 파이썬 객체와 클래스  (0) 2016.03.05
Running phython programs  (0) 2016.03.05
PyQt5 Beginner tutorial  (0) 2016.03.04
First Steps  (0) 2016.01.05
Installation  (0) 2016.01.05

댓글