Python Full Course❤️ | Variables & Data Types | Lecture 1

preview_player
Показать описание
This lecture was made with a lot of love❤️

Timestamps
Introduction 00:00
00:41 - Introduction to Python
08:01 - Python Installation (Windows)
09:26 - Python Installation (Mac)
10:26 - VSCode Installation
12:38 - First Program
17:10 - Python Character Set
20:50 - Variables and how to use them
30:02 - Rules for Identifiers
33:25 - Data Types
39:56 - Keywords
42:51 - Print Sum
45:12 - Comments in Python
47:13 - Operators in Python
1:02:24 - Type Conversion
1:08:41 - Inputs in Python
1:15:52 - Let's Practice
Рекомендации по теме
Комментарии
Автор

hands down BEST of BEST Python courses.. No nonsense and straight to point with hands on example...Loving it..

freelancpro
Автор

00:01 Python is a versatile language suitable for AI, machine learning and web development.
02:21 Python is a programming language that the computer understands directly.
08:24 Python version installation and setup process overview
11:18 Downloading and setting up Python on different operating systems.
16:34 Python character set and usage
18:35 Python's print function is used to display output
21:51 Variables in programming represent values that can change
23:38 Variables in Python store data and can be accessed by their names.
27:09 Variables in Python store data and are used to manipulate values.
28:58 Assigning values to variables in Python using the assignment operator
33:18 Python automatically determines the data type of variables
35:01 Python has different data types like int, float, string, boolean
38:32 Understanding variables and data types in Python.
40:18 Understanding Python keywords and their significance
43:37 Creating and using variables and performing basic calculations in Python.
45:31 Understanding how comments work in Python code
49:15 Arithmetic operators in Python
51:06 Relational operators compare two values.
54:53 Python assignment operators
56:48 Explanation of operators and logical operators
1:00:54 Understanding logical operators and expressions in Python.
1:02:55 Type casting and automatic type conversion in Python
1:07:05 Type casting in Python for floating values
1:09:02 Understanding input and variable usage in Python
1:13:20 Python allows input of different data types like int, float, and string
1:15:54 Solving practice questions is essential for learning Python programming.
1:19:41 Calculating and printing average of two numbers
1:21:51 Introduction to Python and pip

yashmathur
Автор

Who is watching this in 2024....give attendance ❤

Learnings-bh
Автор

waise to youtube pe bahut logo ki python playlist hai, , , lekin jiss simplicity or basic understanding se aap phadati hai majja aa jata hai... Thank you Coding Sikhane wali Dii❤

niteshshrivastav
Автор

I already know python but came here just because she teaches in a way that students can get good marks in exams. Her way of teaching is different. I have python subject in next semester.

sachin_kaxhyap
Автор

Who come here not for school syllabus for only learning

First time I got this much likes

insvsjs
Автор

I started learning python today only and I found your video extremely helpful. Keep up the good work

Honey-sjjz
Автор

A very good start.
After you complete this series, I would request you to design a course on Data Science/Machine Learning as well. It will help many-many people - students as well as experienced IT guys.
There may be courses available on youtube, but we trust your teachings more than any one else.

ashwinikhanna
Автор

@sharadha I am really very thankful that I found a fabulous teacher like you on YouTube. The way you explain is commendable, please keep on teaching because you are one of a kind.

chessfun
Автор

Kitna detail me explain kiya hai aap ne
God bless u
Hope we will get such more learning videos from you in future

ashwinik
Автор

I'm a big fan of your YouTube channel didi, and I've found your tutorials extremely helpful. I've been searching for quality content on Data Structures and Algorithms (DSA) using Python, but unfortunately, there's a lack of comprehensive resources on YouTube.
I wanted to request if you could create tutorials covering DSA with Python on your channel. I believe your teaching style would make these complex topics more accessible for many learners, including myself. I'm looking forward to the possibility of seeing DSA with Python tutorials from you.

defencetrove
Автор

Timestamps
Introduction 00:00​
00:41​ - Introduction to Python
08:01​ - Python Installation (Windows)
09:26​ - Python Installation (Mac)
10:26​ - VSCode Installation
12:38​ - First Program
17:10​ - Python Character Set
20:50​ - Variables and how to use them
30:02​ - Rules for Identifiers
33:25​ - Data Types
39:56​ - Keywords
42:51​ - Print Sum
45:12​ - Comments in Python
47:13​ - Operators in Python
1:02:24​ - Type Conversion
1:08:41​ - Inputs in Python
1:15:52​ - Let's Practice

Trends.
Автор

beautiful Tutorial..Thanks Shraddha..NO Irritation, no out of the box speech. well scripted and well executed Tutorial ...excellent.

amolpchaudhary
Автор

waise to youtube pe bahut logo ki python playlist hai, , , lekin jiss simplicity or basic understanding se aap phadati hai majja aa jata hai... Thank you Coding Sikhane wali Dii

ThạchThịAiNhàn-un
Автор

Ma'am, please create a series on SQL covering basic to advanced levels, similar to what you did for JavaScript. This will greatly assist aspiring data analyst students in their learning journey. And by the way, thanks for this Python series. ❤

yogenderrawat
Автор

I was eagerly waiting for this python series thank you shradha didi

desire_to.change
Автор

c: #include <stdio.h>
void main()
{
printf("Hello world ");
return 0;
}

meanwhile python:

print("Hello world")

after learning C language it is easy to understand python
thanks di for this playlist<3

whiterosepetalswhiterosepe
Автор

Didi Sigma batch padha rahi hai, YouTube pe coding ki videos daal rahi hai, aur iss channel par ab python sikha rahi hai itni saari cheeze ek saath kya baat hai 👍👍

fool
Автор

Shardha Mam is better than our university teachers best explanation Love From Pakistan 🇵🇰❤️❤️

DesiVeloge
Автор

32:48 HOMEWORK
def number(n):
if(n % 2 == 0):
print("EVEN")
else:
print("ODD")

l.lawleit