­
­

Tools Involved in Sniffing - Ethical Hacking

View Post
There are so many tools available to perform sniffing over a network, and they all have their own features to help a hacker analyze traffic and dissect the...

View Post

  • Share

Decision Making in Python

View Post
Python - Decision MakingDecision making is anticipation of conditions occurring while execution of the program and specifying actions taken according to the conditions.Decision structures evaluate multiple expressions which...

View Post

  • Share

Decision Making in Python - Basic Tutorial

View Post
Python - While Loop StatementsA while loop statement in Python programming language repeatedly executes a target statement as long as a given condition is true.SyntaxThe syntax of a while loop in Python...

View Post

  • Share

Basic Operators in Python

View Post
Python - Basic OperatorsOperators are the constructs which can manipulate the value of operands.Consider the expression 4 + 5 = 9. Here, 4 and 5 are called operands...

View Post

  • Share

Variable Types in Python Programming Language.

View Post
Variables are nothing but reserved memory locations to store values. This means that when you create a variable you reserve some space in memory.Based on the data type...

View Post

  • Share