@@ -26,50 +26,37 @@ Moreover, if you want to add more content to this book then kindly submit a pull
2626Table of Contents:
2727------------------
28281 ) Programmer tools
29-
30- - [ Virtual Environment] ( virtual_environment.rst )
31- - [ Debugging] ( debugging.rst )
32- - [ Object introspection] ( object_introspection.rst )
33-
29+ - [ Virtual Environment] ( virtual_environment.rst )
30+ - [ Debugging] ( debugging.rst )
31+ - [ Object introspection] ( object_introspection.rst )
34322 ) Syntax
35-
36- - [ Exceptions] ( exceptions.rst )
37- - [ For - Else] ( for_-_else.rst )
38- - [ Ternary Operators] ( ternary_operators.rst )
39- - [ Global & Return] ( global_&_return.rst )
40- - [ Open function] ( open_function.rst )
41- - [ \* args and \*\* kwargs] ( args_and_kwargs.rst )
42- - [ Context managers] ( context_managers.rst )
43-
33+ - [ Exceptions] ( exceptions.rst )
34+ - [ For - Else] ( for_-_else.rst )
35+ - [ Ternary Operators] ( ternary_operators.rst )
36+ - [ Global & Return] ( global_&_return.rst )
37+ - [ Open function] ( open_function.rst )
38+ - [ \* args and \*\* kwargs] ( args_and_kwargs.rst )
39+ - [ Context managers] ( context_managers.rst )
44403 ) Functional programming
45-
46- - [ Enumerate] ( enumerate.rst )
47- - [ Lambdas] ( lambdas.rst )
48- - [ `` set `` Data Structure] ( set_-_data_structure.rst )
49- - [ Map & Filter] ( map_filter.rst )
50- - [ Comprehensions] ( comprehensions.rst )
51-
41+ - [ Enumerate] ( enumerate.rst )
42+ - [ Lambdas] ( lambdas.rst )
43+ - [ `` set `` Data Structure] ( set_-_data_structure.rst )
44+ - [ Map & Filter] ( map_filter.rst )
45+ - [ Comprehensions] ( comprehensions.rst )
52464 ) Data structures
53-
54- - [ Generators] ( generators.rst )
55- - [ Coroutines] ( coroutines.rst )
56-
47+ - [ Generators] ( generators.rst )
48+ - [ Coroutines] ( coroutines.rst )
57495 ) Data types
58-
59- - [ Collections] ( collections.rst )
60- - [ Mutation] ( mutation.rst )
61- - [ \_\_ slots\_\_ Magic] ( __slots__magic.rst )
62-
50+ - [ Collections] ( collections.rst )
51+ - [ Mutation] ( mutation.rst )
52+ - [ \_\_ slots\_\_ Magic] ( __slots__magic.rst )
63536 ) Decorators
64-
65- - [ What is a decorator?] ( decorators.rst )
66- - [ Function caching] ( function_caching.rst )
67-
54+ - [ What is a decorator?] ( decorators.rst )
55+ - [ Function caching] ( function_caching.rst )
68567 ) Extras
69-
70- - [ One Liners] ( one_liners.rst )
71- - [ Targeting Python 2+3] ( targeting_python_2_3.rst )
72- - [ Python C extensions] ( python_c_extension.rst )
57+ - [ One Liners] ( one_liners.rst )
58+ - [ Targeting Python 2+3] ( targeting_python_2_3.rst )
59+ - [ Python C extensions] ( python_c_extension.rst )
7360
7461Author:
7562------
0 commit comments