Monday, November 26, 2018

Introduction of python

Vikas Tomar's DEV Profile

 

Guido van Rossum (born 31 January 1956) is a dutch programmer best know for the author the python programming language. Nowsday he is working in dropbox company.













 

About python



~ python is a object  oriented , high level , open source , interpreter based programming language . It is very simple , easy to use .



feature of python :

  1. Interpreter based 
  2. graphic user interface( GUI)
  3. case sensitive language
  4. object oriented based
  5. east to understand
  6. open source
  7. large standard library
  8. platform independent

Sunday, November 25, 2018

Calculator (graphic user interface)

  • PYTHON PROGRAMING LANGUAGE(GUI CALCULATOR WITH TKINTER)

Arrays in Solidity Programming Language.

Arrays Solidity supports both generic and byte arrays. It supports both fixed size and dynamic arrays. It also supports multidimensional ...