:orphan:
Chapters
========
.. raw:: html
.. raw:: html
1. basics
---------
Tutorials concerning python basics
.. raw:: html
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_variables_thumb.png
:alt: 1.1 variables
:ref:`sphx_glr_auto_examples_basics_variables.py`
.. raw:: html
1.1 variables
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_sequential_data_thumb.png
:alt: 1.2 sequential data
:ref:`sphx_glr_auto_examples_basics_sequential_data.py`
.. raw:: html
1.2 sequential data
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_operators_thumb.png
:alt: 1.3 operators
:ref:`sphx_glr_auto_examples_basics_operators.py`
.. raw:: html
1.3 operators
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_lists_thumb.png
:alt: 1.4 lists
:ref:`sphx_glr_auto_examples_basics_lists.py`
.. raw:: html
1.4 lists
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_copying_lists_thumb.png
:alt: 1.5 copying lists
:ref:`sphx_glr_auto_examples_basics_copying_lists.py`
.. raw:: html
1.5 copying lists
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_dictionaries_thumb.png
:alt: 1.6 dictionary
:ref:`sphx_glr_auto_examples_basics_dictionaries.py`
.. raw:: html
1.6 dictionary
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_sets_thumb.png
:alt: 1.7 sets
:ref:`sphx_glr_auto_examples_basics_sets.py`
.. raw:: html
1.7 sets
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_conditional_statements_thumb.png
:alt: 1.8 conditional statements
:ref:`sphx_glr_auto_examples_basics_conditional_statements.py`
.. raw:: html
1.8 conditional statements
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_while_loops_thumb.png
:alt: 1.9 while loops
:ref:`sphx_glr_auto_examples_basics_while_loops.py`
.. raw:: html
1.9 while loops
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_for_loops_thumb.png
:alt: 1.10 for loops
:ref:`sphx_glr_auto_examples_basics_for_loops.py`
.. raw:: html
1.10 for loops
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_print_function_thumb.png
:alt: 1.11 print
:ref:`sphx_glr_auto_examples_basics_print_function.py`
.. raw:: html
1.11 print
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_functions_thumb.png
:alt: 1.12 functions
:ref:`sphx_glr_auto_examples_basics_functions.py`
.. raw:: html
1.12 functions
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_args_and_kwargs_thumb.png
:alt: 1.13 args and kwargs
:ref:`sphx_glr_auto_examples_basics_args_and_kwargs.py`
.. raw:: html
1.13 args and kwargs
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_global_vs_local_thumb.png
:alt: 1.14 global vs local
:ref:`sphx_glr_auto_examples_basics_global_vs_local.py`
.. raw:: html
1.14 global vs local
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_nested_functions_thumb.png
:alt: 1.15 nested functions
:ref:`sphx_glr_auto_examples_basics_nested_functions.py`
.. raw:: html
1.15 nested functions
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_iterator_vs_iterable_thumb.png
:alt: 1.16 iterator vs iterable
:ref:`sphx_glr_auto_examples_basics_iterator_vs_iterable.py`
.. raw:: html
1.16 iterator vs iterable
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_io_operations_thumb.png
:alt: 1.17 read/write operations
:ref:`sphx_glr_auto_examples_basics_io_operations.py`
.. raw:: html
1.17 read/write operations
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_exceptions_thumb.png
:alt: 1.18 Exceptions
:ref:`sphx_glr_auto_examples_basics_exceptions.py`
.. raw:: html
1.18 Exceptions
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_generators_thumb.png
:alt: 1.19 generators
:ref:`sphx_glr_auto_examples_basics_generators.py`
.. raw:: html
1.19 generators
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_installing_packages_thumb.png
:alt: 1.20 installing packages
:ref:`sphx_glr_auto_examples_basics_installing_packages.py`
.. raw:: html
1.20 installing packages
.. raw:: html
.. only:: html
.. image:: /auto_examples/basics/images/thumb/sphx_glr_keywords_thumb.png
:alt: 1.21. builtin functions
:ref:`sphx_glr_auto_examples_basics_keywords.py`
.. raw:: html
1.21. builtin functions
.. raw:: html
2. builtin modules
-------------------
This chapter describes some useful built-in modules/packages in python.
.. raw:: html
.. raw:: html
.. only:: html
.. image:: /auto_examples/builtin_modules/images/thumb/sphx_glr__os_thumb.png
:alt: 2.1 os
:ref:`sphx_glr_auto_examples_builtin_modules__os.py`
.. raw:: html
2.1 os
.. raw:: html
.. only:: html
.. image:: /auto_examples/builtin_modules/images/thumb/sphx_glr__sys_thumb.png
:alt: 2.2 sys
:ref:`sphx_glr_auto_examples_builtin_modules__sys.py`
.. raw:: html
2.2 sys
.. raw:: html
.. only:: html
.. image:: /auto_examples/builtin_modules/images/thumb/sphx_glr__time_thumb.png
:alt: 2.3 time and dateandtime
:ref:`sphx_glr_auto_examples_builtin_modules__time.py`
.. raw:: html
2.3 time and dateandtime
.. raw:: html
.. only:: html
.. image:: /auto_examples/builtin_modules/images/thumb/sphx_glr__copy_thumb.png
:alt: 2.4 copy
:ref:`sphx_glr_auto_examples_builtin_modules__copy.py`
.. raw:: html
2.4 copy
.. raw:: html
.. only:: html
.. image:: /auto_examples/builtin_modules/images/thumb/sphx_glr__collections_thumb.png
:alt: 2.5 collections
:ref:`sphx_glr_auto_examples_builtin_modules__collections.py`
.. raw:: html
2.5 collections
.. raw:: html
.. only:: html
.. image:: /auto_examples/builtin_modules/images/thumb/sphx_glr__types_typing_thumb.png
:alt: 2.6 types and typing
:ref:`sphx_glr_auto_examples_builtin_modules__types_typing.py`
.. raw:: html
2.6 types and typing
.. raw:: html
.. only:: html
.. image:: /auto_examples/builtin_modules/images/thumb/sphx_glr__math_thumb.png
:alt: 2.7 math
:ref:`sphx_glr_auto_examples_builtin_modules__math.py`
.. raw:: html
2.7 math
.. raw:: html
.. only:: html
.. image:: /auto_examples/builtin_modules/images/thumb/sphx_glr__pathlib_thumb.png
:alt: 2.8 pathlib
:ref:`sphx_glr_auto_examples_builtin_modules__pathlib.py`
.. raw:: html
2.8 pathlib
.. raw:: html
.. only:: html
.. image:: /auto_examples/builtin_modules/images/thumb/sphx_glr__warnings_thumb.png
:alt: 3.9 warnings
:ref:`sphx_glr_auto_examples_builtin_modules__warnings.py`
.. raw:: html
3.9 warnings
.. raw:: html
.. only:: html
.. image:: /auto_examples/builtin_modules/images/thumb/sphx_glr__random_module_thumb.png
:alt: 2.10 random
:ref:`sphx_glr_auto_examples_builtin_modules__random_module.py`
.. raw:: html
2.10 random
.. raw:: html
.. only:: html
.. image:: /auto_examples/builtin_modules/images/thumb/sphx_glr__csv_thumb.png
:alt: 2.11 csv
:ref:`sphx_glr_auto_examples_builtin_modules__csv.py`
.. raw:: html
2.11 csv
.. raw:: html
.. only:: html
.. image:: /auto_examples/builtin_modules/images/thumb/sphx_glr__itertools_thumb.png
:alt: 2.12 itertools
:ref:`sphx_glr_auto_examples_builtin_modules__itertools.py`
.. raw:: html
2.12 itertools
.. raw:: html
3. oop
-------
Tutorials concerning object oriented programming
.. raw:: html
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_introduction_thumb.png
:alt: 3.1 introduction
:ref:`sphx_glr_auto_examples_oop_introduction.py`
.. raw:: html
3.1 introduction
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_class_thumb.png
:alt: 3.2 creating class
:ref:`sphx_glr_auto_examples_oop_class.py`
.. raw:: html
3.2 creating class
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_attributes_thumb.png
:alt: 3.3 Attributes
:ref:`sphx_glr_auto_examples_oop_attributes.py`
.. raw:: html
3.3 Attributes
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_methods_thumb.png
:alt: 3.4 methods
:ref:`sphx_glr_auto_examples_oop_methods.py`
.. raw:: html
3.4 methods
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_init_thumb.png
:alt: 3.5 init method
:ref:`sphx_glr_auto_examples_oop_init.py`
.. raw:: html
3.5 init method
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_str_repr_thumb.png
:alt: 3.6 str and repr methods
:ref:`sphx_glr_auto_examples_oop_str_repr.py`
.. raw:: html
3.6 str and repr methods
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_public_vs_private_attributes_thumb.png
:alt: 3.7 public vs private attributes
:ref:`sphx_glr_auto_examples_oop_public_vs_private_attributes.py`
.. raw:: html
3.7 public vs private attributes
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_class_vs_instance_attributes_thumb.png
:alt: 3.8 class vs instance attributes
:ref:`sphx_glr_auto_examples_oop_class_vs_instance_attributes.py`
.. raw:: html
3.8 class vs instance attributes
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_static_methods_thumb.png
:alt: 3.9 static methods
:ref:`sphx_glr_auto_examples_oop_static_methods.py`
.. raw:: html
3.9 static methods
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_class_methods_thumb.png
:alt: 3.10 class methods
:ref:`sphx_glr_auto_examples_oop_class_methods.py`
.. raw:: html
3.10 class methods
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_property_thumb.png
:alt: 3.11 property
:ref:`sphx_glr_auto_examples_oop_property.py`
.. raw:: html
3.11 property
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_descriptors_thumb.png
:alt: 3.12 Descriptors
:ref:`sphx_glr_auto_examples_oop_descriptors.py`
.. raw:: html
3.12 Descriptors
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_inheritance_thumb.png
:alt: 3.13 inheritance
:ref:`sphx_glr_auto_examples_oop_inheritance.py`
.. raw:: html
3.13 inheritance
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_call_thumb.png
:alt: 3.14 __call__
:ref:`sphx_glr_auto_examples_oop_call.py`
.. raw:: html
3.14 __call__
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr___getattr___thumb.png
:alt: 3.15 __getattr__
:ref:`sphx_glr_auto_examples_oop___getattr__.py`
.. raw:: html
3.15 __getattr__
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_magical_methods_thumb.png
:alt: 3.16 magic methods
:ref:`sphx_glr_auto_examples_oop_magical_methods.py`
.. raw:: html
3.16 magic methods
.. raw:: html
.. only:: html
.. image:: /auto_examples/oop/images/thumb/sphx_glr_getattr_setattr_thumb.png
:alt: 3.17 getattr vs setattr
:ref:`sphx_glr_auto_examples_oop_getattr_setattr.py`
.. raw:: html
3.17 getattr vs setattr
.. raw:: html
4. numpy
---------
Tutorials concerning `numpy library