@@ -25,31 +25,51 @@ Moreover, if you want to add more content to this book then kindly submit a pull
2525
2626Table of Contents:
2727------------------
28- - [ \* args and \*\* kwargs] ( args_and_kwargs.rst )
29- - [ Debugging] ( debugging.rst )
30- - [ Generators] ( generators.rst )
31- - [ Map & Filter] ( map_filter.rst )
32- - [ `` set `` Data Structure] ( set_-_data_structure.rst )
33- - [ Ternary Operators] ( ternary_operators.rst )
34- - [ Decorators] ( decorators.rst )
35- - [ Global & Return] ( global_&_return.rst )
36- - [ Mutation] ( mutation.rst )
37- - [ \_\_ slots\_\_ Magic] ( __slots__magic.rst )
28+ 1 ) Programmer tools
29+
3830- [ Virtual Environment] ( virtual_environment.rst )
39- - [ Collections] ( collections.rst )
40- - [ Enumerate] ( enumerate.rst )
31+ - [ Debugging] ( debugging.rst )
4132- [ Object introspection] ( object_introspection.rst )
42- - [ Comprehensions] ( comprehensions.rst )
33+
34+ 2 ) Syntax
35+
4336- [ Exceptions] ( exceptions.rst )
44- - [ Lambdas] ( lambdas.rst )
45- - [ One Liners] ( one_liners.rst )
4637- [ For - Else] ( for_-_else.rst )
47- - [ Python C extensions] ( python_c_extension.rst )
38+ - [ Ternary Operators] ( ternary_operators.rst )
39+ - [ Global & Return] ( global_&_return.rst )
4840- [ Open function] ( open_function.rst )
49- - [ Targeting Python 2+3] ( targeting_python_2_3.rst )
41+ - [ \* args and \*\* kwargs] ( args_and_kwargs.rst )
42+ - [ Context managers] ( context_managers.rst )
43+
44+ 3 ) 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+
52+ 4 ) Data structures
53+
54+ - [ Generators] ( generators.rst )
5055- [ Coroutines] ( coroutines.rst )
56+
57+ 5 ) Data types
58+
59+ - [ Collections] ( collections.rst )
60+ - [ Mutation] ( mutation.rst )
61+ - [ \_\_ slots\_\_ Magic] ( __slots__magic.rst )
62+
63+ 6 ) Decorators
64+
65+ - [ What is a decorator?] ( decorators.rst )
5166- [ Function caching] ( function_caching.rst )
52- - [ Context managers] ( context_managers.rst )
67+
68+ 7 ) 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 )
5373
5474Author:
5575------
0 commit comments