Python
Useful websites
Coursera
edX
python.org
Codecademy
Basic calculations
basic procedure
x = 3 y = 4 z = x + y print(z)
operators for calculations
comparison operators
Bitwise operators
Boolean operations