250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 幼稚园杀手(유치원킬러)
- tomoto
- 과학백과사전
- test
- 이력서
- mysql
- db
- Gmarket
- 네이버뉴스
- r
- lda
- Topics
- 코사인 유사도
- Websocket
- spring MVC(모델2)방식
- (깃)git bash
- RESFUL
- 자바
- jsp 파일 설정
- 크롤링
- 게시판 만들기
- 토픽추출
- pytorch
- 방식으로 텍스트
- 지마켓
- word2vec
- oracle
- Python
- java
- 파이썬
Archives
- Today
- Total
목록python: 정규식 예제 (1)
무회blog
python: 정규식 예제,test
import re import pandas as pd import os, time from html2text import html2text from datetime import date from selenium.webdriver.common.service import _HAS_NATIVE_DEVNULL today = date.today() today = str(today) # str = "I am 12 years old , but he is 5 월 years old." # # p = re.compile(r'\d+') # p = re.compile(r'원|세') # ss = p.findall(str) # print(len(ss)) # print(today) # # 경로 체크 하기 patt = 'D:\Src..
Python
2021. 3. 15. 00:48