Heyy Students,
In this session, we are going to enter in another world (through coding),
You will see how things are done by computer, and you will learn to do them on your own.
We will discover easiest way of learning PYTHON!!!
See you!
| Intro to Programming. Printing, Operators, Data Types, if Conditions | Why Python, General Overview of programming, ASCII and Intro to Python (Printing, Data types, Mathematical operators, loops, if conditional statements, variable, input command) |
| Installing Python, IDE in Windows/Linux/Macs. Printing, Variables, Indexing and Slicing | Concept of Variables. Storing, Manipulating, Printing Variables. Print formatting, f string. |
| Conditional Statements | Conditional Statements: if, elif, else. Concept of True, False, None. |
| Loops (for) | Concept of Looping, FOR loops |
| Loops (while) | WHILE Loops, Nested Loops, Pattern Printing |
| Lists, Tuples | Different Data Structures like Lists, Dicts, Sets, Tuples. Storing, Manipulating, Iterating. Concept of Mutability and Immutability. |
| Sets, Dictionaries |
| Functions Part-1 | Concept of Functions. Return Values/Types. Recusrsion. Concept of Scope, Parameters. |
| Functions Part-2 |