Jr. Python
Jr. Python
Prerequisite: Basic Computer Knowledge
Total No of Hours: 8
This course includes:
1. GETTING STARTED WITH PYTHON- Introduction, Python-Pluses, Python- Minuses, Working in Python, Understanding First Program/Script
2. PYTHON FUNDAMENTALS- Introduction, Python Character Set, Tokens (Keywords, Identifiers, Literals/Values, Operators, Punctuators), Barebones of a Python Program, Variables and Assignments (Creating a Variable, Multiple Assignments, Variable Definition, Dynamic Typing), Simple Input and Output (Reading Numbers, Output Through print() Function)
3. DATA HANDLING- Introduction, Data Types(Numbers, Strings, Lists & Tuples, Sets, Dictionary), Mutable and Immutable Types, Operators, Expressions, Working with Modules (Math, Random, Statistics)
4. FLOW OF CONTROL- Introduction, Types of Statements in Python, Statement Flow Control, The if Statements of Python, The range() Function, Iteration/looping Statements