
파이참을 열고, Create New Project Existing interpreter를 선택 conda Environment로 들어가서 interpreter를 가져온다. C:\Users\....\Anaconda3\envs\tensorflow 보통 경로는 특별하게 지정하지 않았으면 anaconda3/envs 안에 가상환경이 설치된다. anaconda3/envs/설치된 가상환경 폴더/bin 에서 python 파일을 찾아 가져오면 된다. 그러면 설치된 파이썬의 버젼이 표시된다. 그대로 create를 눌러 프로젝트를 만들고 test.py 파일을 만들어 테스트해 보면 잘 작동하는 것을 확인할 수 있다.
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 31 32 33 34 35 36 37 from bs4 import BeautifulSoup # conda install -c anaconda beautifulsoup4 import re doc = ['', 'This is paragraph one.', 'This is paragraph two.', ''] soup = BeautifulSoup(''.join(doc)) print(soup.prettify()) """ This is paragraph one . This is paragraph two . """ Colored by Color Scripter cs ***..

Java SE Development Kit 8 - Downloads Anaconda Python/R Distribution - Anaconda Anaconda | Individual Edition Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine. www.anaconda.com C:\ProgramData\Anaconda3 는 환경변수 설정에서 사용할 경로입니다. 윈도우키 + r 아나콘다 환경변수 설정값 4개 작성 ANACONDA_HOME1 C:\ProgramData\Anaconda3 ANACONDA_HOME2 C:\..

anaconda 가 설치된 이후의 전개과정입니다. Anaconda Prompt 를 엽니다. 이미 확장팩을 추가한 이 후라면 설정부분은 넘어가도 됩니다. 여기를 참조하여 2020 버전으로 새로 작성함 File > Preference > Settings VSCode 재실행 ************************************* 이미 설치된 분은 확장팩 부분을 건너 띄어서 여기서부터 시작합니다. Ctrl + Shift + P python: select interpreter Git Bash 를 설치하지 않았다면 아래에서 표시된 Git Bash 는 보이지 않습니다. 원하는 창을 선택하면 됩니다. 선택 후 + 클릭 Git Bash 는 선택일 뿐 Command Prompt 도 가능합니다. pip inst..
Database Objects Oracle Database recognizes objects that are associated with a particular schema and objects that are not associated with a particular schema, as described in the sections that follow. Schema Objects A schema is a collection of logical structures of data, or schema objects. A schema is owned by a database user and has the same name as that user. Each user owns a single schema. Sc..
- Total
- Today
- Yesterday
- JUnit
- docker
- Git
- KAFKA
- Mlearn
- vscode
- Oracle
- COLAB
- SQLAlchemy
- AWS
- Java
- intellij
- JPA
- ERD
- nodejs
- terms
- database
- tensorflow
- springMVC
- FLASK
- jQuery
- mariadb
- Python
- Eclipse
- maven
- SpringBoot
- Mongo
- Algorithm
- Django
- React
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |