Description
In this course, you will learn:-
- Learn how to programme in Python at an intermediate level
- In Python, you'll learn about integer, float, logical, string, and other types
- Find out how to make variables
- In Python, you'll learn how to make a while() and a for() loop
Syllabus:-
-
Install Python and PyCharm
-
PyCharm Introduction
-
Indentation
-
The zen of Python and PEP 8
-
Shadowing mistake
-
Variables
-
Switch values
-
Comments
-
Comparison Operators
-
Logical Operators
-
Print
-
Print Formating
-
Numbers
-
Strings
-
Exercise: Strings
-
String methods
-
Typecasting
-
List
-
List indexing and slicing
-
Exercise: Calculate average
-
Add and remove list elements
-
List and Range
-
LIst sort and reverse
-
List of lists
-
Dictionary
-
Exercise: Dictionary
-
Tuple
-
Set
-
Exercise: Set
-
Reading multiple inputs
-
Exercise: Reading multiple inputs
-
If
-
Exercise: Light switch
-
Exercise: Number is odd or even
-
For
-
Execise: Top 3 values
-
While
-
Exercise: Sublist of list
-
Break
-
Continue
-
List Comprehension
-
Exercise: Common Elements
-
Value Validation using List Comprehension