Show HN: Interactive Exercises for Python Regular Expressions
2 by asicsp | 0 comments on Hacker News.
This new version is a TUI app built with Textual. Previous one was written using `tkinter` [0] and covered only four of the `re` functions. Now, any valid Python expression is accepted as a solution. There are more than 100 exercises covering both the builtin `re` module and the third-party `regex` module. These exercises have been adapted from my Understanding Python re(gex)? ebook [1] (free to read online, and PDF/EPUB versions are free till the end of this month). I'd appreciate your feedback, happy learning :) [0] https://ift.tt/OXa9FjS [1] https://ift.tt/cVLKrZl
No comments:
Post a Comment