Skip to content

Latest commit

 

History

History
184 lines (130 loc) · 2.27 KB

File metadata and controls

184 lines (130 loc) · 2.27 KB

About

.. toctree::
    :maxdepth: 1

    LICENSE.rst
    install.rst


Python Basics

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Python Basics

    basics/_index.rst


Python Standard Library

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Python Standard Library

    stdlib/_index.rst


Python Advanced

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Python Advanced

    advanced/_index.rst


Dragon

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Dragon

    dragon/alpha.rst
    dragon/beta.rst
    dragon/rc.rst


Numpy

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Numpy

    numpy/_index.rst


Pandas

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Pandas

    pandas/_index.rst


Matplotlib

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Matplotlib

    matplotlib/_index.rst


Object Oriented Programming

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Object Oriented Programming

    oop/_index.rst


Design Patterns

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Design Patterns

    design-patterns/_index.rst


DevOps

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: DevOps

    devops/_index.rst


Network and HTTP

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Network and HTTP

    network/_index.rst


Django

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Django

    django/_index.rst


FastAPI

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: FastAPI

    fastapi/_index.rst


Data Science

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Data Science

    data-science/_index.rst


Machine Learning

.. toctree::
    :maxdepth: 2
    :numbered:
    :caption: Machine Learning

    machine-learning/_index.rst


Blogposts

.. toctree::
    :maxdepth: 1
    :numbered:
    :caption: Blogposts

    _blogpost/ml-introduction.rst


Appendixes

.. toctree::
    :maxdepth: 1

    about/progress.rst
    about/references.rst
    about/survey.rst
    about/history.rst
    about/further-reading.rst