Skip to content
Menu
Code for Java c
  • Home
  • Java
    • Java Examples
    • Java tutorials
  • C
    • C tutorials
    • C Examples
  • C++
    • C++ Tutorials
    • C++ Examples
  • Python
    • Python Tutorials
    • Python Examples
  • About
    • About me
    • contact us
    • disclaimer
    • Privacy Policy
Code for Java c

Category: Python

Set datatype in Python programming language

Posted on October 11, 2017September 29, 2019

Set datatype in Python programming language In this tutorial, we will discuss the concept of Set datatype in Python programming language. Set is a data type in Python which is an unordered collection of unique elements. Set has no duplicates and we can add or remove from the set. How to make a set in…

Dictionary in python programming language

Posted on October 9, 2017September 29, 2019

Python dictionary In this tutorial, we will discuss the dictionary in the python programming language. Dictionary is a special type of variable in python. It is an unordered collection of items, it has a pair of items, key and value. When creating the dictionary, we can place items inside of the dictionary using  curly braces{}…

Datatype in python programming language

Posted on October 8, 2017September 8, 2019

Datatype in python programming language In this tutorial, we will discuss the concept of datatype in python programming language Python datatype Data types indicates the type of  value and how the value can be used in programs. Data type is used to allocate memory location in memory. For future use of stored data, variables are…

while loop with continue break and pass

Posted on October 6, 2017January 24, 2020

while loop with continue, break and pass In this tutorial, we will discuss the concept of while loop with continue, break and pass. While loop aids with repeating tasks in an efficient manner. In python, pass, continue and break statements can be used in while loops. While loop with the pass statement We can use…

for loop with continue,break,pass in Python

Posted on October 4, 2017January 24, 2020

for loop with continue, break and pass in Python In this tutorial, we will discuss the concept of for loop with continue, break and pass in Python. for loop allows to repeat tasks in an efficient manner. In python, pass, continue, and break statements can be used in for loops. for loop with continue, break…

Nested if statements in Python language

Posted on October 3, 2017January 24, 2020

Nested if statements in Python language In this tutorial, we will discuss the Nested if statements in Python language. “Nested if” can check a condition using if statements one after another if the condition resolves to be true. We can have one if … elif… else statements inside another if …. else statement. This is…

if elif else statements in python language

Posted on October 1, 2017January 24, 2020

if elif else statements in python language In this tutorial, we will discuss the concept of “if” “elif” “else” statements in python language. In this post, we are going to learn how to use the if-else statements to decision making if condition in python if test_expression:     statement(s) Flow diagram of the if-else statement in…

Nested while loop in Python language

Posted on September 16, 2017January 24, 2020

Nested while loop in  Python language In this tutorial, we will discuss the concept of Nested while loop in Python language Python programming language allows the use of one while loop inside another while loop. It is known as nested while loop. syntax of nested while loop The syntax of nested while loop in python….

Python programming language Functions

Posted on August 6, 2017January 21, 2020

Python programming language functions In this tutorial, we will discuss the concept of Python programming language functions. In python, function is a collection of related and reusable statements include as a single unit. This is used to perform a specific action that looks like a method. Basically two type of functions are available in python….

Python language for loop with example

Posted on June 28, 2017January 22, 2020

Python language for loop with example In this tutorial, we will discuss the concept of Python language’s for loop with example In this post, we are going to learn how to  use for loop in Python language Python for loop is used to repeat a block of codes up to limited time to keep the…

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

tag

Addition (6) Array (38) C++ language (91) C language (98) c sharp (23) Division (6) Function (29) if else (32) Java language (102) JavaScript (5) loops (137) Multiply (7) Oop (2) patterns (65) PHP (13) Python Language (38) Subtraction (7) temperature (20)

Archives

Categories

Address

Global information technology

Puloly south, PointPedro

Jaffna

Srilanka

©2025 Code for Java c | Powered by SuperbThemes