diff --git a/README.md b/README.md index dd7e703..b4205fe 100644 --- a/README.md +++ b/README.md @@ -26,50 +26,38 @@ Moreover, if you want to add more content to this book then kindly submit a pull Table of Contents: ------------------ 1) Programmer tools - -- [Virtual Environment](virtual_environment.rst) -- [Debugging](debugging.rst) -- [Object introspection](object_introspection.rst) - + - [Virtual Environment](virtual_environment.rst) + - [Debugging](debugging.rst) + - [Object introspection](object_introspection.rst) 2) Syntax - -- [Exceptions](exceptions.rst) -- [For - Else](for_-_else.rst) -- [Ternary Operators](ternary_operators.rst) -- [Global & Return](global_&_return.rst) -- [Open function](open_function.rst) -- [\*args and \*\*kwargs](args_and_kwargs.rst) -- [Context managers](context_managers.rst) - + - [Exceptions](exceptions.rst) + - [For - Else](for_-_else.rst) + - [Ternary Operators](ternary_operators.rst) + - [Global & Return](global_&_return.rst) + - [Open function](open_function.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) - + - [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) - + - [Generators](generators.rst) + - [Coroutines](coroutines.rst) + - [Classes](classes.rst) 5) Data types - -- [Collections](collections.rst) -- [Mutation](mutation.rst) -- [\_\_slots\_\_ Magic](__slots__magic.rst) - + - [Collections](collections.rst) + - [Mutation](mutation.rst) + - [\_\_slots\_\_ Magic](__slots__magic.rst) 6) Decorators - -- [What is a decorator?](decorators.rst) -- [Function caching](function_caching.rst) - + - [What is a decorator?](decorators.rst) + - [Function caching](function_caching.rst) 7) Extras - -- [One Liners](one_liners.rst) -- [Targeting Python 2+3](targeting_python_2_3.rst) -- [Python C extensions](python_c_extension.rst) + - [One Liners](one_liners.rst) + - [Targeting Python 2+3](targeting_python_2_3.rst) + - [Python C extensions](python_c_extension.rst) Author: ------ @@ -91,6 +79,7 @@ If you want to translate this book in any other language then kindly let [me kno - [Russian](https://github.com/lancelote/interpy-ru) - [Korean](https://github.com/DDanggle/interpy-kr) - [Portuguese](https://github.com/joanasouza/intermediatePython) +- [Spanish](https://github.com/cursospython/LibroPython) License: ------- @@ -99,6 +88,4 @@ This book is released under the [following](http://creativecommons.org/licenses/ If you end up using/recommending this book to someone then kindly [let me know](mailto:yasoob.khld@gmail.com). :smile: - - Sponsor - + diff --git a/_templates/breadcrumbs.html b/_templates/breadcrumbs.html index 502acda..f3f3b94 100644 --- a/_templates/breadcrumbs.html +++ b/_templates/breadcrumbs.html @@ -25,13 +25,14 @@ {% endif %}
-
-

Note

-

Hi! I am currently looking for internships for Summer 2018. If you feel like your company might have some place for me, please reach out. You can check my resume over here and if you want to get to know about my journey, you can read this article: How I got into programming

. - +

New book released!

+

Hi! I just released the alpha version of my new book; Practical Python Projects. + Learn more about it + on my blog. In 325+ pages, I will teach you how to implement 12 end-to-end projects. + You can buy it from Feldroy.com. +

-