- 资源介绍
资源名称:Mastering Python Regular Expressions PDF
Regular expressions are used by many text editors, utilities, and programming languages to search and manipulate text based on patterns. They are considered the Swiss army knife of text processing. Powerful search, replacement, extraction and validation of strings, repetitive and complex tasks are reduced to a simple pattern using regular expressions.
Mastering Python Regular Expressions will teach you about Regular Expressions, starting from the basics, irrespective of the language being used, and then it will show you how to use them in Python. You will learn the finer details of what Python supports and how to do it, and the differences between Python 2.x and Python 3.x.
The book starts with a general review of the theory behind the regular expressions to follow with an overview of the Python regex module implementation, and then moves on to advanced topics like grouping, looking around, and performance.
You will explore how to leverage Regular Expressions in Python, some advanced aspects of Regular Expressions and also how to measure and improve their performance. You will get a better understanding of the working of alternators and quantifiers. Also, you will comprehend the importance of grouping before finally moving on to performance optimization techniques like the RegexBuddy Tool and Backtracking.
Mastering Python Regular Expressions provides all the information essential for a better understanding of Regular Expressions in Python.
Approach
A short and straight to the point guide that explains the implementation of Regular Expressions in Python.
Who this book is for
This book is aimed at Python developers who want to learn how to leverage Regular Expressions in Python. Basic knowledge of Python is required for a better understanding.
资源截图:
猜你喜欢
-
python应用程序中实现mongdb PDF_Python教程
2020-07-19 -
贝叶斯思维 统计建模的Python学习法 中文_Python教程
2020-07-19 -
Python编程:从入门到实践 [Eric Matthes著] 中文_Python教程
2020-07-19 -
Python零基础入门学习-水木书荟 (小甲鱼著) 中文pdf_Python教程
2020-07-19 -
Python语言程序设计基础(第2版) 高清pdf_Python教程
2020-07-19 -
Python基础入门班_Python教程
2020-07-20 -
预测分析建模 Python与R语言实现 PDF_Python教程
2020-07-20 -
父与子的编程之旅:与小卡特一起学Python 中文_Python教程
2020-07-19 -
智普python就业班实地培训视频教程_Python教程
2020-07-20 -
Python高性能编程 PDF_Python教程
2020-07-20
-
python web开发介绍 中文_Python教程
2020-07-19 -
python 3.4 入门指南 官方中文版 pdf_Python教程
2020-07-20 -
Python计算与编程实践:多媒体方法(原书第2版) 迷你书 中文pdf_Python教程
2020-07-20 -
Python密码学编程_Python教程
2020-07-20 -
Python 自动化运维 (技术与最佳实践)_Python教程
2020-07-20 -
深度学习之PyTorch实战计算机视觉_Python教程
2020-07-20 -
从Python开始学编程 Vamei 中文完整 pdf_Python教程
2020-07-19 -
编写高质量代码 改善Python程序的91个建议_Python教程
2020-07-20 -
Python计算机视觉编程 中文完整PDF_Python教程
2020-07-19 -
python3 Django入门与实践_Python教程
2020-07-20
猜你在找
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
源码库 » Mastering Python Regular expressions PDF_Python教程