Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
315 contributions in the last year
Contribution activity
October 2020
Created an issue in 30-seconds/30-seconds-of-python that received 2 comments
Several suggestions to improve 'words'
Link: https://www.30secondsofcode.org/python/s/words. Existing snippet: def words(str, pattern = '[^a-zA-Z-]+'): return list(filter(None, re.split(p…