programming languages for beginners

Python Strings

Submitted by moazkhan on

In this tutorial you will learn:

  • Strings in Python
  • Immutable and Mutable in Python
  • Joining two Strings
  • String Slicing
  • Finding length of a String

Strings in Python

In the previous tutorial we learned what variables are and how Python deals with variables. In this tutorial we will start by learning the details and usage of String type variable in Python.

Introduction to Python

Submitted by moazkhan on

Introduction to Python

A powerful interpreted programming language that can do simple and complex tasks. Due to its simplicity and ability to perform mathematical calculations at a high pace. It’s being used in a number of industries from Computer Vision, Data Science, Mathematics and Machine Learning. As python is an interpreted language so it’s easy to debug and hence helps developers in doing rapid application development very quickly.