Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 977 Bytes

modules.rst

File metadata and controls

42 lines (32 loc) · 977 Bytes
.. toctree::
    :maxdepth: 1
    :caption: Python Basics

    fundamentals/Demo_generators
    fundamentals/Demo_itertools
    fundamentals/Demo_comprehensions
    fundamentals/Demo_list
    fundamentals/Demo_decorators
    fundamentals/Demo_map_filter
    fundamentals/Demo_for_else
    fundamentals/Demo_oops_and_advanced
    fundamentals/Demo_function_caching
    fundamentals/Demo_string


.. toctree::
    :maxdepth: 1
    :caption: Data Structures & Algorithms

    dsa/sorting
    dsa/searching
    dsa/dynamic_programming

.. toctree::
    :maxdepth: 1
    :caption: Cython

    CythonDemo/cython_basics


.. toctree::
    :maxdepth: 1
    :caption: Additional Docs

    ML Guide Book <https://mlguidebook.com>
    Reco Guide Book <https://reco.mlguidebook.com>
    Deep Learning Guide Book <https://dl.mlguidebook.com>
    NLP Guide Book <https://nlp.mlguidebook.com>
    mightypy <https://mightypy.readthedocs.io/>
    graphpkg <https://graphpkg.readthedocs.io/>