ysf的沙龍
Nature of Code閱讀心得與Python實作
62
免費公開
房間資訊
Daniel Shiffman所著「The Nature of Code」一書的閱讀心得,並用python及pygame來實作範例及練習題。 原書網頁版:https://natureofcode.com/
Top 5
1
The Nature of Code閱讀心得與Python實作:8.1 What Is a Fractal?
2
The Nature of Code閱讀心得與Python實作:7.6 Variations on...
3
The Nature of Code閱讀心得與Python實作:Chap. 8 Fractals
4
The Nature of Code閱讀心得與Python實作:4.4 A Particle Emitter
5
The Nature of Code閱讀心得與Python實作:8.2 Recursion
1
The Nature of Code閱讀心得與Python實作:8.1 What Is a Fractal?
2
The Nature of Code閱讀心得與Python實作:7.6 Variations on...
3
The Nature of Code閱讀心得與Python實作:Chap. 8 Fractals
4
The Nature of Code閱讀心得與Python實作:4.4 A Particle Emitter
5
The Nature of Code閱讀心得與Python實作:8.2 Recursion
全部
Chapter 0
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
全部
Chapter 0
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
全部類型
免費與付費
最新發佈
最新發佈
ysf
2025/05/26
The Nature of Code閱讀心得與Python實作:7.6 Variations on...
CA的細胞長相是不是一定就是方形的呢?當然不是!它可以有各式各樣的形狀,甚至於也可以有各種不同的性質及演化方式;唯一的限制,就是你的想像力。
#
PYTHON
#
python
#
Python
ysf
2025/05/26
The Nature of Code閱讀心得與Python實作:7.6 Variations on...
CA的細胞長相是不是一定就是方形的呢?當然不是!它可以有各式各樣的形狀,甚至於也可以有各種不同的性質及演化方式;唯一的限制,就是你的想像力。
#
PYTHON
#
python
#
Python
ysf
2025/05/12
The Nature of Code閱讀心得與Python實作:7.5 Object-Oriented Cells
這一節要用物件導向的方式來寫「生命遊戲」。
#
python
#
Python
#
PYTHON
1
ysf
2025/05/12
The Nature of Code閱讀心得與Python實作:7.5 Object-Oriented Cells
這一節要用物件導向的方式來寫「生命遊戲」。
#
python
#
Python
#
PYTHON
1
ysf
2025/05/05
The Nature of Code閱讀心得與Python實作:7.4 The Game of Life
這一節介紹的是赫赫有名的2D CA:生命遊戲(the Game of Life)。
#
python
#
PYTHON
#
Python
1
ysf
2025/05/05
The Nature of Code閱讀心得與Python實作:7.4 The Game of Life
這一節介紹的是赫赫有名的2D CA:生命遊戲(the Game of Life)。
#
python
#
PYTHON
#
Python
1
ysf
2025/04/04
The Nature of Code閱讀心得與Python實作:7.3 Wolfram Classification
基礎CA的規則集總共有256個,經由這些規則集所生成的圖案,大部分看起來都平平無奇;不過,還是有些圖案真的是會讓人驚嘆不已,因為實在是跟自然界中可以看到的圖案樣式很相像。根據這些圖案的樣式和特性,Wolfram把它們分成四大類,接下來就來看看,這四大類的圖案各有怎樣的樣式和特性。
#
python
#
Python
#
PYTHON
ysf
2025/04/04
The Nature of Code閱讀心得與Python實作:7.3 Wolfram Classification
基礎CA的規則集總共有256個,經由這些規則集所生成的圖案,大部分看起來都平平無奇;不過,還是有些圖案真的是會讓人驚嘆不已,因為實在是跟自然界中可以看到的圖案樣式很相像。根據這些圖案的樣式和特性,Wolfram把它們分成四大類,接下來就來看看,這四大類的圖案各有怎樣的樣式和特性。
#
python
#
Python
#
PYTHON
ysf
2025/03/31
The Nature of Code閱讀心得與Python實作:7.2 Elementary Cellular...
這節介紹Wolfram的基礎CA (elementary CA)設計方式,以及其迭代過程所構成的圖案。
#
python
#
Python
#
PYTHON
1
ysf
2025/03/31
The Nature of Code閱讀心得與Python實作:7.2 Elementary Cellular...
這節介紹Wolfram的基礎CA (elementary CA)設計方式,以及其迭代過程所構成的圖案。
#
python
#
Python
#
PYTHON
1
ysf
2025/03/21
The Nature of Code閱讀心得與Python實作:7.1 What Is a Cellular...
細胞自動機的英文是cellular automaton,複數型態為cellular automata,簡稱CA,是一種由細胞物件所組成的系統模型。
#
python
#
Python
#
PYTHON
ysf
2025/03/21
The Nature of Code閱讀心得與Python實作:7.1 What Is a Cellular...
細胞自動機的英文是cellular automaton,複數型態為cellular automata,簡稱CA,是一種由細胞物件所組成的系統模型。
#
python
#
Python
#
PYTHON
ysf
2025/03/17
The Nature of Code閱讀心得與Python實作:Chap. 7 Cellular Automata
這一章介紹的是細胞自動機(cellular automaton),一種不是植基於物理定律的複雜系統。
#
Python
#
python
#
PYTHON
ysf
2025/03/17
The Nature of Code閱讀心得與Python實作:Chap. 7 Cellular Automata
這一章介紹的是細胞自動機(cellular automaton),一種不是植基於物理定律的複雜系統。
#
Python
#
python
#
PYTHON
加入
Top 5
1
The Nature of Code閱讀心得與Python實作:8.1 What Is a Fractal?
2
The Nature of Code閱讀心得與Python實作:7.6 Variations on...
3
The Nature of Code閱讀心得與Python實作:Chap. 8 Fractals
4
The Nature of Code閱讀心得與Python實作:4.4 A Particle Emitter
5
The Nature of Code閱讀心得與Python實作:8.2 Recursion
1
The Nature of Code閱讀心得與Python實作:8.1 What Is a Fractal?
2
The Nature of Code閱讀心得與Python實作:7.6 Variations on...
3
The Nature of Code閱讀心得與Python實作:Chap. 8 Fractals
4
The Nature of Code閱讀心得與Python實作:4.4 A Particle Emitter
5
The Nature of Code閱讀心得與Python實作:8.2 Recursion
全部
Chapter 0
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
全部
Chapter 0
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
全部類型
免費與付費
最新發佈
最新發佈
ysf
2025/05/26
The Nature of Code閱讀心得與Python實作:7.6 Variations on...
CA的細胞長相是不是一定就是方形的呢?當然不是!它可以有各式各樣的形狀,甚至於也可以有各種不同的性質及演化方式;唯一的限制,就是你的想像力。
#
PYTHON
#
python
#
Python
ysf
2025/05/26
The Nature of Code閱讀心得與Python實作:7.6 Variations on...
CA的細胞長相是不是一定就是方形的呢?當然不是!它可以有各式各樣的形狀,甚至於也可以有各種不同的性質及演化方式;唯一的限制,就是你的想像力。
#
PYTHON
#
python
#
Python
ysf
2025/05/12
The Nature of Code閱讀心得與Python實作:7.5 Object-Oriented Cells
這一節要用物件導向的方式來寫「生命遊戲」。
#
python
#
Python
#
PYTHON
1
ysf
2025/05/12
The Nature of Code閱讀心得與Python實作:7.5 Object-Oriented Cells
這一節要用物件導向的方式來寫「生命遊戲」。
#
python
#
Python
#
PYTHON
1
ysf
2025/05/05
The Nature of Code閱讀心得與Python實作:7.4 The Game of Life
這一節介紹的是赫赫有名的2D CA:生命遊戲(the Game of Life)。
#
python
#
PYTHON
#
Python
1
ysf
2025/05/05
The Nature of Code閱讀心得與Python實作:7.4 The Game of Life
這一節介紹的是赫赫有名的2D CA:生命遊戲(the Game of Life)。
#
python
#
PYTHON
#
Python
1
ysf
2025/04/04
The Nature of Code閱讀心得與Python實作:7.3 Wolfram Classification
基礎CA的規則集總共有256個,經由這些規則集所生成的圖案,大部分看起來都平平無奇;不過,還是有些圖案真的是會讓人驚嘆不已,因為實在是跟自然界中可以看到的圖案樣式很相像。根據這些圖案的樣式和特性,Wolfram把它們分成四大類,接下來就來看看,這四大類的圖案各有怎樣的樣式和特性。
#
python
#
Python
#
PYTHON
ysf
2025/04/04
The Nature of Code閱讀心得與Python實作:7.3 Wolfram Classification
基礎CA的規則集總共有256個,經由這些規則集所生成的圖案,大部分看起來都平平無奇;不過,還是有些圖案真的是會讓人驚嘆不已,因為實在是跟自然界中可以看到的圖案樣式很相像。根據這些圖案的樣式和特性,Wolfram把它們分成四大類,接下來就來看看,這四大類的圖案各有怎樣的樣式和特性。
#
python
#
Python
#
PYTHON
ysf
2025/03/31
The Nature of Code閱讀心得與Python實作:7.2 Elementary Cellular...
這節介紹Wolfram的基礎CA (elementary CA)設計方式,以及其迭代過程所構成的圖案。
#
python
#
Python
#
PYTHON
1
ysf
2025/03/31
The Nature of Code閱讀心得與Python實作:7.2 Elementary Cellular...
這節介紹Wolfram的基礎CA (elementary CA)設計方式,以及其迭代過程所構成的圖案。
#
python
#
Python
#
PYTHON
1
ysf
2025/03/21
The Nature of Code閱讀心得與Python實作:7.1 What Is a Cellular...
細胞自動機的英文是cellular automaton,複數型態為cellular automata,簡稱CA,是一種由細胞物件所組成的系統模型。
#
python
#
Python
#
PYTHON
ysf
2025/03/21
The Nature of Code閱讀心得與Python實作:7.1 What Is a Cellular...
細胞自動機的英文是cellular automaton,複數型態為cellular automata,簡稱CA,是一種由細胞物件所組成的系統模型。
#
python
#
Python
#
PYTHON
ysf
2025/03/17
The Nature of Code閱讀心得與Python實作:Chap. 7 Cellular Automata
這一章介紹的是細胞自動機(cellular automaton),一種不是植基於物理定律的複雜系統。
#
Python
#
python
#
PYTHON
ysf
2025/03/17
The Nature of Code閱讀心得與Python實作:Chap. 7 Cellular Automata
這一章介紹的是細胞自動機(cellular automaton),一種不是植基於物理定律的複雜系統。
#
Python
#
python
#
PYTHON