Top Tips on Python Programming For The Absolute Beginner - PowerPoint PPT Presentation

About This Presentation
Title:

Top Tips on Python Programming For The Absolute Beginner

Description:

Python is an object oriented and leading programming language of the world. Learn python programming for the absolute beginner. – PowerPoint PPT presentation

Number of Views:211

less

Transcript and Presenter's Notes

Title: Top Tips on Python Programming For The Absolute Beginner


1
(No Transcript)
2
(No Transcript)
3
(No Transcript)
4
(No Transcript)
5
Significant Concept of Python Programming for the
absolute beginner
1. Python Variables
Variable in a programming language is a memory
location whereby data is stored. Variables can
store any value whether it is a number or a text
or even true/false values. Thus, if you want to
use that value whenever in the program then you
can just use the variable holding that value. It
is important to note here that python is not a
strongly typed language, so you are not required
to mention the kind of variable as per the value
it holds. Variable type will be decoded
implicitly at run time in the python and it will
depend on the type of data stored in such
variable. For example if you want to specify
int w 5 for defining an integer named w then
you dont need to write int rather write w 5
and the type of w that is the number will be
understood at run time automatically and
implicitly. There are 5 types of core data in
python namely, Numbers, Strings, Tuples,
Dictionaries and strings.
6
(No Transcript)
7
(No Transcript)
8
(No Transcript)
9
(No Transcript)
10
(No Transcript)
11
(No Transcript)
12
(No Transcript)
13
Follow Us On Social Media
14
Contact Us
Write a Comment
User Comments (0)
About PowerShow.com