|
120 | 120 | - [Enum](/lessons/python/concepts/enum/color-enum.py)
|
121 | 121 | 1. [Eval, Exec](/lessons/python/concepts/advanced/eval-exec.py)
|
122 | 122 | 1. [`*argv`, `**kwargs`](/lessons/python/concepts/advanced/argv-kwargs.py)
|
| 123 | +1. [Sys](/modules/sys/README.md) |
| 124 | +1. [OS](/modules/os/README.md) |
| 125 | +1. [Assertion](/lessons/python/concepts/advanced/simple-assertion.py) |
| 126 | +1. [Generator](/lessons/python/concepts/advanced/simple-generator.py) |
123 | 127 | ----
|
124 | 128 | 1. [Test](concepts/test/README.md)
|
125 |
| -1. [Generator](/lessons/python/concepts/advanced/simple-generator.py) |
126 |
| -1. [Assertion](/lessons/python/concepts/advanced/simple-assertion.py) |
127 | 129 | 1. [PIP](/lessons/python/installation/README-PIP.md)
|
128 | 130 | 1. [Decorator](/lessons/python/concepts/advanced/simple-decorator.py)
|
129 |
| -1. [Sys](/modules/sys/README.md) |
130 |
| -1. [OS](/modules/os/README.md) |
| 131 | +1. [Reflection](/lessons/python/concepts/advanced/simple-reflection.py) |
| 132 | +1. [Regular Expression](/concepts/regex/README.md) |
131 | 133 |
|
132 | 134 |
|
133 | 135 | ### Optional
|
|
143 | 145 | - [Custom Iterator](/lessons/python/concepts/advanced/custom-iterator.py)
|
144 | 146 | 13. Closure
|
145 | 147 | 14. [Descriptor](/lessons/python/concepts/advanced/simple-descriptor.py)
|
146 |
| -15. [Reflection](/lessons/python/concepts/advanced/simple-reflection.py) |
147 | 148 | 16. [Context Manager](/lessons/python/concepts/keywords/keywords-with.py)
|
148 | 149 | 17. [Regular Expression](/concepts/regex/README.md)
|
149 | 150 | 18. Socket [`client`](/lessons/python/examples/sample/socket/simple-socket-client.py), [`server`](/lessons/python/examples/sample/socket/simple-socket-server.py)
|
|
153 | 154 | 20. Serialization, Deserialization
|
154 | 155 |
|
155 | 156 |
|
156 |
| ---- |
157 |
| -### New Cource (Temp) |
158 |
| -- [NumPy](/lessons/python/modules/numpy/README.md) |
159 |
| -- [Test](concepts/test/README.md) |
160 |
| -- Class |
161 |
| -- Reflection |
162 |
| -- [Regular Expression](/concepts/regex/README.md) |
163 |
| -- [Sys](/modules/sys/README.md) |
164 |
| -- [OS](/modules/os/README.md) |
165 |
| ---- |
166 |
| - |
167 |
| - |
168 | 157 | ### Advanced
|
169 | 158 | 1. Dependency Injection
|
170 | 159 | 2. Inversion of Control
|
|
174 | 163 | 6. Semaphore, Lock, Mutex
|
175 | 164 |
|
176 | 165 | ## Modules, Packages, Libs, ...
|
| 166 | +- [**Sys**](/modules/sys/README.md) |
| 167 | +- [**OS**](/modules/os/README.md) |
177 | 168 | - [**Tkinter**](/lessons/python/modules/tkinter/README.md)
|
178 | 169 | - [**Turtle**](/lessons/python/modules/turtle/README.md)
|
179 | 170 | - [**NumPy**](/lessons/python/modules/numpy/README.md)
|
|
0 commit comments