Python Data Types

I hope you guys are doing well and having fun while coding. Today we are going to learn Python data types. There are mainly six data types in Python. Today we will see them in detail. Numeric TypesSequence TypesMapping TypeSet TypesBoolean TypeBinary Types Numeric Types: Numeric data type includes integer, floating points and complex type... Continue Reading →

Play with Python list – part 2

Hello folks, I hope you all are healthy and safe at your home. As promised, I'm back with part 2 of the Python list blog. If you haven't read part - 1, you can read it from here 'Play with Python list - Part 1'. So, now let's dive into part 2 and learn some... Continue Reading →

Play with Python list – Part 1

Hey Folks, I hope you are doing well. Today we are going to learn about the Python list, which is very simple but sometimes quite confusing so let's get started. First let's start with creating a list. data = ['a', 'b', 'c'] So now we have created a simple list so, we will use this... Continue Reading →

Create a website or blog at WordPress.com

Up ↑