Important Notice:

Introduction to Python (Table of Contents)

Introduction to Python (Table of Contents)

150 views 2 min read

Introduction to Python (Table of Contents) 

1. Introduction to Python

    1.1 History of Python

    1.2 Applications of Python

2. Technical Strength of Python

3. Python Interpreter & Program Execution

    3.1 Installing Python

    3.2 Python IDLE

    3.3 Running Python Programs

    3.4 Python Interactive Mode

    3.5 Python Script Mode

4. Python Basics

    4.1 Keywords in Python

    4.2 Identifiers in Python

    4.3 Variables

    4.4 Indentation

    4.5 Statements in Python

5. Comments in Python

    5.1 Single Line Comment

    5.2 Multi-Line Comment

    5.3 Docstrings in Python

6. Literals , variable and Constants

    6.1 Literals in Python

    6.2 Constants in Python

    6.3 Variable Vs Constant

7.    Python Built in Data Types

    7.1 Numeric Data Types

           7.1.1 Integer (int) in Python

           7.1.2 Float (float) in Python

           7.1.3 Complex Number in Python

           7.1.4 Type Conversion

    7.2 String

          7.2.1 Creating Strings

          7.2.2 Indexing in Python Strings

          7.2.3 Slicing

          7.2.3 Concatenation in String

          7.2.4 Other String Operations

    7.3 Boolean (bool) Data Type

    7.4 List in Python

    7.5 Tuple

    7.6 Dictionary

    7.7 Set

    7.8 NoneType

8. Accepting Input from Console

    8.1 Accepting Input (input())

    8.2 Printing Output (print())

    8.3 Escape Sequences

    8.4 Formatted Output (f-Strings)

9. Simple Python Programs

    9.1 Hello World Program

    9.2 Input and Output Programs

    9.3 Arithmetic Operations

    9.4 Swap Two Variable

    9.5 Area of Circle

    9.6 Simple Interest

    9.7 Temperature Conversion

10. Common Errors in Python

    10.1 Syntax Error

    10.2 Indentation Error

    10.3 Name Error

    10.4 TypeError

    10.5 Value Error

 

   

   

Related Notes