Python
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together
Python is a computer programming language often used to build websites and software, automate tasks, and conduct data analysis.
Python Course Syllabus
Module 01 : Python Basics
- OOPs Concepts
- What is Python?
- Exception Handling
- Variables
-
Python Data Types(String, Lists, Tuple, Dictionary)
- Built-In Functions + Methods
-
Expressions vs Statements
-
Creating Modules and Packages
- Function(map(), filter(), zip(), reduce())
-
Error Handling
Module 02 : Introduction to Python
- What is Python
- History and Version
- Installing software’s
- Python Decorators
- Android Emulator
- File Operations(JSON , XML)
Module 03 : Operator And Regular Expressions
-
Assignment Operator
-
Logical Operators
-
Logical Operators
-
Ternary Operator
-
Walrus Operator
- What is Regular Expression?
- Regular Expression Syntax
- Literal characters, Repetition Cases
- Using regular expression methods(re.match(), re.search(), re.split())
Module 04 : Conditional Statements, Loops
- if else, if elif………….else
- nested if else
-
For loop(Continue | Break | enumerate)
- While Loop
Module 05 : Python Lists And Strings
- How To Getting List
- List indices
- Traversing a list
- List operations, slices and methods
- Map, filter and reduce
- Accessing Values in Strings
- Various String Operators, Split Strings
- Python String replace() Method
- Changing upper and lower case strings
- Using “join” function for the string
Module 06 : Python Tuple And Sets
- Advantages of Tuple over List
- Packing and Unpacking
- Using tuples as keys in dictionaries
- Slicing of Tuple, Deleting Tuples
- Built-in functions with Tuple
- How to create a set?
- Iteration Over Sets
- Python Set Methods And Set Operations
- Built-in Functions with Set
- Union of sets, Python Frozenset
Module 07 : Python Modules and Packages
- Framework vs Packages
- Why are modules used?
- Creating modules
- Packages in Python
- Constructing user defined packages
- Importing user defined packages
Module 8 : Database - SQL
- What is DBMS?, RDBMS?
- What is Big Data? Types of data?
- Oracle, MySQL, SQL server, DB2
- Postgre SQL
- Executing the Queries
- Bind Variables