March 2022

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 »

One of the Best Ways To Reuse Your Old IPhone 

As a practicing minimalist, I’m on my way to clearing out the clutter in my home. However, I always find things that I find difficult to throw away, which is a very common reaction for people who practice minimalism. However, as a supporter of the simple life and minimalism, I decided to get rid of the majority of the unnecessary items. We must, however, consider environmental friendliness. Today, I’ll show you one of my ideas for reusing an old iPhone 5 that …

One of the Best Ways To Reuse Your Old IPhone  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 »

Alert! Walmart and Kroger have recalled their pancake mix, what’s the reason and detail products’ lot codes

A pancake mix sold at Walmart and Kroger was recalled over concerns about cable fragment contamination. Continental Mills issued the recall over cable fragment contamination on March 19, 2022. According to the US Food and Drug Administration, a breakfast brand recalled pancake mix sold at Walmart and Kroger due to concerns that “fragments from a …

Alert! Walmart and Kroger have recalled their pancake mix, what’s the reason and detail products’ lot codes 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 »

What should I make for dinner? – Kid friendly and simple to prepare recipe – Best Taco Meal!

What should I make for dinner that everyone would enjoy, particularly the kids? What easy-to-prepare dinner should I make? Those are the questions that most mothers ask themselves on a daily basis, especially if they are working mothers with many children who have diverse supper preferences. This is a problem I face every afternoon as …

What should I make for dinner? – Kid friendly and simple to prepare recipe – Best Taco Meal! 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 »