TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Interactive Exercises for Python Regular Expressions

3 pointsby asicspabout 2 years ago
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.<p>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.<p>These exercises have been adapted from my Understanding Python re(gex)? ebook [1] (free to read online, and PDF&#x2F;EPUB versions are free till the end of this month).<p>See [2] for a video demo. I&#x27;d appreciate your feedback, happy learning :)<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29391107" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29391107</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;learnbyexample&#x2F;py_regular_expressions">https:&#x2F;&#x2F;github.com&#x2F;learnbyexample&#x2F;py_regular_expressions</a><p>[2] <a href="https:&#x2F;&#x2F;youtu.be&#x2F;0oXPeF8HutQ" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;0oXPeF8HutQ</a>

no comments

no comments