.. _f-faqpython: module ``faq.faq_python`` ========================= Short summary +++++++++++++ module ``teachpyx.faq.faq_python`` Quelques questions d'ordre général autour du langage Python. :githublink:`%|py|8` Functions +++++++++ +-----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=========================================================================================+==============================================================================================================================+ | :func:`class_getitem ` | This function shows how to enable an expression such as `A[1]` where `A` is a class type and not an instance. This ... | +-----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :func:`difference_div ` | | +-----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :func:`entier_grande_taille ` | | +-----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :func:`enumerate_regex_search ` | Cette fonction itère sur les différentes occurences d'une expression régulière. | +-----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :func:`get_day_name ` | returns the day name for a give date | +-----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :func:`get_month_name ` | returns the month name for a give date | +-----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :func:`information_about_package ` | calls ``pip show`` to retrieve information about packages | +-----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :func:`list_of_installed_packages ` | calls ``pip list`` to retrieve the list of packages | +-----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :func:`property_example ` | | +-----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :func:`python_path ` | | +-----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :func:`same_variable ` | Cette fonction dit si les deux objets sont en fait le même objet (True) ou non (False) s'ils sont différents (même s'ils ... | +-----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :func:`sortable_class ` | | +-----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ | :func:`stringio ` | returns a StringIO object on a text | +-----------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: teachpyx.faq.faq_python :members: :special-members: __init__ :show-inheritance: