Python: The Language Fundamentals ================================= .. contents:: :local: .. image:: /_images/python-logo-master-v3-TM.png :alt: Python logo :align: right :scale: 50% Topics ------ .. toctree:: :maxdepth: 1 :glob: installation python_0110_blahblah/topic python_0120_helloworld/topic python_0125_running/topic python_0130_syntax_etc/topic python_0139_commandline_argv/topic python_0140_variables/topic python_0150_datatypes_overview/topic python_0150_datatypes_overview_compound/topic python_0160_boolean/topic python_0170_if/topic python_0193_while/topic python_0200_sequential_types/topic python_0210_indexing_slicing/topic python_0220_for/topic python_0225_range/topic python_0250_refs_flat_deep_copy/topic python_0270_functions/topic python_0300_strings/topic python_0310_strings_formatting/topic python_0320_strings_methods/topic python_0400_lists/topic python_0450_dictionaries/topic python_0460_sets/topic python_0500_files/topic python_1000_function_objects/topic