Description
This course covers following topics with two projects,
1) Python Overview:
· What is a Python?
· Origin of Python
· Features
· Applications
· Advantages and Disadvantages
· Comparison with other languages
2) Installation and Environment Setup :
· Latest python version 3 installation
· Types of Python Interpreters
· Testing and Debugging Python Program
· Turtle Demo
· Types of Python file extension
· How to write first Python program?
· Execution mode of Python
3) Data Types with its methods and operations:
· Number
· String
· List
· Tuples
· Dictionary
· Set
4) Functions :
· Defining Function
· Use of Arguments and Parameters
· Scope of Variables
· Recursion Function
5)Operators:
· Types of Operators
· Implementation of Operator Methods
6)Logical Expression:
· What is a logical expression?
· if statement
· if....else statement
· if...elif...else statement
· Nested if statement
7)Loops:
· What is a loop?
· for loop
· while loop
· Nested loops
· Loop Control Statements
8)File Handling :
· File Handling Access modes
· Open and Close functions
· Read and Write functions
· Read, Write and Append modes with Examples
· File Methods
9) Basic Inbuilt Library Modules:
· Time
· Date-Time
· Calendar
· Copy
10) Basic Keywords:
· Implementation of map, execute, yield, filter etc. functions
· Understanding and use of " if__name__=__main__" method
11) Basic Python Projects:
· Scientific Pattern Calculator
· Manual Ticketing Booking App
What you'll learn
Curriculum
- Python Introduction 00:32:26
- Installation and Setup 00:29:40
- String Datatypes Introduction 00:32:18
- Escape Characters and String Formatting 00:43:06
- String Methods 00:48:02
- List Data types 00:56:33
- Tuple Datatypes 00:27:10
- Dictionary Datatypes 00:34:25
- Set Datatypes 00:33:19
- Function Introduction 00:40:00
- Function Arguments and Parameters 00:28:58