Arithmetic Operations

Posted on Thu 19 November 2015 in Python

python

Basic Arithmetic Operations

In python, performing the arithmetic operations are quit easier.

For example,

a = 50
b = 20

print a + b
print a - b
print a * b
print a / b

Getting an input

For getting an input from the users,

```

Continue reading

Printing in Python

Posted on Thu 19 November 2015 in Python

python

Printing the statement

Its easy task to print a statement in python. Here Iam gonna print "Hello all, Welcome to my blog". Lets see how to print it.

print("Hello all, Welcome to my blog")

Above is the example for printing the statement in python where print is a keyword ...

Continue reading

Software Freedom Day 2015

Posted on Thu 01 October 2015 in Post

SFD2015

Same as in 2014, Software Freedom Day was conducted successfully on Sep 27, 2015. This year We (Me, Ragulkanth, Manimaran) organized the event. It was conducted at Jeevika Academy, Villupuram Ragulkanth Gave an introduction about Python and My sef said an Philosophy behind Free Software and Priyadharshini took Blender session ...

Continue reading

Summer Camp 2k15

Posted on Thu 25 June 2015 in Post

sc2k15

sc2k15

sc2k15

Summer Camp 2015, was a mega event conducted by Free Software Foundation Tamil Nadu. That was an six day workshop and industrial training program conducted at IIT-Madras on Jun 8 – Jun 13, 2015. There were about 120+ participants. I have Volunteered that camp. I was provided with a team of ...

Continue reading

Annual Workshop 2k16

Posted on Sat 25 April 2015 in Post

NET NEUTRALITY

Annual Workshop was conducted by the Free Software Foundation Tamil Nadu. I was a part of it as a Volunteer there. The workshop was conducted as a two different parallel tracks. *Designing track and Programing track

Designing Track

Designing track consist of the sessions like Philosophy, GNU/Linux, GIMP, Inkscape ...

Continue reading

#Net Neutrality Compaign

Posted on Sat 25 April 2015 in Post

NET NEUTRALITY

Net Neutrality means that Internet should be neutral and it is an public property. No one has the rights to take internet as their own. Violation to Net Neutrality in the sense that many ISPs such as Reliance, Airtel and companies like Facebook were trid to make the internet as ...

Continue reading

Software Freedom Day 2014

Posted on Thu 18 September 2014 in Post

SFD2014

Software Freedom Day is an public event creating awareness about Free Softwares and its Licence policies. Great experiece we got in volunteering such a public event. It was conducted on Sep 14, 2014 at VRP Matriculation Higher Sec. School, Villupuram. at that contains various stalls each contains various Free Software ...

Continue reading

GLUG UCEV

Posted on Thu 03 July 2014 in Post

GLUGUCEV GLUGUCEV GLUGUCEV

GNU/Linux Users Group was started in Aug 2, 2014. Me, Ragulkanth, Manimaran were organized and inaugurated the GLUG. The main objective of that GLUG is to enhance the technical knowledge of ourself and our friends by sharing and learning method and also there by creating awareness about existence of ...

Continue reading