- 资源介绍
资源名称: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为工具(高清) 中文PDF_Python教程
2020-07-19 -
Python高性能编程 PDF_Python教程
2020-07-20 -
Python 编程实践 第2版 英文pdf_Python教程
2020-07-20 -
python3.6.2参考手册 官方api文档 chm_Python教程
2020-07-19 -
Python网络编程(第3版) ([美]布兰登·罗德) 官方 英文_Python教程
2020-07-19 -
深入浅出:使用Python编程 英文PDF_Python教程
2020-07-19 -
Python英文电子书合集_Python教程
2020-07-20 -
Python机器学习基础教程_Python教程
2020-07-20 -
Python学习手册 第5版 [鲁特兹] PDF_Python教程
2020-07-20 -
Python基础教程(第2版 修订版) 完整PDF_Python教程
2020-07-19
-
Python基础教程(第2版·修订版)_Python教程
2020-07-20 -
Python数据分析基础 中文pdf_Python教程
2020-07-19 -
零基础学Python_Python教程
2020-07-20 -
Python系列视频教程 面向对象_Python教程
2020-07-20 -
python高级数据处理与可视化 PDF_Python教程
2020-07-19 -
基于改进贝叶斯模型的问题分类 中文PDF_Python教程
2020-07-19 -
Python高效编程技巧实战 实战编程+面试典型问题 中高阶程序员过渡_Python教程
2020-07-20 -
python模块导入安装使用 中文_Python教程
2020-07-19 -
Python程序设计(第3版)_Python教程
2020-07-20 -
漫谈Python语言 中文PDF_Python教程
2020-07-19
猜你在找
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
源码资源库 » Mastering Python Regular expressions PDF_Python教程