IT/Python

Python 시작

상짱 2020. 1. 14. 13:27
반응형

- 만들고 싶은 프로그램이 있는데, 

- 파이썬으로 가이드되어 있어,

- 책을 사서 공부한다.

- 딥러닝 / 인공지능 관련 프로그래밍도 파이썬으로 많이 한다기에..

- 좋은 기회다 싶어서

- 열공

- 공부하며 블로그 정리

- 책을 보며 내용 정리

 

1. 파이썬 공식 홈페이지

http://www.python.org 

 

Welcome to Python.org

The official home of the Python Programming Language

www.python.org

 

2. 파이썬 배포판 홈페이지

- Anaconda , Python(x, y) , WinPython

 

2-1. Anaconda

http://www.anaconda.com

 

Anaconda | The World's Most Popular Data Science Platform

Anaconda is the standard platform for Python data science, leading in open source innovation for machine learning. Develop, manage, collaborate, and govern at scale with our enterprise platform.

www.anaconda.com

2-2. Python(x, y) 

http://python-xy.github.io 

 

Python-xy.GitHub.io by python-xy

In many ways, Python is far more superior to other scientific languages: it's a general-purpose language (e.g. with powerful GUI, I/O, internet, and database libraries), it's free and open-source, fundamentally object-oriented, very portable, extensible an

python-xy.github.io

2-3. WinPython

http://winpython.github.io

 

WinPython

Project Home is on Github, downloads pages are on Sourceforge and Github, md5-sha , Discussion Group Recent Releases Release 2019-04 of December 23rd, 2019 Highlights (*): Pandas-0.25.3, Scipy-1.4.1, scikit-learn-0.22.0, Numpy-1.17.4, Torch-1.3.0, Tensorfl

winpython.github.io

 

 

3. Anaconda 설치

- 아나콘다 홈페이지에 들어가서 설치 파일을 다운로드 받고, 설치.

 

4. spyder 실행하고 print("hello world"); 하면 파이썬 공부 끝!?!??!

반응형

'IT > Python' 카테고리의 다른 글

Python PyQt5 QAxContainer import 에러  (0) 2020.05.18
Python / GUI  (0) 2020.05.14
Python / COM  (0) 2020.05.13
7. Python IDE  (0) 2020.02.07
6. Python 파일읽기 / 쓰기  (0) 2020.02.05
5. Python 클래스  (0) 2020.02.04
4. Python 함수와 모듈  (0) 2020.02.04
3. Python 제어문  (0) 2020.01.29
2. Python 기본자료구조(리스트/튜플/딕셔너리)  (0) 2020.01.20
1. Python 변수/문자열/기본데이터타입  (0) 2020.01.20