TypeScript – Introduction

TypeScript lets you write JavaScript the way you really want to. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. TypeScript is pure object oriented with classes, interfaces and statically typed like…

Python Variables: How to Define/Declare String Variable Types

What is a Variable in Python? A Python variable is a reserved memory location to store values. In other words, a variable in a python program gives data to the computer for processing. Python Variable…

Python Print() Statement: How to Print with Examples

In this tutorial, you will learn- How to Print a simple String in Python? How to print blank lines Print end command Python print() function The print() function in Python is used to print a…

Hello World: Create your First Python Program

In the last tutorial, we completed our Python installation and setup. It’s time to create your first program. Creating First Program Step 1) Open PyCharm Editor. You can see the introductory screen for PyCharm. To create…

How to install Python in Windows

PyCharm is a cross-platform editor developed by JetBrains. Pycharm provides all the tools you need for productive Python development. Below are the detailed steps for installing Python and PyCharm How to Install Python IDE Below…

Singleton Pattern

Singleton pattern is one of the simplest design patterns in Java. This type of design pattern comes under creational pattern as this pattern provides one of the best ways to create an object. This pattern…

jBPM7 – WorkFlow Nodes

We are going to see what are the simple jBPM components or nodes available. Basically using these nodes we are going to develop BPM workflow model. 1. Task Components User Task is a typical workflow…