Skip to content

Commit b5244b0

Browse files
committed
link experiment
1 parent 9aec32e commit b5244b0

24 files changed

Lines changed: 4265 additions & 2 deletions

Notes/01_Introduction/01_Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ exercise work. For example:
181181
>>>
182182
```
183183

184-
[Next](02_Hello_world)
184+
[Previous:Table of Contents](../Contents) [Next:1.2 Hello World](02_Hello_world)

Notes/01_Introduction/02_Hello_world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,4 +475,4 @@ an identifying filename and line number.
475475
* Fix the error
476476
* Run the program successfully
477477

478-
[Next](03_Numbers)
478+
[Previous:1.1 Introducing Python](01_Python) [Next:1.3 Numbers](03_Numbers)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Overview
2+
3+
The inner workings of Python Objects.
4+
5+
In this section we will cover:
6+
7+
* A few more details about how objects work.
8+
* How objects are represented.
9+
* Details of attribute access.
10+
* Data encapsulation techniques.
11+

0 commit comments

Comments
 (0)