Programming

C programming Tutorial - learn basic of C programming Language

C programming Tutorial - learn basic of C language: Introduction       Before we start , it would be interesting to find out what really is C  and why we need  any programming language .         A programming language is a set of instruction for d…

A python program for summation of any number range

Arithmetic Progression through Python What is Arithmetic progression? A sequence a 1 , a 2 , a 3 ,…, a n ,… is called arithmetic sequence or arithmetic progression if a n + 1 = a n + d, n ∈ N, where a 1 is called the first term and th…

Visualization of sin , cos and tan graph

Plot of sin , cos and tan graph using Python :                     In trigonometry , we always hear about sin , cos and tan function also sin is start from zero and cos is start from 1 and ranging and tan function that starts from zero and ranging…

Load More
That is All