Hello Techies!! PROBLEM : Cannot allocate memory for buffer pool SHORT DESCRIPTION : Processor ran out of memory to allocate to the service. It needs more RAM in order to process properly. PRE-REQUISITE : AWS EC2, Linux instance While working on AWS EC2 free tier, I came across this problem. This problem occurs when the … Continue reading Mysql error : Cannot allocate memory for the buffer pool AWS EC2
Tag: technical
Loops in python
Hello Techies!!! Let's continue our journey of learning python and use it to eventually solve real world problems technically. What does looping mean in programming? Looping is basically executing a sequence of statements repeatedly. If we do this based on some condition that means we are controlling the loops (control loops) There are two primitive type of … Continue reading Loops in python
What are variables?
Hello techies!! We will learn about variables today. Let's see it by an example : a=1 What does the above line mean? It means that we are assigning a value of 1 to 'a'. Here a is a variable. It can be anything, but for now, its value is 1. There is a print command … Continue reading What are variables?
Getting started with Python in Windows
Hey guys! I just started learning python few months back and falling in love with it each day. I am trying to help as many people as i can, to learn python without searching information from countless resources. It's a journey, a process which we can share together and learn along the way. We all … Continue reading Getting started with Python in Windows