Learning & Development

Learn all the basics of python – Python beginners, let’s learn together (6)

Learning doesn’t stop, at any age! Learning a little each day adds up! In last session, we learned number manipulation in Python. Today we will learn input function in Python. Let’s get started! Input function can be used to read data or input from the user in python. For example, you will be asked some …

Learn all the basics of python – Python beginners, let’s learn together (6) Read More »

Learn all the basics of python – Python beginners, let’s learn together (5)

Learning doesn’t stop, at any age! Learning a little each day adds up! We learned all about strings in our previous lessons, including what a string is, how it works and related functions. Today, I’ll give you an update on what I’ve recently learned about another sort of data, numbers. Let’s get started! First, if …

Learn all the basics of python – Python beginners, let’s learn together (5) Read More »

Learn all the basics of python – Python beginners, let’s learn together (4)

Learning doesn’t stop, at any age! Learning a little each day adds up! In our last session, we learned what is variable and how to define and use it. In this session, I will show you how to use function to transform strings/variables. A function is a block of code which only runs when it …

Learn all the basics of python – Python beginners, let’s learn together (4) Read More »

Learn all the basics of python – Python beginners, let’s learn together (3)

Learning doesn’t stop, at any age! Learning a little each day adds up! In our last session, we learned variables in Python and how to use it. In today’s session, we will learn how to use String in Python. A string in Python is a sequence of Unicode characters. Unicode was created in order to …

Learn all the basics of python – Python beginners, let’s learn together (3) Read More »

Learn all the basics of python – Python beginners, let’s learn together (2)

In the first post, I learnt how to install Python, install the text editor and the first script using print function. In this learning note, I will show you what I learned today. Variable. What is a Variable in Python? Variables are like containers for storing data values.How to define a variable? It’s simple, Python …

Learn all the basics of python – Python beginners, let’s learn together (2) Read More »

Learn all the basics of python – Python beginners, let’s learn together (1)

Learning doesn’t stop, at any age. Learning a little each day adds up.  As a working mom with three kids, many of my families and friends are suggesting that I should pick one of it, career or family?  Indeed, it’s hard to maintain both career and family at the same time. However, it’s still possible. …

Learn all the basics of python – Python beginners, let’s learn together (1) Read More »