Skip to main content

Posts

Featured

Introduction to Python for begginers

Introduction to Python Why Python was created? In late 1980s, Guido Van Rossum was working on the Amoeba distributed operating system group and the problem with that was less extensibility. So, he wanted to create a new language that was must be syntax friendly which could access the Amoeba system calls. So, he decided to create a language that was extensible and the new developed language was named as python.     Version Release Data Python 1.0 (first standard release)        January 1994 Python 1.6 (Last minor version)             September 5, 2000 Python 2.0 (Introduced list comprehensions)            October 16, 2000 Python 2.7 (Last minor version)             July 3, 2010 Python 3.0 (Emphasis on removing duplicative constructs and module)     ...

Latest posts

Introduction to Python programming language

How to use if else, for loop, switch case, nested if else statement.

how to know More on java variable and data type in java

How to use java to write logic table

How to escape a character in java

.How did Python 🐍 programming language interpreter works

How to start writting python 🐍 programming language for just 5 days

How to do Arithmetic operation in java.

How to use IDE to write java, Integrated Developer Environment.

How to print to screen in java . With examples