일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 프로그래머스 월간 코드 챌린지 시즌1
- 프로그래머스 코딩 테스트 연습
- heroku
- PostgreSQL 설치 시 에러
- 파이썬
- c#
- selenium
- PostgreSQL
- WPF
- 스프링 부트와 AWS로 혼자 구현하는 웹 서비스
- FastAPI
- Firefox
- 클린 코드
- Word Cloud
- 바이오데이터 엔지니어
- github
- terraform
- 디자인 패턴
- 스코페2021
- 프로그래머스 코딩테스트 연습
- pycharm
- 애드센스
- Python
- Codeforces
- 프로그래머스 월간 코드 챌린지
- 프로그래머스 코딩테스트 연습문제
- 브랜디
- github actions
- Spring Boot
- git
Archives
- Today
- Total
목록unicode (1)
프로그래밍 연습하기
Python에서 텍스트 안의 이모지(emoji)제거하기
파이썬으로 텍스트를 처리하던 도중 안에 이모지가 있으면 처리를 못해서 에러가 나는 일이 있었습니다. 셀레니움 find_element_by_*****.send_key(text) 에서 text에 이모지가 있을 때 WebDriverException: unknown error: ChromeDriver only supports characters in the BMP 크롬드라이버에서 지원하지 않는 문자라고 나옵니다. 그래서 방법을 찾아보았습니다. https://stackoverflow.com/questions/33404752/removing-emojis-from-a-string-in-python removing emojis from a string in Python I found this code in Python..
Python
2019. 4. 6. 12:26