- 资源介绍
资源名称: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.
资源截图:
猜你喜欢
-
2019千锋Python爬虫全套视频(最经典)_Python教程
2020-07-20 -
零基础入门学习Python.小甲_Python教程
2020-07-20 -
python应用程序中实现mongdb PDF_Python教程
2020-07-19 -
网络爬虫 Python和数据分析 PDF_Python教程
2020-07-19 -
简明Python教程 中文pdf_Python教程
2020-07-20 -
Python 精要教程(Marlowes) pdf_Python教程
2020-07-20 -
OpenCV 3计算机视觉 Python语言实现_Python教程
2020-07-20 -
Python之模块学习 中文_Python教程
2020-07-19 -
深入浅出:使用Python编程 英文PDF_Python教程
2020-07-19 -
python程序设计 第三版 中文pdf_Python教程
2020-07-19
-
python基础教程_Python教程
2020-07-20 -
python开发技术详解_Python教程
2020-07-20 -
Python核心编程 (第3版) 英文版_Python教程
2020-07-19 -
易学Python (Anthony Briggs著) 中文_Python教程
2020-07-19 -
Python英文电子书合集_Python教程
2020-07-20 -
Python入门教程_Python教程
2020-07-20 -
Python网络编程(第3版) ([美]布兰登·罗德) 官方 英文_Python教程
2020-07-19 -
Python入门基础视频教程_Python教程
2020-07-20 -
Python编程实践 完整PDF_Python教程
2020-07-19 -
Python深度学习_Python教程
2020-07-20
猜你在找
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
源码库 » Mastering Python Regular expressions PDF_Python教程