Chapter 2 - More Python!¶
In this chapter we will take a deeper dive into the Python language. We’ll be looking at Python strings and data structures in more depth. We’ll look at numpy arrays and some other bits and pieces. The biggest thing we’ll see in this chapter is functions.
Sections¶
lists, strings, tuples
numpy intro
functions
string processing