filmov
tv
Python Tutorial for Beginners in Hindi (with Handwritten Notes) | Full Python Course
![preview_player](https://i.ytimg.com/vi/a7AxbqMjSuQ/maxresdefault.jpg)
Показать описание
Hello Everyone, We are excited to launch a FREE PYTHON MEGA COURSE. This is an extensive course covering everything in detail with 249 pages of handwritten notes. Along with 249 pages of HANDWRITTEN NOTES, you will get 14 EXERCISES that we have covered after every topic and 7 PROJECTS.
Here is the list of all the PROJECTS that we will cover in this course:
• Bill Generator
• Cafe Management System
• TO-DO App
• File Handling Project
• Electricity Bill Generator - OOPS
• Shopping cart - OOPS
• JARVIS - Mega Project
In this course, we are covering JARVIS as a mega project.
This is not normal Jarvis, in this, you will be able to change the voice of the speaker, automatically create your to-do list, speak it, and show Windows notification for it, and along with that it will play your favorite song.
If you have not subscribed to our channel, please subscribe.
Your subscription motivates us to create more videos like this.
Chapters:
00:00:00 - Introduction to Course
00:01:18 - Introduction to Python
00:10:22 - Installing Python and 4 different ways to use Python
00:24:06 - First Program
00:29:34 - Print Function
00:39:57 - Input Function
00:46:36 - Exercise - Print and Input Function
00:54:49 - Comments and Syntax
01:05:03 - Variables
01:18:11 - Data Types
01:31:59 - Type Casting
01:39:56 - Exercise - Basics
01:47:38 - Operators and Arithmetic Operators
01:55:13 - Assignment Operators
02:01:49 - Comparison Operators
02:08:55 - Logical Operators
02:14:05 - Identity Operators
02:21:29 - Membership Operators
02:26:12 - Bitwise Operators
02:40:11 - Operator Precedence and Associativity
02:47:18 - Exercise-FAT Calculator and TIP Calculator
02:54:24 - Strings
03:03:58 - String Indexing and Slicing
03:18:01 - String Escape Character and Escape Sequence
03:25:10 - String Formatting-F-String and format method
03:32:47 - String Methods
03:53:00 - String Exercise
04:03:16 - if if else and elif
04:26:05 - Exercise - Chai Order app and Leap Year
04:41:05 - For Loop and Nested For Loop
04:52:22 - WHILE Loop and Nested WHILE Loop
05:07:55 - Break, Continue and PASS
05:20:16 - For Else and While Else
05:28:52 - Exercise - For and While
05:52:33 - List
06:08:01 - List Characteristics and Nested List
06:15:08 - List Methods
06:29:14 - Exercise - List
06:40:18 - Tuples
06:52:04 - Tuple Operations
07:02:15 - Tuple Unpacking and Nested Tuples
07:09:31 - Project - Bill Generator
07:26:02 - Exercise - Tuple
07:34:50 - Sets
07:45:14 - Set Methods
07:56:39 - Exercise - Set
08:08:51 - Dictionary
08:27:32 - Dictionary Methods
08:39:26 - Project - Cafe Management System Project
08:53:15 - Exercise - Dictionary
09:03:47 - Ternary If Else
09:11:02 - Visual Studio Code Setup
09:17:35 - Match Case
09:25:44 - Functions
09:43:53 - Function Arguments
10:05:15 - Local vs Global
10:15:12 - Project - TO-DO App
10:33:40 - Recursion
10:41:40 - Lambda Function
10:53:03 - Map Filter Reduce
11:05:57 - Exercise - Functions
11:25:25 - What's Next
Thank you for watching. Please share your feedback in the comment section.
Social Links:
#codewithharry
#apnacollage
@CodeWithHarry
@ApnaCollegeOfficial
Here is the list of all the PROJECTS that we will cover in this course:
• Bill Generator
• Cafe Management System
• TO-DO App
• File Handling Project
• Electricity Bill Generator - OOPS
• Shopping cart - OOPS
• JARVIS - Mega Project
In this course, we are covering JARVIS as a mega project.
This is not normal Jarvis, in this, you will be able to change the voice of the speaker, automatically create your to-do list, speak it, and show Windows notification for it, and along with that it will play your favorite song.
If you have not subscribed to our channel, please subscribe.
Your subscription motivates us to create more videos like this.
Chapters:
00:00:00 - Introduction to Course
00:01:18 - Introduction to Python
00:10:22 - Installing Python and 4 different ways to use Python
00:24:06 - First Program
00:29:34 - Print Function
00:39:57 - Input Function
00:46:36 - Exercise - Print and Input Function
00:54:49 - Comments and Syntax
01:05:03 - Variables
01:18:11 - Data Types
01:31:59 - Type Casting
01:39:56 - Exercise - Basics
01:47:38 - Operators and Arithmetic Operators
01:55:13 - Assignment Operators
02:01:49 - Comparison Operators
02:08:55 - Logical Operators
02:14:05 - Identity Operators
02:21:29 - Membership Operators
02:26:12 - Bitwise Operators
02:40:11 - Operator Precedence and Associativity
02:47:18 - Exercise-FAT Calculator and TIP Calculator
02:54:24 - Strings
03:03:58 - String Indexing and Slicing
03:18:01 - String Escape Character and Escape Sequence
03:25:10 - String Formatting-F-String and format method
03:32:47 - String Methods
03:53:00 - String Exercise
04:03:16 - if if else and elif
04:26:05 - Exercise - Chai Order app and Leap Year
04:41:05 - For Loop and Nested For Loop
04:52:22 - WHILE Loop and Nested WHILE Loop
05:07:55 - Break, Continue and PASS
05:20:16 - For Else and While Else
05:28:52 - Exercise - For and While
05:52:33 - List
06:08:01 - List Characteristics and Nested List
06:15:08 - List Methods
06:29:14 - Exercise - List
06:40:18 - Tuples
06:52:04 - Tuple Operations
07:02:15 - Tuple Unpacking and Nested Tuples
07:09:31 - Project - Bill Generator
07:26:02 - Exercise - Tuple
07:34:50 - Sets
07:45:14 - Set Methods
07:56:39 - Exercise - Set
08:08:51 - Dictionary
08:27:32 - Dictionary Methods
08:39:26 - Project - Cafe Management System Project
08:53:15 - Exercise - Dictionary
09:03:47 - Ternary If Else
09:11:02 - Visual Studio Code Setup
09:17:35 - Match Case
09:25:44 - Functions
09:43:53 - Function Arguments
10:05:15 - Local vs Global
10:15:12 - Project - TO-DO App
10:33:40 - Recursion
10:41:40 - Lambda Function
10:53:03 - Map Filter Reduce
11:05:57 - Exercise - Functions
11:25:25 - What's Next
Thank you for watching. Please share your feedback in the comment section.
Social Links:
#codewithharry
#apnacollage
@CodeWithHarry
@ApnaCollegeOfficial
Комментарии