All Projects → tartley → Python Regex Cheatsheet

tartley / Python Regex Cheatsheet

Python 2.7 Regular Expression cheatsheet, as a restructured text document and Makefile to convert it to PDF

Labels

Projects that are alternatives of or similar to Python Regex Cheatsheet

Onie
Open Network Install Environment
Stars: ✭ 411 (-17.14%)
Mutual labels:  makefile
Sbt Pack
A sbt plugin for creating distributable Scala packages.
Stars: ✭ 438 (-11.69%)
Mutual labels:  makefile
Flask Restplus Boilerplate
A boilerplate for flask restful web service
Stars: ✭ 466 (-6.05%)
Mutual labels:  makefile
Docker Laravel
🐳 Build a simple laravel development environment with docker-compose.
Stars: ✭ 415 (-16.33%)
Mutual labels:  makefile
Zh Unit Testing Guidelines
Geotechnical 单元测试准则 - 中文版
Stars: ✭ 431 (-13.1%)
Mutual labels:  makefile
Spleen
Monospaced bitmap fonts
Stars: ✭ 448 (-9.68%)
Mutual labels:  makefile
Hostapd Wpe
Modified hostapd to facilitate AP impersonation attacks
Stars: ✭ 409 (-17.54%)
Mutual labels:  makefile
Template Python
A template for new Python libraries.
Stars: ✭ 479 (-3.43%)
Mutual labels:  makefile
Opencv Ios
OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision. This project is a port of the OpenCV library for Apple iOS. It includes two XCode projects: one for iPhone, the other one for iPad.
Stars: ✭ 434 (-12.5%)
Mutual labels:  makefile
Latex Docker
Docker-based latex compilation
Stars: ✭ 467 (-5.85%)
Mutual labels:  makefile
Checkmake
experimental linter/analyzer for Makefiles
Stars: ✭ 420 (-15.32%)
Mutual labels:  makefile
Awesome Web Scraping
List of libraries, tools and APIs for web scraping and data processing.
Stars: ✭ 4,510 (+809.27%)
Mutual labels:  makefile
Androideagleeye
An Xposed and adbi based module which is capable of hooking both Java and Native methods targeting Android OS.
Stars: ✭ 454 (-8.47%)
Mutual labels:  makefile
Ros
机器人操作系统ROS 语音识别 语义理解 视觉控制 gazebo仿真 雷达建图导航
Stars: ✭ 414 (-16.53%)
Mutual labels:  makefile
Floc
FLoC
Stars: ✭ 465 (-6.25%)
Mutual labels:  makefile
Flags
GoSquared's flag icon set
Stars: ✭ 412 (-16.94%)
Mutual labels:  makefile
Kubernetes Handbook
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz
Stars: ✭ 4,511 (+809.48%)
Mutual labels:  makefile
Mask
🎭 A CLI task runner defined by a simple markdown file
Stars: ✭ 495 (-0.2%)
Mutual labels:  makefile
K8s Prom Hpa
Kubernetes Horizontal Pod Autoscaler with Prometheus custom metrics
Stars: ✭ 474 (-4.44%)
Mutual labels:  makefile
Fossasia Presentations
Stars: ✭ 457 (-7.86%)
Mutual labels:  makefile

Python Regular Expression Cheatsheet

To generate the PDF:

  • Install Python 2.7

  • Install pip

  • Install this project's dependencies using::

    $ pip install -r requirements.txt

  • Generate the PDF using::

    $ make

Thanks

Github user 'elzapp' added an excellent description of '^' within '[]'.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].