Tutorialspoint

#May Motivation Use code MAY10 for extra 10% off

Learn Python - Full Course For Beginners - From Basics to Advance | Urdu & Hindi

person icon Ahmed Khatri

4.1

Learn Python - Full Course For Beginners - From Basics to Advance | Urdu & Hindi

Python Playlist for Beginners to Advance (A to Z)

updated on icon Updated on May, 2024

language icon Language - Urdu

person icon Ahmed Khatri

category icon Python,Development

Lectures -80

Resources -3

Duration -11.5 hours

4.1

price-loader

30-days Money-Back Guarantee

Training 5 or more people ?

Get your team access to 10000+ top Tutorials Point courses anytime, anywhere.

Course Description

In this course, I'll start by giving a brief introduction of python to a beginner, making it a complete Python tutorial for beginners in Urdu & Hindi.

This Python Course is totally in Urdu & Hindi and is made keeping Learning Python. All the topics related to Python programming will be covered in this tutorial series.

I will make this Python course as a complete Python course with examples for beginners which will be taken to the advanced Python level.

I wish you all the very best in your Python learning journey through these Code tutorials!

Source code of all videos are separately given in all video's description, you can grap all through via GitHub link.

It is relatively easy to learn when compared to pretty much any other programming language since most of the time, using Python to do something will take less lines of code than with another programming language.

Goals

What will you learn in this course:

  • Start Teaching Python to Beginners (and earn some bucks).
  • Do Freelancing
  • Learn Web Development Frameworks.
  • Learn Test Automation Engineering
  • Learn Data Analysis
  • Learn Data Engineering
  • Learn Data Science
  • Learn Machine Learning.

Prerequisites

What are the prerequisites for this course?

  • Beginners with no previous programming experience looking to obtain a good understanding of Python.
  • Students and any of you who want to learn Python.
  • Anyone looking to to build the minimum Python programming skills necessary to move to big projects.
  • Intermediate Python programmers who want to level up their skills!
Learn Python - Full Course For Beginners - From Basics to Advance | Urdu & Hindi

Curriculum

Check out the detailed breakdown of what’s inside the course

Python Tutorials A to Z
80 Lectures
  • play icon Introduction 04:01 04:01
  • play icon 02 - Installation 11:11 11:11
  • play icon 03 - Print Statement 12:01 12:01
  • play icon 04 - Comments & Escape Sequence 08:28 08:28
  • play icon 05 - Pattern Printing 11:28 11:28
  • play icon 06 - String 11:48 11:48
  • play icon 07 - F-String 06:15 06:15
  • play icon 08 - Variable 11:16 11:16
  • play icon 09 - Data Type 12:12 12:12
  • play icon 10 - Operators 24:39 24:39
  • play icon 11 - User Input 12:14 12:14
  • play icon 12 - Sets 11:02 11:02
  • play icon 13 - List 16:34 16:34
  • play icon 14 - List Slicing 10:17 10:17
  • play icon 15 - List & Loop 10:01 10:01
  • play icon 16 - Tuple 05:39 05:39
  • play icon 17 - Tuples & List Together 06:21 06:21
  • play icon 18 - Dictionary 08:26 08:26
  • play icon 19 - If Else Elif 10:32 10:32
  • play icon 20 - For Loop 17:31 17:31
  • play icon 21 - While Loop 11:53 11:53
  • play icon 22 - Do While Loop 05:12 05:12
  • play icon 23 - Break 09:00 09:00
  • play icon 24 - Continue 06:21 06:21
  • play icon 25 - Pass 03:57 03:57
  • play icon 26 - Array 15:01 15:01
  • play icon 27 - Function 12:53 12:53
  • play icon 28 - Format Function 06:45 06:45
  • play icon 29 - Lambda Function 06:56 06:56
  • play icon 30 - Join Function 09:59 09:59
  • play icon 31 - Recursion 07:31 07:31
  • play icon 32 - File Handling 14:33 14:33
  • play icon 33 - Try Exception 13:14 13:14
  • play icon 34 - Try With Else - Try Exception 04:08 04:08
  • play icon 35 - Try Except Finally - Try Exception 04:51 04:51
  • play icon 36 - Raising Exception - Try Exception 05:16 05:16
  • play icon 37 - Different Handling - Try Exception 05:21 05:21
  • play icon 38 - Filter 05:30 05:30
  • play icon 39 - Map 04:28 04:28
  • play icon 40 - Reduce 04:45 04:45
  • play icon 41 - Module 07:29 07:29
  • play icon 42 - Import Math Module 09:54 09:54
  • play icon 43 - Bisect Module 03:38 03:38
  • play icon 44 - OOP 11:41 11:41
  • play icon 45 - Class & Object 08:31 08:31
  • play icon 46 - __init__ Method 06:02 06:02
  • play icon 47 - Constructor 10:47 10:47
  • play icon 48 - Getter & Setter 06:41 06:41
  • play icon 49 - Local & Global Variable 06:08 06:08
  • play icon 50 - Inner & Outer Class 08:24 08:24
  • play icon 51 - Class Method 07:12 07:12
  • play icon 52 - Static Method 09:40 09:40
  • play icon 53 - Abstract Class & Abstract Method 09:50 09:50
  • play icon 54 - Access Modifiers 06:57 06:57
  • play icon 55 - Encapsulation 09:46 09:46
  • play icon 56 - Abstraction 06:18 06:18
  • play icon 57 - Inheritance 10:19 10:19
  • play icon 58 - Multiple Inheritance 07:59 07:59
  • play icon 59 - Multilevel Inheritance 08:20 08:20
  • play icon 60 - Operator Inheritance 05:44 05:44
  • play icon 61 - Other Dunder Method Inheritance 05:27 05:27
  • play icon 62 - Polymorphism 08:19 08:19
  • play icon 63 - Method Overloading Polymorphism 10:26 10:26
  • play icon 64 - Method Overriding Polymorphism 08:03 08:03
  • play icon 65 - Operator Overloading Polymorphism 06:45 06:45
  • play icon 66 - Duck Typing Polymorphism 06:05 06:05
  • play icon 67 - Property Decorator 06:33 06:33
  • play icon 68 - Iterators 06:20 06:20
  • play icon 69 - Generator 08:29 08:29
  • play icon 70 - Multithreading 09:53 09:53
  • play icon 71 - Enumerate 05:54 05:54
  • play icon 72 - Set Comprehension - Comprehension 04:06 04:06
  • play icon 73 - List Comprehension - Comprehension 05:01 05:01
  • play icon 74 - Dicationary Comprehension - Comprehension 08:40 08:40
  • play icon 75 - Bubble Sorting 08:37 08:37
  • play icon 76 - Selection Sorting 06:28 06:28
  • play icon 77 - Linear Search 05:56 05:56
  • play icon 78 - Binary Search 09:03 09:03
  • play icon 79 - args & kwargs 11:01 11:01
  • play icon 80 - if __name__ = __main__ 08:22 08:22

Instructor Details

Ahmed Khatri

Ahmed Khatri


Course Certificate

Use your certificate to make a career change or to advance in your current career.

sample Tutorialspoint certificate

Our students work
with the Best

Related Video Courses

View More

Annual Membership

Become a valued member of Tutorials Point and enjoy unlimited access to our vast library of top-rated Video Courses

Subscribe now
Annual Membership

Online Certifications

Master prominent technologies at full length and become a valued certified professional.

Explore Now
Online Certifications

Talk to us

1800-202-0515