Python Programming
1. Introduction to Python Language
What is Python, Uses of Python Programming Language / Python
Applications, Python for Software development, Python for Networking,
Python for Automated Testing, Features of Python Programming Language,
Implementations of Python, and Python career opportunities.
2. Download & Install Python
Download your operating system compatible Python Interpreter, install
Python, set environment variable, customize Python shell, write & execute
Python programs using Interactive mode and script mode. Python PyCharm
or IDE, set Python for PyCharm IDE, configure PyCharm IDE, write & execute
Python programs.
3. Python Language Syntax
Modes of Programming in Python, Interactive mode programming, Script
mode programming, Creating Python program file, Python Identifiers,
Python keywords, Lines and Indentation, Spilt Python statements, Join
Python Statements, Writing code blocks, Comments in Python, and
Quotation in Python.
4. Python Keywords and Identifiers
Python keywords or Reserved words, Python keywords define the syntax
and structure of the Python language, Python keywords are case sensitive,
Python literals (True, False, Null), Python Identifiers, class names, variable
names, function names, method names, and Identifier naming rules.
5. Python Comments
, Purpose/use of comments in Computer Programming, Comments for
Understanding Python code, Python Comment Syntax, Python Single line
comment, Multiline comment in Python, and writing Python comments.
6. Python Variables
What is Variable? Declaration of Variables, Assign Values to Variables,
Initialization, Reading, Variable naming restrictions, and Types of Python
Variables.
7. Python Data Types
What is DataType?, Implicit Declaration of Data Types, Python Numbers
(Integers, floating-point numbers, and complex numbers), Python Strings,
Python boolean data type.
8. Python Operators
Python Arithmetic, Comparison/Relational Operators, Increment Operators,
Logical operators, Python Identity Operators, and Python Operators
Precedence.
9. Python Control Flow – Decision Making
(Decision Making / Conditional Statements in Python, Simple If Structure, if-
else structure, if elif structure, and nested If Structure. Execute a block of
Statements when the condition is true, Execute a block of Statements when
a compound condition is true, Execute a block of Statements when the
condition is true otherwise execute another block of Statements, Decide
among several alternates(elif), and Execute a block of Statements when
more than one condition is true (Nested if))
10. Python Control Flow – Looping
((Python Control Flow Statements, Python Loop Statements. Python while
loop, Python for loop, Python range(), Python Nested Loop Structures, and
Inserting conditions in Loops and vice versa.))
1. Introduction to Python Language
What is Python, Uses of Python Programming Language / Python
Applications, Python for Software development, Python for Networking,
Python for Automated Testing, Features of Python Programming Language,
Implementations of Python, and Python career opportunities.
2. Download & Install Python
Download your operating system compatible Python Interpreter, install
Python, set environment variable, customize Python shell, write & execute
Python programs using Interactive mode and script mode. Python PyCharm
or IDE, set Python for PyCharm IDE, configure PyCharm IDE, write & execute
Python programs.
3. Python Language Syntax
Modes of Programming in Python, Interactive mode programming, Script
mode programming, Creating Python program file, Python Identifiers,
Python keywords, Lines and Indentation, Spilt Python statements, Join
Python Statements, Writing code blocks, Comments in Python, and
Quotation in Python.
4. Python Keywords and Identifiers
Python keywords or Reserved words, Python keywords define the syntax
and structure of the Python language, Python keywords are case sensitive,
Python literals (True, False, Null), Python Identifiers, class names, variable
names, function names, method names, and Identifier naming rules.
5. Python Comments
, Purpose/use of comments in Computer Programming, Comments for
Understanding Python code, Python Comment Syntax, Python Single line
comment, Multiline comment in Python, and writing Python comments.
6. Python Variables
What is Variable? Declaration of Variables, Assign Values to Variables,
Initialization, Reading, Variable naming restrictions, and Types of Python
Variables.
7. Python Data Types
What is DataType?, Implicit Declaration of Data Types, Python Numbers
(Integers, floating-point numbers, and complex numbers), Python Strings,
Python boolean data type.
8. Python Operators
Python Arithmetic, Comparison/Relational Operators, Increment Operators,
Logical operators, Python Identity Operators, and Python Operators
Precedence.
9. Python Control Flow – Decision Making
(Decision Making / Conditional Statements in Python, Simple If Structure, if-
else structure, if elif structure, and nested If Structure. Execute a block of
Statements when the condition is true, Execute a block of Statements when
a compound condition is true, Execute a block of Statements when the
condition is true otherwise execute another block of Statements, Decide
among several alternates(elif), and Execute a block of Statements when
more than one condition is true (Nested if))
10. Python Control Flow – Looping
((Python Control Flow Statements, Python Loop Statements. Python while
loop, Python for loop, Python range(), Python Nested Loop Structures, and
Inserting conditions in Loops and vice versa.))