반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 파이썬
- Redshift
- c#
- gas
- Github
- PANDAS
- numpy
- Tkinter
- Excel
- matplotlib
- Apache
- array
- Python
- Java
- PySpark
- Mac
- list
- Google Excel
- dataframe
- PostgreSQL
- SQL
- math
- Kotlin
- django
- hive
- string
- GIT
- google apps script
- Google Spreadsheet
Archives
- Today
- Total
목록googletrans (1)
달나라 노트
Python googletrans
Python에선 googletrans라는 번역 기능을 가진 library를 제공합니다. googletrans 설치 pip install googletrans==4.0.0-rc1 일반적인 설치법으로 pip install googletrans를 하게되면 가끔 AttributeError: 'NoneType' object has no attribute 'group' 위와 같은 에러가 지속적으로 뜨는 경우가 있습니다. 이럴 경우에는 위 커맨드로 해당 버전을 설치해줍시다. (참고 : github.com/ssut/py-googletrans/issues/234) from googletrans import Translator translator = Translator() translated_obj = translator..
Python/Python googletrans
2020. 12. 21. 18:34