Skip to content

🔑 Python3 solutions of puzzles from pythonchallenge.com

License

Notifications You must be signed in to change notification settings

AlwaysHacking/PythonChallenge

Repository files navigation

PythonChallenge

🔑 Python3 solutions of puzzles from pythonchallenge.com

Have fun with these puzzles , use Python3 definitely.:yum:

Level Add Date Need to Know
01 2016/04/18 The usage of maketrans(), it's no longer supported by string in Python3, just use str.maketrans() or bytes.maketrans()
02 2016/04/19 The usage of filter() and lambda
03 2016/04/19 How to use regular expressions and what can decode() do
04 2016/04/21 The usage of re.search and re.compile
05 2016/04/22 The usage of pickle, and try to use pprint
06 2016/04/23 How to use join, zipfile.ZipFile and getinfo
07 2016/04/23 PIL, re.findall, replace(), split() and map()

About

🔑 Python3 solutions of puzzles from pythonchallenge.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages