About 2,020,000 results
Open links in new tab
  1. re — Regular expression operations — Python 3.14.3 documentation

    Mar 26, 2026 · Source code: Lib/re/ This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched can be Unicode strings ( str) …

  2. The Python Logo | Python Software Foundation

    The Python Logo Projects and companies that use Python are encouraged to incorporate the Python logo on their websites, brochures, packaging, and elsewhere to indicate suitability for use with …

  3. Python RegEx - W3Schools

    RegEx Module Python has a built-in package called re, which can be used to work with Regular Expressions. Import the re module:

  4. File:Python-logo-notext.svg - Wikimedia Commons

    Mar 17, 2026 · For a reproducible version, please use the original SVG and raster renderings available from the python.org link given; please contact the Python Software Foundation Trademarks Working …

  5. The Python Logo

    The Python Logo Projects and companies that use Python are encouraged to incorporate the Python logo on their websites, brochures, packaging, and elsewhere to indicate suitability for use with …

  6. Download the Python Logo and Icon for Your Projects

    High-Quality Python Logo and Icon Collection Discover a wide selection of Python logos and icons, including PNG and transparent versions. Enhance your projects with professional Python icons and …

  7. Python Logos

    Python Logos Note: This page is readable without login and provides additional variants to the ones on the logo page on python.org. Master Python Logo These are the versions which Tim Parkin designed …

  8. Python 正则表达式 - 菜鸟教程

    Python 正则表达式 正则表达式是一个特殊的字符序列,它能帮助你方便的检查一个字符串是否与某种模式匹配。Python 自1.5版本起增加了re 模块,它提供 Perl 风格的正则表达式模式。 re 模块使 …

  9. Python RegEx - GeeksforGeeks

    Aug 14, 2025 · Importing re module in Python using following command: import re How to Use RegEx in Python? You can use RegEx in Python after importing re module. Example: This Python code uses …

  10. Logo Examples - Python Software Foundation Wiki Server

    Logo Examples Official Logos Official Python Logo This comes in multiple variants: a) with text "python" using the Flux Regular font, b) just the logo device (the two snakes), c) with or without the drop …