Preparing Python ################ **Python** is an **interpreted programming language** increasingly used in industry and research for **interfacing**, **simulation**, **data analysis**, and **application development**. It is available on all major platforms: Windows, Mac, Linux. .. figure:: ../_static/images/python_logo.png :align: center :scale: 50% You can find more information about **Python** programming languages on the `Python.org website <https://www.python.org/>`_. It supports imperative, functional, and object-oriented programming paradigms. It includes automatic memory management and exception handling. Additionally, there is a large community around this language that develops a set of libraries for various uses." See : https://astrofrog.github.io/py4sci/# See : https://scipy-lectures.org/intro/ .. toctree:: :maxdepth: 1 What is Python ? <python_gen> Python installation<python_install> Work Flow<python_scripts>