Skip to content

Instantly share code, notes, and snippets.

View cristinelpopescu's full-sized avatar

Cristinel-Adrian Popescu (Cristian) cristinelpopescu

View GitHub Profile
# Password checker
# At least 8 characters long
# Contain any sort of letters, numbers, @%$#
# Has to end with a number
import re
pattern = re.compile(r"([a-zA-Z]).([a])")
string = 'search inside of this text'
# 10_basic.py
# 15_make_soup.py
# 20_search.py
# 25_navigation.py
# 30_edit.py
# 40_encoding.py
# 50_parse_only_part.py