Skip to main content

Python Programming Basic you need to know

Ajay yadav 
Programming languages are used to create something to solve the real time problem. Programmers have right skill to develop software for the computer and mobile  and make technology more friendly.
Python is interpreted-high level programming language for general purpose programming.It is good to start with python for the beginners who want to develop something for the benefits of the people.
I have create some videos here to help you . You are going to learn basics in HINDI.
In this video i have talked about printing "hello world" and also guiding you to have strong basic its part #1.

Lean About Numbers and string in python part #2.
More relevant information about string and numbers in python video Part Nuber #3.

List is like a row where you put you things in a row and when it's required you take it from the row.
List [ ] is similar like array in other programming languages.
e.x  items = [ 'cloths' , 'watches','shoes','other things'] .
part # 4
Tuple is also like list but with some rules make it different . You will also learn difference between tuple and list in this video . part # 5
Set { }. If you know maths then you would be familiar with set in you high school maths. 
This video gives you brief explanation about sets. Part #6
Dictionary is also like set but with some differences . This video will teach about those all differences. part #7

Comments