0:00
hey guys welcome back to the channel if
0:02
you're new then welcome to this channel
0:05
and we are going to learn about the most
0:07
talked about programming languages out
0:09
there which is Python and now hold on
0:12
it's not about the snake the Python
0:13
snake that I'm talking i promise this
0:16
one is actually a game changer for
0:18
coding beginners and have you ever
0:20
Googled which programming language
0:22
should I start with or if you have ever
0:25
heard your friends say Python is so easy
0:28
but you're like um what is Python what
0:31
exactly is Python so this video is going
0:34
to clear it up for you so let's break it
0:37
down what actually is Python python is
0:41
free simple and super powerful
0:43
programming language that helps you to
0:45
build pretty much anything it could be a
0:48
website or apps or games AI even the
0:52
stuff NASA uses i'm just kidding let me
0:55
tell you why it's such a big deal
0:58
because it's free yes 100% free no
1:03
subscriptions no licenses just download
1:05
it and start coding and it's super easy
1:09
to learn python literally looks like
1:11
English you don't have to worry about
1:13
too many confusing symbols or brackets
1:16
like if you want to print something you
1:17
just have to type print in the brackets
1:20
you're going to write hello world and
1:23
that's it you're already coding it's
1:26
pretty much it's pretty simple right and
1:31
one line of Python can do what takes
1:34
five lines in other languages less
1:37
typing and more doing
1:40
it's interpreted and you don't need to
1:42
compile your code every time just run it
1:44
and boom you see what's happening line
1:47
by line super useful when you're
1:51
and it works everywhere it works in Mac
1:54
Windows Linux it doesn't matter python
1:58
runs on all platforms you don't have to
2:00
change your system for that and it is
2:03
object-oriented but friendly if you're
2:06
thinking wait what's object oriented
2:09
don't stress it just means Python lets
2:13
you to organize your code nicely and
2:16
trust me Python makes it way simpler
2:20
and it plays well with others you can
2:22
actually use Python inside other
2:24
programming languages like C or C++ and
2:27
it's flexible for that and it also have
2:30
a big fat tool box also known as a
2:33
standard library where Python comes with
2:36
tons of readym made tools and want to
2:38
handle like you want to handle the dates
2:41
or work with files or scrape the web
2:45
there's already a tool for that man in
2:48
and coming to the GUI support you can
2:50
even build desktop applications using
2:52
tools like tickinter so yeah it's not
2:56
so you can build multiple things more
2:58
than that so if you're thinking about
3:01
learning programming in 2025 Python is
3:04
honestly the best place to start it's
3:07
easy powerful and honestly kind of fun
3:10
and don't worry we are just getting
3:12
started in the next few videos I'll show
3:14
you how to install Python write your
3:16
first real Python program and maybe even
3:20
build something cool together so make
3:23
sure to like subscribe and drop a
3:25
comment if you're excited to start this
3:27
journey with me i'll see you in the next
3:31
and remember everyone starts somewhere
3:34
and let Python be your day one see you