1 of 12

Slide Notes

DownloadGo Live

Title

Published on Dec 08, 2015

No Description

PRESENTATION OUTLINE

PYTHON & JAVASCRIPT

Photo by isriya

Variable
In Python you don't have to declare your variable .
JavaScript you do.

Length
JavaScript you have to make an array, Python you have to put len()

True/False
Python doesn't need it capitalized.

Nothingness
Java has no value it say null, when Python has no value it says none.

Strings
Both use **

Numbers .
Each use different symbols for different task.

Bracket type
Python use blocks
JavaScript use both.

Arrays
Both are assigned to variables.

Photo by deletem3

Code block
Python is more efficient, JavaScript is unorganized.

Assignments
You can assign variables as many times as you want in both.

Function Declaration
In Python you use type def , in JavaScript you use functions or var.