|
32 | 32 | <link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=eba8b062" /> |
33 | 33 | <link rel="stylesheet" type="text/css" href="../_static/togglebutton.css?v=13237357" /> |
34 | 34 | <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" /> |
35 | | - <link rel="stylesheet" type="text/css" href="../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" /> |
| 35 | + <link rel="stylesheet" type="text/css" href="../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css?v=be8a1c11" /> |
36 | 36 | <link rel="stylesheet" type="text/css" href="../_static/sphinx-thebe.css?v=4fa983c6" /> |
37 | 37 | <link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" /> |
38 | 38 |
|
|
210 | 210 | <ul class="nav bd-sidenav bd-sidenav__home-link"> |
211 | 211 | <li class="toctree-l1"> |
212 | 212 | <a class="reference internal" href="../README.html"> |
213 | | - What Should You Expect From This Book? |
| 213 | + Efficient Python Tricks and Tools for Data Scientists |
214 | 214 | </a> |
215 | 215 | </li> |
216 | 216 | </ul> |
217 | 217 | <ul class="current nav bd-sidenav"> |
218 | 218 | <li class="toctree-l1"><a class="reference internal" href="../how_to_read.html">1. How to Read This Book</a></li> |
219 | 219 | <li class="toctree-l1 current active has-children"><a class="current reference internal" href="#">2. Python Built-in Methods</a><details open="open"><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul> |
220 | 220 | <li class="toctree-l2"><a class="reference internal" href="string.html">2.1. String</a></li> |
221 | | - |
222 | | -<li class="toctree-l2"><a class="reference internal" href="number.html">2.3. Number</a></li> |
223 | | - |
224 | | -<li class="toctree-l2 has-children"><a class="reference internal" href="list/list.html">2.5. Python List Operations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul> |
225 | | -<li class="toctree-l3"><a class="reference internal" href="list/get_elements.html">2.5.2. Get Elements</a></li> |
226 | | -<li class="toctree-l3"><a class="reference internal" href="list/unpack_iterables.html">2.5.3. Unpack Iterables</a></li> |
227 | | -<li class="toctree-l3"><a class="reference internal" href="list/join_iterable.html">2.5.4. Join Iterables</a></li> |
228 | | -<li class="toctree-l3"><a class="reference internal" href="list/apply_functions_to_elements.html">2.5.5. Apply Functions to Elements in a List</a></li> |
| 221 | +<li class="toctree-l2"><a class="reference internal" href="number.html">2.2. Number</a></li> |
| 222 | +<li class="toctree-l2 has-children"><a class="reference internal" href="list/list.html">2.3. Python List Operations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul> |
| 223 | +<li class="toctree-l3"><a class="reference internal" href="list/get_elements.html">2.3.2. Get Elements</a></li> |
| 224 | +<li class="toctree-l3"><a class="reference internal" href="list/unpack_iterables.html">2.3.3. Unpack Iterables</a></li> |
| 225 | +<li class="toctree-l3"><a class="reference internal" href="list/join_iterable.html">2.3.4. Join Iterables</a></li> |
| 226 | +<li class="toctree-l3"><a class="reference internal" href="list/apply_functions_to_elements.html">2.3.5. Apply Functions to Elements in a List</a></li> |
229 | 227 | </ul> |
230 | 228 | </details></li> |
231 | | -<li class="toctree-l2"><a class="reference internal" href="set.html">2.6. Set</a></li> |
232 | | - |
233 | | -<li class="toctree-l2"><a class="reference internal" href="dictionary.html">2.8. Dictionary</a></li> |
234 | | -<li class="toctree-l2"><a class="reference internal" href="function.html">2.9. Function</a></li> |
235 | | - |
236 | | - |
237 | | - |
238 | | - |
239 | | -<li class="toctree-l2"><a class="reference internal" href="class.html">2.14. Classes</a></li> |
240 | | - |
241 | | - |
242 | | - |
243 | | -<li class="toctree-l2"><a class="reference internal" href="datetime.html">2.18. Datetime</a></li> |
244 | | -<li class="toctree-l2"><a class="reference internal" href="code_speed.html">2.19. Code Speed</a></li> |
245 | | - |
246 | | - |
247 | | - |
248 | | -<li class="toctree-l2"><a class="reference internal" href="good_practices.html">2.23. Good Python Practices</a></li> |
249 | | - |
250 | | - |
251 | | - |
252 | | - |
253 | | -<li class="toctree-l2"><a class="reference internal" href="python_new_features.html">2.28. New Features in Python</a></li> |
254 | | - |
255 | | - |
256 | | - |
| 229 | +<li class="toctree-l2"><a class="reference internal" href="set.html">2.4. Set</a></li> |
| 230 | +<li class="toctree-l2"><a class="reference internal" href="dictionary.html">2.5. Dictionary</a></li> |
| 231 | +<li class="toctree-l2"><a class="reference internal" href="function.html">2.6. Function</a></li> |
| 232 | +<li class="toctree-l2"><a class="reference internal" href="class.html">2.7. Classes</a></li> |
| 233 | +<li class="toctree-l2"><a class="reference internal" href="datetime.html">2.8. Datetime</a></li> |
| 234 | +<li class="toctree-l2"><a class="reference internal" href="code_speed.html">2.9. Code Speed</a></li> |
| 235 | +<li class="toctree-l2"><a class="reference internal" href="good_practices.html">2.10. Good Python Practices</a></li> |
| 236 | +<li class="toctree-l2"><a class="reference internal" href="python_new_features.html">2.11. New Features in Python</a></li> |
257 | 237 | </ul> |
258 | 238 | </details></li> |
259 | 239 | <li class="toctree-l1 has-children"><a class="reference internal" href="../Chapter2/Chapter2.html">3. Python Utility Libraries</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul> |
|
0 commit comments