@@ -51,7 +51,7 @@ category.
5151| [ Bourne-again shell (Bash)] ( /bourne-again-shell-bash.html ) | starter |
5252| [ Zsh] ( /zsh-shell.html ) | starter |
5353| [ PowerShell] ( /powershell.html ) | starter |
54- | Terminal multiplexers | not yet |
54+ | [ Terminal multiplexers] ( /terminal-multiplexers.html ) | starter |
5555| tmux | not yet |
5656| screen | not yet |
5757| pymux | not yet |
@@ -77,11 +77,39 @@ category.
7777| [ Programming language] ( /python-programming-language.html ) | starter |
7878| Language concepts | not yet |
7979| [ Generators] ( /generators.html ) | intermediate |
80+ | [ Comprehensions] ( /comprehensions.html ) | intermediate |
81+ | Decorators | not yet |
82+ | Runtimes | not yet |
83+ | CPython | not yet |
84+ | PyPy | not yet |
85+ | MicroPython | not yet |
86+ | IronPython | not yet |
87+ | Jython | not yet |
8088
8189
8290## Chapter 4: Testing
8391| Page | Status |
8492| ------------------------------------------------------------| --------------|
93+ | [ Testing] ( /testing.html ) | starter |
94+ | Testing approaches | not yet |
95+ | [ Unit testing] ( /unit-testing.html ) | starter |
96+ | [ Integration testing] ( /integration-testing.html ) | starter |
97+ | Database testing | not yet |
98+ | Load testing | not yet |
99+ | Test-driven development | not yet |
100+ | Testing concepts | not yet |
101+ | [ Code metrics] ( /code-metrics.html ) | starter |
102+ | Code coverage | not yet |
103+ | Mocking | not yet |
104+ | [ Debugging] ( /debugging.html ) | starter |
105+ | pdb | not yet |
106+ | ipdb | not yet |
107+ | pudb | not yet |
108+ | wdb | not yet |
109+ | [ Logging] ( /logging.html ) | intermediate |
110+ | stdlib logging | not yet |
111+ | DTrace | not yet |
112+ | logbook | not yet |
85113
86114
87115## Chapter 5: Documentation
0 commit comments