In this tutorial, we will learn about Python data types. What is a data type in Python? How can we check the data type? And how many kinds of data types are there in Python?
Author: Pythonista
Python Data Types (Part 1): What is a data type in Python?
In this tutorial, we will learn about Python data types. What is a data type in Python? How can we check the data type? And how many kinds of data types are there in Python?
Python Escape Sequence (Part 2): What Are The Escape Characters In Python?
In this tutorial, we will learn about Python Escape Sequence. What are the escape sequences in Python? How many escape characters are there in Python?
Python Escape Sequence (Part 1): What Are The Escape Characters In Python?
In this tutorial, we will learn about Python Escape Sequence. What are the escape sequences in Python? How many escape characters are there in Python?
Python Indentation: What is Indentation in Python?
In this tutorial, we will learn about Python indentation. What is indentation in Python? How do we use it? We also learn about nested indentation and blocks of code.
Python Blank Lines: How to Create Blank Lines in Python?
In this tutorial, we will learn about Python blank lines. How do we create blank lines or empty lines in Python? We will learn about different options to create blank lines in Python.