본문 바로가기

Back-End/Python

[Python]파이썬 환경 설정

~ 목차 ~

<파이썬>

- 텍스트 에디터와 대화형 인터프리터

  • VS Code
  • PyCharm
  • Jupyter Notebook
  • Eclipse
  • 인텔리J
  • Colaboratory(a.k.a Colab) → Google Drive에서 갈 수 있음

 

<유용한 사이트>

개발자 질문 사이트

Stack Overflow - Where Developers Learn, Share, & Build Careers

 

Stack Overflow - Where Developers Learn, Share, & Build Careers

Stack Overflow | The World’s Largest Online Community for Developers

stackoverflow.com

번역 사이트

DeepL 번역: 세계에서 가장 정확한 번역기

 

 

DeepL 번역: 세계에서 가장 정확한 번역기

텍스트 및 전체 문서 파일을 즉시 번역하세요. 개인과 팀을 위한 정확한 AI 번역. 매일 수백만 명이 DeepL 번역기로 작업합니다.

www.deepl.com

영타 연습 사이트

Typing Practice for Programmers | SpeedCoder

 

Typing Practice for Programmers | SpeedCoder

 

www.speedcoder.net

팀원 정보 공유 사이트

https://trello.com

 

Manage Your Team’s Projects From Anywhere | Trello

Task management Use Trello to track, manage, complete, and bring tasks together like the pieces of a puzzle, and make your team’s projects a cohesive success every time.

trello.com

 

Javascript, Css, HTML 표준 사이트

MDN Web Docs (mozilla.org)

 

MDN Web Docs

The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.

developer.mozilla.org

 

여러개의 JDK 버전을 편하게 바꿀 수 있게 해주는 사이트(회사에서는 JDK버전을 여러개 사용)

Home - SDKMAN! the Software Development Kit Manager

 

Home - SDKMAN! the Software Development Kit Manager

SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems.

sdkman.io

 

<PyCharm 다운로드 사이트>

1. 제트브레인스

JetBrains: Essential tools for software developers and teams

 

JetBrains: Essential tools for software developers 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

 DataSpell (pycharm+jupyter notebook) 다운로드 : 유료 // 1개월 무료

→ 플러그인 다운 :  rainbow brackets(소괄호 색맞춤) + indent rainbow(들여쓰기)  + Material Theme UI + Key Promotor X(단축키) + InlineError(에러 위치 찍어주는 것)설치해주기

 

 

2. 아나콘다(파이썬 인터프린터) : 필요한 모든 라이브러리 다 미리 깔아줌

but, Microsoft Visual C++ Redistributable latest supported downloads 미리 다운 받아져 있어야 함

(설정 /설치 앱에서 확인 가능)

Anaconda | The World’s Most Popular Data Science Platform

 

Anaconda | The World’s Most Popular Data Science Platform

Anaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities.

www.anaconda.com

 

3. D2 Coding 글꼴 다운받기

naver/d2codingfont: D2 Coding 글꼴 (github.com)

 

GitHub - naver/d2codingfont: D2 Coding 글꼴

D2 Coding 글꼴. Contribute to naver/d2codingfont development by creating an account on GitHub.

github.com

여기서 D2Coding-Ver1.3.2-20180524.zip 글꼴 다운받기

 

→ DataSpell 에서 환경설정 setting >> Editor >>Font 에서 D2Coding 설정하기

→ D2Coding 쓰는 이유 : 영어 O와 숫자 0이 구분 가능해짐 , 영어 소문자 l(엘)과 영어 대문자 I(아이)가 구분 가능해짐.

D2Coding 폰트 적용

<DataSpell 단축키>

  • shift+shift : 검색
  •  

 

 

 

728x90