Python Beginner: Learn Python Basics at just ₹999
10 HOUR Python Beginner SYLLABUS
This Python Beginner course is designed to introduce you to the fundamentals of Python
programming. Perfect for those with no prior programming experience, this course will cover essential concepts
and get you started on your coding journey.
Fee: ₹999
Training Mode: Instructor-led live class
Duration: 10 hours
Next Batch: Loading...
What you will learn from this course?
- Introduction to Python
- Installation and Setup of Python
- Introduction to IDEs (Integrated Development Environments)
- Basic Python Syntax
- Variables, Data Types, and Type Conversion
- Understanding Variables
- Common Data Types: Integers, Floats, Strings, Booleans
- Type Conversion
- Input/Output and Print Formatting
- Getting User Input
- Printing Output to Console
- Formatted String Literals (f-strings)
- Operators
- Arithmetic Operators (+, -, *, /, %, **, //)
- Assignment Operators (=, +=, -=, etc.)
- Comparison Operators (==, !=, <, >, <=, >=)
- Logical Operators (and, or, not)
- Control Flow
- Conditional Statements: if, elif, else
- Loops: for loop
- Loops: while loop
- Basic Data Structures
- Lists: Creation, Accessing, Modifying, List Methods
- Tuples: Creation, Immutability
- Sets: Creation, Set Operations
- Dictionaries: Key-Value Pairs, Accessing, Modifying
- Functions - User Defined
- Defining Functions
- Function Parameters and Return Values
- Scope of Variables (Local vs. Global)
- Minimum 3 Projects