Skip to content

Commit 3491644

Browse files
committed
upload README.md for each chapter
1 parent a35033c commit 3491644

File tree

14 files changed

+29
-0
lines changed

14 files changed

+29
-0
lines changed

observer/simple/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Execute the main file with the below command.
2+
```python3
3+
python Example.py
4+
```
5+
![image](https://github.com/rebuild-123/Python-Head-First-Design-Patterns/blob/main/pictures_for_README/observer_simple.png)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Execute the main file with the below command.
2+
```python3
3+
python Example.py
4+
```
5+
![image](https://github.com/rebuild-123/Python-Head-First-Design-Patterns/blob/main/pictures_for_README/observer_simpleobservable.png)

observer/weather/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Execute the main file with the below command.
2+
```python3
3+
python WeatherStation.py
4+
python WeatherStationHeatIndex.py
5+
```
6+
![image](https://github.com/rebuild-123/Python-Head-First-Design-Patterns/blob/main/pictures_for_README/observer_weather.png)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Execute the main file with the below command.
2+
```python3
3+
python WeatherStation.py
4+
python WeatherStationHeatIndex.py
5+
```
6+
![image](https://github.com/rebuild-123/Python-Head-First-Design-Patterns/blob/main/pictures_for_README/observer_weatherobservable.png)
5 KB
Loading
6.87 KB
Loading
7.38 KB
Loading
3.8 KB
Loading
4.99 KB
Loading
36 KB
Loading

0 commit comments

Comments
 (0)