Kuhanraja A R

Kuhanraja A R @kuhanraja_ar_1df623b8e2e

Joined:
Nov 13, 2024

Kuhanraja A R
articles - 19 total

Javascript - Objects

Objects: programming element that groups data with relevant operations/behaviors In real...

Learn More 1 0Jul 29

javascript conditional statements

Conditional statements: JavaScript conditional statements allow you to execute specific...

Learn More 3 2Jul 11

javascript fundamentals -2

welcome to my blog in javascript no++ means no+=1; no = 5; no = no * 5; (no*=5) Comparison...

Learn More 1 0Jul 9

Javascript fundamentals

After a long days leave I am restarting my blog. I suffered from fever and i can't do things...

Learn More 1 0Jul 8

Instagram replica using html, css

Two days I am leave. With my acquired knowledge. I am managed to create html,css. But there a lot...

Learn More 0 0Jun 26

HTML class about tables

I am just writing the blog what i have learnt in that class. Note: Don't take this as a reference....

Learn More 0 0Jun 21

Today learning about html/Css

Of course, I joined in the middle of the class. Class started. I went to class by 12pm. It's late....

Learn More 0 0Jun 20

Today no class (explained Toss conference)

Ok Blog starts.... One of the friend from java class told me that it already starts at 11.00am. I...

Learn More 0 1Jun 18

What is git? and what is .yml file

What is git? Git is a distributed version control system, which means that a local clone...

Learn More 0 1Jun 17

18 april at payilagam (For loop using string)

For Statement: The for statement in Python differs a bit from what you may be used to in C or...

Learn More 0 0Apr 18

Day - 10 at payilagam "Discussion"

Father And Daughter Story : Small Girl Asking to her father 5rs daily. Instead, father saying he'll...

Learn More 0 0Apr 11

Day - 9 at payilagam "Looping"

What is loop Loops or Iteration Statements in Programming are helpful when we need a specific task...

Learn More 0 0Apr 10

day - 5,6,7,8 at payilagam "small task" "return statements" "code resuability "os module, sys module"

Mini calculator: print("Simple Calculator") a = float(input("Enter first number: ")) b =...

Learn More 1 0Apr 9

Day - 5 at payilagam "Types of arguments"

Default argument: def login (username, password = 'test@123') print(username,'logged in with...

Learn More 0 0Apr 4

Day 4 at payilagam "Introduction to functions"

some new git commands: git branch (branch_name) git checkout (Branch_name) git add git commit...

Learn More 1 0Apr 3

Day 3 at payilagam "About python and first program in python

For commenting a line we should use # before the line the python intrepreter doesn't consider it as...

Learn More 1 0Apr 2

day 2 at payilagam - "About Python"

Python is a dynamically typed language. dynamically typed language means it doesn't follow any kind...

Learn More 1 0Apr 2

Day 1 at payilagam "Intro To Python"

C programming invented in 1972 and it was created by dennis ritchie C++ - 1985 What is Python...

Learn More 0 0Mar 28

Git Session at Payilagam

GIT: Git is a free and open-source distributed version control system that helps track changes in...

Learn More 0 0Mar 28