Python Core Basics Hindi -Part1
Original price was: ₹2,700.00.₹1,499.00Current price is: ₹1,499.00.
Description
Course Description (Beginner)
-
Python & Pandas Installation – Step-by-step guide to installing Python (Anaconda/normal setup), setting up VS Code or Jupyter Notebook, and installing Pandas for data handling.
-
Getting Started with Python Environment – Understanding Python shell, script mode, creating your first
.pyfile, running programs, and using Jupyter Notebooks for interactive coding. -
Variables & Data Types – Concept of variables, naming rules, assigning values, and detailed explanation of data types (int, float, string, boolean, list, tuple, dictionary, set).
-
Working with Print Statements – How to display outputs, format strings using
f-stringsand.format(), escape characters, multi-line prints, and printing variables dynamically. -
User Input in Python – Using
input()to capture data, type conversion (int(),float(),str()), validating input, and handling common errors when reading values. -
Operators in Python – Arithmetic – Addition, subtraction, multiplication, division, floor division, modulus, exponentiation with real-world coding examples.
-
Operators in Python – Comparison – Understanding relational operators (
==,!=,<,>,<=,>=) and their use in decision-making. -
Operators in Python – Logical – Using
and,or,notfor combining conditions in real-world examples (e.g., age + salary conditions). -
Operators in Python – Assignment & Compound Operators – Basic assignment (
=) and shorthand like+=,-=,*=,/=,%=with practical exercises. -
Operators in Python – Identity & Membership – Using
isvs==, andinvsnot in, with examples in lists, strings, and dictionaries. -
If Statements in Python – Writing simple
ifconditions, indentation rules, and single vs multiple statements inside anifblock. -
If-Else Statements – Handling two-way decision making with
if-else, nested examples, and real-time coding exercises (e.g., even/odd, age check). -
If-Elif-Else Ladder – Multi-condition branching with
elif, common pitfalls, and scenarios like grading systems or ticket pricing logic. -
Nested If Statements – Writing conditions inside conditions for complex decision-making (e.g., ATM PIN check, login authentication).
-
Loops in Python – For & While – Understanding iteration with
forloops, ranges, lists, and while loops. Includes differences betweenforandwhile, introduction tobreak,continue, and nested loops.

Reviews
There are no reviews yet.