본문 바로가기

Programming/Python

[01. Python] 001. Python이란

728x90

파이썬은 최근에 가장 인기를 끌고 있는 언어이다. 다양한 라이브러리를 바탕으로 쉽고 간단히 코딩을 할 수 있는 장점이 있다. 최근 금융권에서도 파이썬에 대한 수요가 높아지며 많은 사람들이 배우고 있는 언어이다.

 

파이썬을 설치하려면 우선 아나콘다(Anaconda)를 다운받으면 된다. 아나콘다는 파이썬에 필요한 라이브러리를 모아놓은 패키지라고 생각하면 된다. 현재 최신 버전은 파이썬 3.7이다.

 

 

Anaconda Python/R Distribution - Free Download

Anaconda Distribution is the world's most popular Python data science platform. Download the free version to access over 1500 data science packages and manage libraries and dependencies with Conda.

www.anaconda.com

 

아나콘다를 설치했다면 이제 개발환경을 정해야 하는데 대중적인 PyCharm을 추천한다.

 

 

JetBrains: Developer Tools for Professionals and Teams

JetBrains is a cutting-edge software vendor specializing in the creation of intelligent development tools, including IntelliJ IDEA – the leading Java IDE, and the Kotlin programming language.

www.jetbrains.com

무료인 Community 버전을 다운로드하자.

 

728x90