Learn Python In 10 Minutes !!

preview_player
Показать описание
In this video, you'll learn Python programming basics in just 10 minutes! Perfect for beginners who want to get started with Python quickly. We'll cover syntax, data types, functions, and more. Watch now and start coding!

Timestamps:
00:00 History of Python
00:12 Basic Python Program
00:27 Comments In Python
00:43 Variables In Python
01:24 Data types in Python
02:46 Input function in Python
03:00 If statement in python
03:41 Indentation in Python
04:10 For loop in Python
05:05 While loop in Python
05:36 Function in Python
06:27 Import keyword in Python
07:29 Class in Python
08:47 Class inheritance in Python
09:47 Difference between tuple and list

More videos related to this:

My Social Media Handles:

Don't forget to Subscribe!!!
Рекомендации по теме
Комментарии
Автор

I understand this tutorial more than any of the books i read about programming.

jackmason
Автор

this video is the best ! the presentation and voice over is really engaging.

roshn
Автор

you should try to make similar 10 minutes videos on each topics like conditionals .loops, libraries, regrex, oop. and later combine all to make an hour long course and reupload it. keywords like full course, begineers to advanced, seem to do well.

roshn
Автор

Very nicely compiled, I think this video gave a very good start. Good Job

PravakarMishra-uc
Автор

By the way the difference between list and tuple is that the list is mutable which means elements can be changed after creating, whereas tuple is immutable that means can't be modified after creating.

indhumathebhandaram
Автор

Thank you so much for your efforts. This is literally a backup for memory. Thank you boss.

indhumathebhandaram