Setting/Python 4

VSC에서 python 셋팅 및 패키지 세팅 (2020. 12. 23)

📖Python Setting In VSC (Visual Studio Code) 1. Python Setting Ctrl + Shift + p Ctrl + Shift + b No build task to run found. Configure Build Task Create tasks.josn file from template 선택 Others 선택 폴더/.vscode/tasks.json 파일이 생김 json 파일을 아래와 같이 생성 { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { //command는 터미..

Setting/Python 2020.12.23

PyCharm 에서 Github 사용 Using Github with PyCharm

GitHub: Where the world builds software GitHub is where over 50 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat... github.com 깃허브 홈페이지 입니다. 회원가입을 해줍니다. This is the website of GitHub, sign up as a member. desktop.github.com/ GitHub Desktop Simple collaboration from your de..

Setting/Python 2020.11.24

파이참 폰트, 테마 변경 PyCharm Setting

별거 없습니다 Theme 는 Darcula 를 사용하였고 폰트는 Hack 을 사용하였습니다. Hack 폰트 링크 Hack | A typeface designed for source code A Family of Four Faces Hack includes monospaced regular, bold, italic, and bold italic sets to cover all of your syntax highlighting needs. sourcefoundry.org Dracula 는 기본 사용 Darcula Darker Theme - Plugins | JetBrains A dark theme based on Darcula, but with more contrasting tones. For JetBrai..

Setting/Python 2020.11.23

PyCharm 에서 Python 시작하기 (Getting Started with Python in PyCharm

Jetbrains의 PyCharm 개발 도구를 이용해서 Python을 시작해보려 합니다. 다운로드는 다음의 주소와 같습니다 www.jetbrains.com/ko-kr/products.html#lang=python&lang=r-lang All Developer Tools and Products by JetBrains www.jetbrains.com 아래는 한글 설정 방법 창은 ctrl + alt + S 키로 간단하게 켜주세요 아래는 파이썬을 설치하고 경로 설정까지 import sys print(sys.executable) 인터프린터 설정은 위에서 인터프리터 경로를 찾은것과 같은곳으로 설정해주세요

Setting/Python 2020.11.23