Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- akka 강좌
- Golang
- 파이썬
- Actor
- Adapter 패턴
- 블록체인
- 그라파나
- 엔터프라이즈 블록체인
- 스칼라 강좌
- Play2 로 웹 개발
- 이더리움
- 하이브리드앱
- Hyperledger fabric gossip protocol
- 안드로이드 웹뷰
- 파이썬 강좌
- play 강좌
- 스위프트
- CORDA
- 하이퍼레저 패브릭
- Akka
- 주키퍼
- 플레이프레임워크
- Play2
- 파이썬 머신러닝
- hyperledger fabric
- 파이썬 데이터분석
- 스칼라 동시성
- play2 강좌
- 스칼라
- 파이썬 동시성
Archives
- Today
- Total
HAMA 블로그
Python, Numpy, SciPy, Matplotlib 설치 본문
우분투 설치는 여기 참고 => http://freeprog.tistory.com/63
아래는 윈도우에서 설치
2016년 2월 싸이트 링크 기준
Python 설치 (python-2.7.6.msi)
NumPy 설치 (numpy-1.7.1-win32-superpack-python2.7.exe)
Matplotlib 설치 (matplotlib-1.3.1.win32-py2.7.exe)
SciPy 설치 (scipy-0.16.1-win32-superpack-python2.7. exe)
추가항목
- Easy_install 설치 (http://amornatura.tistory.com/95 참고)
- pip 설치 (http://amornatura.tistory.com/95 참고)
- pyparsing 설치
'Python' 카테고리의 다른 글
파이썬으로 클라우드 (병렬,분산) 하고 싶어요 (0) | 2016.09.14 |
---|---|
파이썬의 함정 - 2 (@classmethod 와 @staticmethod 의 차이) (1) | 2016.09.13 |
파이썬의 함정 - 1 (클래스변수 와 객체 변수) (0) | 2016.09.11 |
파이썬 최고 성능을 위한 프로젝트 (0) | 2016.08.31 |
Scala 과 Python 를 동시에 배워보자. (0) | 2015.05.04 |
Comments