- 资源介绍
资源名称: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_Python教程
2020-07-20 -
Python机器学习 PDF_Python教程
2020-07-20 -
最新Tornado框架实战教程【2019千锋Python】(36集)_Python教程
2020-07-20 -
Python快速入门魔力手册_Python教程
2020-07-20 -
Python搜索爬虫抓取超高清视频教程_Python教程
2020-07-20 -
Maya Python游戏与影视编程指南 中文完整pdf_Python教程
2020-07-19 -
Python.Django视频教程(全13集)_Python教程
2020-07-20 -
数据分析和人工智能教程全套【2019千锋Python】(145集)_Python教程
2020-07-20 -
Python核心编程(第三版 英文版) 完整PDF_Python教程
2020-07-19 -
Django轻松实现博客网站【2019千锋Python】(28集)_Python教程
2020-07-20
-
Python 自动化运维 (技术与最佳实践)_Python教程
2020-07-20 -
易学Python (Anthony Briggs著) 中文_Python教程
2020-07-19 -
Python机器学习——预测分析核心算法_Python教程
2020-07-20 -
Python数据分析与挖掘实战 完整版_Python教程
2020-07-19 -
数据科学导论 Python语言实现_Python教程
2020-07-20 -
斯坦福大学机器学习课程个人学习笔记 中文PDF_Python教程
2020-07-19 -
基于Django快速开发社会化网络书签系统_Python教程
2020-07-20 -
可爱的Python (哲思社区)插图版_Python教程
2020-07-20 -
Python web开发与接口测试 中文完整PDF_Python教程
2020-07-19 -
西安交通大学《嵌入式原理及应用》课程视频(48集)_Python教程
2020-07-20
猜你在找
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
源码库 » Mastering Python Regular expressions PDF_Python教程