Show HN: I wrote a book on Python regular expressions
📰 Hacker News · asicsp
Learn Python regular expressions with a free book and practice with exercises and cheatsheets
Action Steps
- Download the book 'Python re(gex)?' from Gumroad or Leanpub
- Explore the GitHub repository for code snippets and sample chapters
- Practice regular expressions using the exercises and cheatsheets provided
- Use pandoc and xelatex to generate PDFs for your own projects
- Apply regular expressions to real-world text processing tasks
Who Needs to Know This
Developers and data scientists can benefit from this resource to improve their text processing skills
Key Insight
💡 Regular expressions are a powerful tool for text processing in Python
Share This
📚 Free book on Python regular expressions! 🎉 Download 'Python re(gex)?' and practice with exercises and cheatsheets 📊
Key Takeaways
Learn Python regular expressions with a free book and practice with exercises and cheatsheets
Full Article
My book titled "Python re(gex)?" is free to download through this weekend [1][2] The book covers both 're' and 'regex' modules, has plenty of examples and chapters also have cheatsheets and exercises. Code snippets, exercises, sample chapters, etc are available on GitHub repo [3] I used pandoc+xelatex [4] to generate the pdf. [1] https://gumroad.com/l/py_regex [2] https://leanpub.com/py_regex [3] https://github.com/learnbyexample/py_regular_expressions [4] https://learnbyexample.github.io/tutorial/ebook-generation/customizing-pandoc/
DeepCamp AI