Skip to content

Commit

Permalink
Merge pull request #129 from thecodix/master
Browse files Browse the repository at this point in the history
Restructure menu in sections
  • Loading branch information
yasoob committed Apr 25, 2016
2 parents 82b6a4a + 3a4bb75 commit 4bdcff5
Showing 1 changed file with 38 additions and 18 deletions.
56 changes: 38 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,51 @@ Moreover, if you want to add more content to this book then kindly submit a pull

Table of Contents:
------------------
- [\*args and \*\*kwargs](args_and_kwargs.rst)
- [Debugging](debugging.rst)
- [Generators](generators.rst)
- [Map & Filter](map_filter.rst)
- [``set`` Data Structure](set_-_data_structure.rst)
- [Ternary Operators](ternary_operators.rst)
- [Decorators](decorators.rst)
- [Global & Return](global_&_return.rst)
- [Mutation](mutation.rst)
- [\_\_slots\_\_ Magic](__slots__magic.rst)
1) Programmer tools

- [Virtual Environment](virtual_environment.rst)
- [Collections](collections.rst)
- [Enumerate](enumerate.rst)
- [Debugging](debugging.rst)
- [Object introspection](object_introspection.rst)
- [Comprehensions](comprehensions.rst)

2) Syntax

- [Exceptions](exceptions.rst)
- [Lambdas](lambdas.rst)
- [One Liners](one_liners.rst)
- [For - Else](for_-_else.rst)
- [Python C extensions](python_c_extension.rst)
- [Ternary Operators](ternary_operators.rst)
- [Global & Return](global_&_return.rst)
- [Open function](open_function.rst)
- [Targeting Python 2+3](targeting_python_2_3.rst)
- [\*args and \*\*kwargs](args_and_kwargs.rst)
- [Context managers](context_managers.rst)

3) Functional programming

- [Enumerate](enumerate.rst)
- [Lambdas](lambdas.rst)
- [``set`` Data Structure](set_-_data_structure.rst)
- [Map & Filter](map_filter.rst)
- [Comprehensions](comprehensions.rst)

4) Data structures

- [Generators](generators.rst)
- [Coroutines](coroutines.rst)

5) Data types

- [Collections](collections.rst)
- [Mutation](mutation.rst)
- [\_\_slots\_\_ Magic](__slots__magic.rst)

6) Decorators

- [What is a decorator?](decorators.rst)
- [Function caching](function_caching.rst)
- [Context managers](context_managers.rst)

7) Extras

- [One Liners](one_liners.rst)
- [Targeting Python 2+3](targeting_python_2_3.rst)
- [Python C extensions](python_c_extension.rst)

Author:
------
Expand Down

0 comments on commit 4bdcff5

Please sign in to comment.