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

Python nested for loop with example

Posted on June 28, 2017August 28, 2019

Python nested for loop with example In this tutorial, we will discuss the concept of the Python nested for loop with example Nested for loop in python In python programming language, one for loop inside another for loop is known as nested for loop. Following examples describe that concept Syntax Syntax of  nested for loop…

Python language while loop with example

Posted on June 28, 2017January 22, 2020

Python language while loop with example In this tutorial, we will discuss the concept of the Python language while loop with example. While loop in python   A while loop in python programming language repeatedly executes until a target statement is met and until given boolean condition is true.   Syntax of while loop  …

Tuple in python language with example

Posted on June 18, 2017January 22, 2020

Tuple in python  language with example In this tutorial, we will discuss the concept of Tuple in python programming language   In python language, tuple is similar to a list with some difference. the differents between both are we can not changed the elements of tuple once after is is assigned. but list elenment can…

Python basic String pre-defined function

Posted on June 18, 2017September 15, 2019

Python basic String pre-defined function In this tutorial, we will discuss the basic String pre-defined function. Python language has several pre-defined or built-in string function for string data type         1. str.lower() – This function is used to convert from upper case letter to lower case letter.   2. str.upper() – This…

List in python Programming language

Posted on June 11, 2017September 15, 2019

List in a Python Programming language In this tutorial, we will discuss the list in python programming language. The list is a data type in python that is used to store the sequence of data. When creating the list, we can use comma to separate the values between two square bracket- it looks like an…

Python string Handling with example

Posted on June 8, 2017September 15, 2019

Python string handling with example In this tutorial , we will discuss the python string handling with example. A string is a set of characters inorder. E.g.  a letter, number and symbol may become a character. We can print a string many way using single quote , double quote and triple quote in python. 1….

Operator in python programming language

Posted on April 19, 2017September 15, 2019

Operator in python programming language Python programming language provides many types of operator for arithmetic calculations and operations. Arithmetic operators  Arithmetic operators are used to perform mathematical calculations or operations.   Example for arithmetic operators   program 1   Comparison operators Comparison operators are used to compare values. It either returns true or false values…

Python language mathematical function

Posted on April 15, 2017September 15, 2019

Python language mathematical function In this tutorial, we will discuss the Python language mathematical function. Python provides built-in function for mathamatical calculaitions. Python language mathematical function Number-theoretic and representation function   1. abs – this is a built -in function in python. We execute it with single argument. abs function returns the absolute value of…

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

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