File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 3333
3434# Погружаемся в Python
3535
36- - [ Объекты и память] ( ./dev/python/objects.md )
37- - [ Коллекции] ( ./dev/python/collections.md )
38- - [ Асимптотическая сложность] ( ./dev/python/o-notation.md )
36+ - [ Начало] ( ./dev/python/init.md )
37+ - [ Объекты и память] ( ./dev/python/objects.md )
38+ - [ Коллекции] ( ./dev/python/collections.md )
39+ - [ Асимптотическая сложность] ( ./dev/python/o-notation.md )
3940
4041
4142# Учимся у других
Original file line number Diff line number Diff line change 1+ # Python. Начало
2+
3+ > … in December 1989, I was looking for a “hobby” programming
4+ project that would keep me occupied during the week around
5+ Christmas. My office … would be closed, but I had a home
6+ computer, and not much else on my hands.```
7+
8+ Foreword for “Programming Python” (1st ed.)
You can’t perform that action at this time.
0 commit comments