.. Python Tutorials documentation master file, created by
   sphinx-quickstart on Fri May 31 08:13:58 2024.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.
.. index.rst

Welcome to Python Tutorials!
============================================

Welcome to the world of Python programming! Whether you are a beginner just starting your journey in coding or an experienced developer looking to deepen your knowledge, this tutorial is designed to guide you through the essentials and beyond. Python is renowned for its simplicity and readability, making it an ideal language for both new and seasoned programmers. In this tutorial, we will explore the core concepts of Python, dive into practical examples, and build projects that will enhance your understanding and skills. Get ready to unlock the full potential of Python and embark on an exciting coding adventure!

.. toctree::
   :maxdepth: 2
   :caption: Contents
   :hidden:

   lectures/index
   assignments/index

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
