akello.coObject Oriented Programming (OOPs) In Dart Part 2.Picking up from where we left off in the first part of our series, we will look more into constructors, and how and when to use them. Initializer List Having created the class Person in the first part and initialized an instance of the class, however...Mar 31, 2023·7 min read
akello.coObject Oriented Programming (oop) In Dart Part 1DART CLASSES Just like Python, Java, and Javascript among other programming languages, Dart is also an object-oriented programming language. Classes in dart are like architectural blueprints that tell the system how to make an object, in this case, a...Mar 23, 2023·7 min read
akello.coPython Series for Beginners (Part 2)Steps for installing Python Kickstarting our Journey in Python Programming, we first need to download the language and install it on the pc. Go to python.org and head to the downloads section select the latest version and download it. Once the softw...Jan 29, 2023·3 min read
akello.coPython Series for Beginners (Part1)Hello, yearning to learn python programming in 2023, this is the right place to be. In this, series I will be taking you through the python basics to some advanced techniques. Python is a popular language, created by Guido van Rossum and was first re...Jan 27, 2023·1 min read