You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Notes/02_Working_with_data/00_Overview.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
[Contents](../Contents.md)\|[Prev (1 Introduction to Python)](../01_Introduction/00_Overview.md)\|[Next (3 Program Organization)](../03_Program_organization/00_Overview.md)
2
+
1
3
# 2. Working With Data
2
4
3
5
To write useful programs, you need to be able to work with data.
@@ -14,4 +16,4 @@ into Python's underlying object model.
14
16
*[2.6 List comprehensions](06_List_comprehension.md)
15
17
*[2.7 Object model](07_Objects.md)
16
18
17
-
[Contents](../Contents.md)
19
+
[Contents](../Contents.md)\|[Prev (1 Introduction to Python)](../01_Introduction/00_Overview.md)\|[Next (3 Program Organization)](../03_Program_organization/00_Overview.md)
Copy file name to clipboardexpand all lines: Notes/03_Program_organization/00_Overview.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
[Contents](../Contents.md)\|[Prev (2 Working With Data)](../02_Working_with_data/00_Overview.md)\|[Next (4 Classes and Objects)](../04_Classes_objects/00_Overview.md)
2
+
1
3
# 3. Program Organization
2
4
3
5
So far, we've learned some Python basics and have written some short scripts.
@@ -14,4 +16,5 @@ some useful code templates for writing more useful scripts.
14
16
*[3.5 Main module](05_Main_module.md)
15
17
*[3.6 Design Discussion about Embracing Flexibilty](06_Design_discussion.md)
16
18
17
-
[Contents](../Contents.md)
19
+
[Contents](../Contents.md)\|[Prev (2 Working With Data)](../02_Working_with_data/00_Overview.md)\|[Next (4 Classes and Objects)](../04_Classes_objects/00_Overview.md)
Copy file name to clipboardexpand all lines: Notes/04_Classes_objects/00_Overview.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
[Contents](../Contents.md)\|[Prev (3 Program Organization)](../03_Program_organization/00_Overview.md)\|[Next (5 Inner Workings of Python Objects)](../05_Object_model/00_Overview.md)
2
+
1
3
# 4. Classes and Objects
2
4
3
5
So far, our programs have only used built-in Python datatypes. In
@@ -13,4 +15,4 @@ and defining new exceptions.
13
15
*[4.3 Special Methods](03_Special_methods.md)
14
16
*[4.4 Defining new Exception](04_Defining_exceptions.md)
15
17
16
-
[Contents](../Contents.md)
18
+
[Contents](../Contents.md)\|[Prev (3 Program Organization)](../03_Program_organization/00_Overview.md)\|[Next (5 Inner Workings of Python Objects)](../05_Object_model/00_Overview.md)
0 commit comments