Strings and String Manipulation

This lesson has not yet been developed.


Instructions: Create a new directory called Strings with a notebook called StringsTour. Give it a heading 1 cell title Strings and String Manipulation. Read this page, typing in the code in the code cells and executing them as you go.

Do not copy/paste.

Type the commands yourself to get the practice doing it. This will also slow you down so you can think about the commands and what they are doing as you type them.</font>

Save your notebook when you are done, then try the accompanying exercises.



In [ ]:
%pylab inline
import numpy as np
import matplotlib.pyplot as plt

All content is under a modified MIT License, and can be freely used and adapted. See the full license text here.