Python(Structure & Syntax)#4

Most programming languages use certain characters or keywords to group statements like below‘{…}’ : for language like C/C++, JAVA etc.do … doneif … fibegin … endPython uses a different principle. Programs get structured through indentation, this means that code blocks are defined by their indentation. So, how does it work? All statements with the sameContinue reading “Python(Structure & Syntax)#4”

Python(Features)#3

Python’s features include: Sample & Easy to learn: Python is a simple and minimalistic language. Reading a good Python program feels almost like reading English. It allows you to concentrate on the solution to the problem rather than the syntax. Python has few keywords, simple structure, and a clearly defined syntax. This allows the studentContinue reading “Python(Features)#3”

Python(History & Facts)#2

Python is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum in the late eighties and early nineties at the National Research Institute for Mathematics and Computer Science in the Netherlands. Python was conceptualized in the late 1980s. implementation began in December 1989[29] by Guido van Rossum at Centrum WiskundeContinue reading “Python(History & Facts)#2”

Python(Overview)#1

Python is a general purpose, high-level, interpreted, interactive and object-oriented scripting language created by Guido Van Rossum. The syntax and structure is extremely simple to read and follow, most of which can be understood even if you do not know any programming. The Python interpreter is easily extended with new functions and data types implementedContinue reading “Python(Overview)#1”

Design a site like this with WordPress.com
Get started