Hello students! Welcome to the first lecture of our Python for Data Science series. In this video, we start from the very basics to build a strong foundation for your data science journey.
What you will learn in this video:
What is a programming language?
Step-by-step Python Installation & version check.
Understanding Strings and basic functions.
Writing and running your first "Hello World" code.
How to execute Python scripts using the Command Prompt (CMD).
Saving Python programs in files and running them.
This course is designed for beginners and is explained in simple Hinglish so you can grab the concepts easily.
0:00 - Introduction to Programming
02:03 - How to Install Python (Step-by-Step)
05:17 - Checking Python Version
07:53 - Running Script in CMD
08:02 - Writing Hello World Code
10:22 - What is a Function & String?
28:36 - Running Python Files