Description
In this course, you will learn:-
- What are lists, tuples, and dictionaries, and how may they be used?
- How to write code with control flow (logic).
- Handle errors with care.
- Functions are created and implemented.
- How to make lambdas out of functions.
- What is the best way to convert for loops to list comprehension?
- What are the differences between for loops and while loops?
- To format strings, follow these steps.
- txt files can be used for a variety of purposes.
Syllabus:-
-
Installing Jupyter Notebook with Python
-
Command Terminal (PC + MAC)
-
Overview of Jupyter Notebook (with PC + MAC short-cuts)
-
Variables and Mathematical Operators
-
Boolean and Comparison Operators (new version)
-
Strings and Len (new version)
-
Slice, Split and Join
-
Formatting Strings (new version)
-
Lists and Range
-
Tuples and Built-in Functions
-
Dictionaries (new version)
-
Exercise
-
Solutions
-
Control Flow (if, elif, else)
-
Exercise
-
Solutions
-
For Loops
-
While Loops
-
Loops with Control Flow
-
Break, Pass, and Continue
-
Zip and Enumerate
-
Exercise
-
Solutions
-
List Comprehension
-
Exercise
-
Solutions
-
Functions
-
Random module
-
Built-in Functions
-
Exercise
-
Solutions
-
Lambda Expressions
-
Try, Except, and Finally
-
Exercise
-
Solutions
-
Working with txt Files
-
Exercise
-
Solutions