본문 바로가기
반응형

Python61

python visual studio code 사용 중 오류 error: conda 용어가 cmdlet 함수, 스크립트 파일 또는 실행할 수 있는 프로그램 이름으로 인식되지 않습니다. 이름이 정확한지 확인하고 경로가 포함된 경우 ...... power shell로 파이썬 실행한 경우라고 확인되면 컨트롤 쉬프트 P를 동시에 누르고 terminal: select default profile 이라고 타이핑 후 엔터해서 선택 command prompt를 선택 아래 터미널 창을 닫는다.(휴지통 아이콘 클릭하면 터미널 사라짐) 이후 다시 Run하면 오류 없이 정상 동작 확인 가능 https://xlog.tistory.com/20 [파이썬 에러]'conda' 용어가 cmdlet, 함수, 스크립트 파일 또는 실행할 수 있는 프로그램 이름으로 새 노트북에 VS Code를 깔고 간.. 2023. 3. 23.
Automation: Youtube Search https://gosmcom.tistory.com/67 [파이썬 레시피 - 웹 활용 입문편] 02. 웹 자동화 - B. 유튜브 키워드 검색 검색 키워드 자동입력 유튜브의 키워드 검색창의 경로를 알아봅시다. selenium에서는 대체로 xpath로 경로를 계산하여 요소에 탐색합니다. 먼저 크롬 개발자 도구로 검색창의 xpath를 알아내봅시다. gosmcom.tistory.com https://gorokke.tistory.com/8 [selenium] 크롤링 selenium 셀레니움 사용법, 명령어 모음 #0. 셀레니움 실행을 위한 chrome 드라이버 다운로드 사용중인 chrome 버전으로 드라이버를 다운로드 한다. 크롬 버전 확인 (주소창에 복붙) chrome://version 크롬 드라이버 다운로드 링.. 2023. 1. 11.
10 minutes to pandas https://pandas.pydata.org/docs/user_guide/10min.html 10 minutes to pandas — pandas 1.5.2 documentation 10 minutes to pandas This is a short introduction to pandas, geared mainly for new users. You can see more complex recipes in the Cookbook. Customarily, we import as follows: In [1]: import numpy as np In [2]: import pandas as pd Object creation See the In pandas.pydata.org This is a short intr.. 2023. 1. 10.
이미지 처리와 텍스트 인식 python pillow & tesseract Pillow https://pillow.readthedocs.io/en/stable/installation.html Installation Warnings: Python Support: Pillow supports these Python versions.,,,,,,,,, Python, 3.10, 3.9, 3.8, 3.7, 3.6, 3.5, 3.4, 2.7,,, Pillow >= 9.0, Yes, Yes, Yes, Yes,,,,,, Pillow 8.3.2 - 8.4, Yes, Yes, Ye... pillow.readthedocs.io > pip install pillow from PIL import Image, ImageFilter kitten=Image.open("kitten.jpg") blurryKit.. 2022. 9. 20.
반응형