순수한 공상과학연구소

1. [Python] 파이썬 특정문자 찾기(find,startswith,endswith)

 

[Python] 파이썬 특정문자 찾기(find,startswith,endswith)

문자열중에 특정 문자를 찾고싶거나, 특정문자로 시작하는 문자열, 특정문자로 끝이나는 문자열 등 문자를 찾는 방법에대해 알아보겠습니다. find(찾을문자, 찾기시작할위치) >>> s = '가나다라 마

dpdpwl.tistory.com

출처: https://dpdpwl.tistory.com/119

 

2. [Python] strip 함수와 split 함수

 

[Python] strip 함수와 split 함수

저번시간에 했던 내용에 이어, 오늘은 strip 함수와 split 함수에 대해 알아보는 시간이 되겠다. 저번에 money.txt 파일을 읽어와 출력해보는 실습을 하였는데, 출력부분에 보면, 한줄이 나오면, 그다

yeonkevin.tistory.com

출처: https://yeonkevin.tistory.com/85

 

3. 출처:  Visual Studio code에서 Jupyter Notebook 사용하기 in Ubuntu

출처: https://shangom-developer.tistory.com/2

 

Visual Studio code에서 Jupyter Notebook 사용하기 in Ubuntu

입사한지 이주째, 개발환경을 세팅해야 한다. 개발환경 세팅. 코딩보다 열 배는 어렵다. 그리고 세상엔 원하는 대로 검색결과가 나오지 않기 때문에, 간단하게 정리해 다른 이에게 도움이 되었

shangom-developer.tistory.com

4. Fatal error in launcher: Unable to create process using '"'

출처 : https://enjoytools.net/xe/board_PZRP31/4816

 

파이썬 폴더 변경시 윈도우 환경변수 - Python - Enjoytools

Path만 잡아주면 된다. Path 예시: set PATH=C:\Python35;C:\C:\Python35\Script;%PATH% 그런데, pip 같은 exe 파일을 실행시 아래와 같이 오류가 뜬다. Fatal error in launcher: Unable to create process using '"' 원인은 인스톨러

enjoytools.net

5. 출처: [Python] 특정 문자열 제거하는 방법

 

[Python] 특정 문자열 제거하는 방법

문자열을 처리하다보면, 특정한 문자열 혹은 기호를 제거하려고 시도하는 경우가 발생합니다. 특히, \n 이나 \t 같은 기호를 제거하는 경우가 많은데 특정 문자열을 제거할 때 편하게 쓸 수 있는

seokhyun2.tistory.com

출처: https://seokhyun2.tistory.com/7