Description
In this course, you will learn:-
- After completing this course, you will be able to develop good, generic code
- You can make a slew of easy tasks
- After this course, you will have a complete understanding of all subjects
- Anyone who completes this course can claim on their resume that they are proficient in all programming essentials
- He or she will be able to enrol in advanced classes such as OOP and Data Structures and Algorithms
Syllabus:-
-
Introduction to Python
-
Setup & Installation of IDE
-
Data Types
-
Variables
Processing. -
Escape Sequences
-
Print on Console - Print Method
-
Getting Input from user - Input Method
-
Int() Method
-
Comments
-
Introduction to Strings
-
String Concatenation
-
String Formatting
-
String Important Methods
-
Arithmatic, Assignment, Comparison Operators
-
Logical. Identity, Membership Operators
-
If Statement
-
If-Else Statement
-
elif Statement
-
Nested If Statement
-
For Loop
-
While Loop
-
Nested Loops
-
Continue, Break and Pass Statements
-
Loops in Python
-
Prints Series with a given range
-
Print a pattern on screen
-
Introduction to List
-
Adding and Removing Items in List
-
Reverse() Method In List
-
Introduction to Dictionary
-
Loop Through Dictionary
-
Add and Remove Items in Dictionary
-
Add Key To Dictionary
-
Important Quiz
-
Introduction to Functions
-
Default Parameters & Return Statement