Category: Python

  • Python Custom Functions

    By reading this article your following problems will be answered. How to define a Python custom functions. How to call a defined Python custom functions. Defining custom functions Calling custom functions Function arguments Know more about Python Python Working with text and numbers in Python Variables in Python Conditionals in Python Loops in Python Strings…

  • Strings in Python

    By reading this article your following problems will be answered. How to use string functions in Python. How to use ‘find’ function in Python. How to extract characters in Python. How to use substrings in Python. How to replace text in Python. String functions in Python Extracting characters in Python Substrings in Python Replacing text…

  • Variables in Python

    By reading this article your following problems will be answered. How to use variables in Python. How to define variables in Python. How to assign values to variables in Python. How to combine variables in Python. Using variables in Python Numbers in variables in Python Combining variables in Python Click here to know more about…

  • Loops in Python

    By reading this article your following problems will be answered. How to use loops in Python. Number loops in Python. String loops in Python. Range loops in Python. Number loops in Python Run Fast Run Fast Stop String loops in Python Range in loops in Python Additional points on Loops in Python Click here to…

  • Conditionals in Python

    By reading this article your following problems will be answered. Conditionals in Python. How to use ‘if’ condition in Python. How to use conditions inside loops in Python. If Condition in Python Elif in Python Conditions in loops in Python Additional points about conditionals in Python Click here to know more about Python

  • Working with text and numbers in Python

    By reading this article your following problems will be answered. How to manipulate text and numbers in Python. How to print text and numbers in Python. How to use Strings in Python. How to do calculations in Python. Special operators in Python. Basic text in Python Numbers in Python Special operators in Python Click here…