Getting Started with Python

Descrição

Mapa Mental sobre Getting Started with Python, criado por Aparna Dhirde em 12-03-2020.
Aparna Dhirde
Mapa Mental por Aparna Dhirde, atualizado more than 1 year ago
Aparna Dhirde
Criado por Aparna Dhirde quase 6 anos atrás
179
0

Resumo de 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