Getting Started with Python

Descripción

Mapa Mental sobre Getting Started with Python, creado por Aparna Dhirde el 12/03/2020.
Aparna Dhirde
Mapa Mental por Aparna Dhirde, actualizado hace más de 1 año
Aparna Dhirde
Creado por Aparna Dhirde hace casi 6 años
179
0

Resumen del Recurso

Getting Started with Python
  1. Introduction
    1. Features of Python
      1. Working with Python
        1. Execution Modes
          1. Interactive Mode
            1. Script Mode
          2. Python Keywords
            1. Identifiers
              1. Questions
              2. Variables
                1. Comments
                  1. Single line
                    1. Miltiline
                    2. An object
                      1. An identifiable entity
                      2. Data Types
                        1. Numbers
                          1. Integer
                            1. Boolean
                            2. Floating Point
                              1. Complex
                              2. Sequences
                                1. Strings
                                  1. Lists
                                    1. Tuples
                                    2. Sets
                                      1. None
                                        1. Mappings
                                          1. Dictionary
                                          2. Mutable Data Types
                                            1. List,Set,Dictionary
                                            2. Immutable Data Types
                                              1. String, tuple, int,float,complex
                                              2. Questions
                                              3. Operators
                                                1. Arithmetic Operators
                                                  1. Relational Operators
                                                    1. Assignment Operators
                                                      1. Logical Operators
                                                        1. Identity Operators
                                                          1. Questions
                                                          2. Expressions
                                                            1. Precedence of Operators
                                                              1. Questions
                                                            2. Statement
                                                              1. Input and Output
                                                                1. Questions
                                                                2. Type Conversion
                                                                  1. Explicit Conversion
                                                                    1. Questions
                                                                    2. Implicit Conversion
                                                                      1. Questions
                                                                    3. Debugging
                                                                      1. process of removing errors
                                                                        1. Syntax errors
                                                                          1. Questions
                                                                          2. Logical eror
                                                                            1. Questions
                                                                            2. Runtime error
                                                                              1. Questions
                                                                          Mostrar resumen completo Ocultar resumen completo