keyword – POFTUT

Javascript Syntax and Basics

In this post we will start writing simple Javascript codes and run them on the browser. We will also look comments. Two Lines Of Code Our code is below. It is now two line and becoming more complex but not too much for our target. console.log(“Hello Poftut”); console.log(“By Poftut”); Here is two JavaScript line ended … Read more

Python Syntax Tutorial

PYthon is practical and readable programming language. Python have different syntax from popular programming languages like C, C++, C#, Java etc. Python syntax makes it easy to learn. In this tutorial we will look some aspect of Python programming language syntax. Identifier Identifier is the one of the main topics of all programming languages.  Identifiers … Read more