Data Types: Python

Continuing with series of Python after Identifier and reserved keywords today we’re going to look into the most important topic “Data Types in Python” I’ll be briefing about all the data types even which are not used mostly but are equally important. In general Python has 14 Data Types. Since in the first tutorial itself I’ve mentioned we’ll be breaking … Continue reading Data Types: Python

Shillong Diaries – ‘Scotland of East’

I got two days’ time to pay a visit to the capital city of Meghalaya, Shillong and I tried to enjoy the place as much as I can. Here’s what is in store in this land full of culture, delicious food, and the peaceful mountains. Allow me to take you to the beautiful journey. Day … Continue reading Shillong Diaries – ‘Scotland of East’

Building an app without Coding

Surprised? Yes it is possible to build an application without coding. Now you have a question how? It is possible because of Low code development platforms. What is Low code development platform? A low-code development platform brings computers closer to the ways that humans think about problems. The term "low-code app development" didn't exist until a … Continue reading Building an app without Coding

Generics with make and make files

Overview of make talks something like this:The make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them.We can always read more and more about make and its syntax, how to make a make file for your program.We preferably admit "Its strong tool, strong enough that every IDE, … Continue reading Generics with make and make files

iOS App Lifecycle

iOS Application lifecycle is the most important and the most basic flow which every iOS developer should understand in depth to make sure he uses the power of lifecycle methods coherently as apple directs.