Python Programming/RegEx: Difference between revisions

From Wikiversity
Jump to navigation Jump to search
Content deleted Content added
Line 18: Line 18:


== Activities ==
== Activities ==
# Complete one or more of the following tutorials:
#* Python.org
#** [https://docs.python.org/3/tutorial/stdlib.html#string-pattern-matching String Pattern Matching]
#* LearnPython
#** [http://www.learnpython.org/en/Regular_Expressions Regular Expressions]
#* TutorialsPoint
#** [http://www.tutorialspoint.com/python/python_reg_expressions.htm Regular Expressions]


== See Also ==
== See Also ==

Revision as of 20:57, 11 June 2016

This lesson introduces Python regular expression processing.

Objectives and Skills

Objectives and skills for this lesson include:

Readings

Multimedia

Examples

Activities

  1. Complete one or more of the following tutorials:

See Also

References