Python Course Content
Python Course Content
Python Course Content
1. Origin of Python
2. Introduction to Python and what is a Python
3. What can we do by using Python
4. Features and versions of Python
5. Different languages used to develop Python
6. Interactive mode and Script mode
7. Interpreter vs Compiler
8. Scripting vs Programming Languages
9. Reasons to learn or work Python
10. Python Indentation
11. Comments and Quotations
12. Python Identifiers and Keywords
13. Variables
a. Assigning values to variables in different ways
b. Print(), type() and id()
24. Operators
a. Arithmetic operators
b. Logical operators
c. Assignment operators
d. Comparison operators
e. Bitwise operators
f. Identity operators
g. Membership operators
a. Simple If statement
b. If else statement
c. Elif statement
d. Nested if statement
e. Membership test for string
f. Membership test for tuple
g. Membership test for list
h. Membership test for set
i. Membership test for dictionary
j. FAQs on control statements
28. Loopings
a. For loop
b. While loop
c. Pass, continue and break statements
d. Iterating over list, tuple, set and dictionary
Advanced Python
30. File Handling
32. Modules
a. What is an exception
b. Handling exceptions
c. Try and except block
d. Handling multiple exceptions using multiple excepts
e. Handling multiple exceptions using single except
f. Working with default except
g. Handling exceptions with else and finally blocks
h. Using assert for handling exceptions
38. Numpy
39.Introduction to Pycharm
39. Introduction of Django