Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b5244b0

Browse filesBrowse files
committed
link experiment
1 parent 9aec32e commit b5244b0
Copy full SHA for b5244b0
Expand file treeCollapse file tree

24 files changed

+4265
-2
lines changed
Open diff view settings
Collapse file

‎Notes/01_Introduction/01_Python.md‎

Copy file name to clipboardExpand all lines: Notes/01_Introduction/01_Python.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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)
Collapse file

‎Notes/01_Introduction/02_Hello_world.md‎

Copy file name to clipboardExpand all lines: Notes/01_Introduction/02_Hello_world.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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)
Collapse file
+11Lines changed: 11 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.