Posts

Showing posts from August, 2023

Featured Post

BUILD A TODO LIST IN PYTHON

Image
Build a TODO List in Python Overview The objective is to build a todo list to which we can add items, remove the added items, edit the items and even if required, delete out the entire list itself. We will learn here step by step, how to build the todo list with the above  CRUD (Create, Remove, Update/edit, and Delete ) features.  This is a CRUD list  app  that we are building as we can Create, Remove, Update items in the list and Delete the entire list itself. We will be using Python3 to build this Project. Importing os and time We import time to let the screen pause for a while before clearing  and we import os to clear the screen . Initializing the list We initialize the todo list with an empty list as there are not items added yet to the list and this is represented in the code aby using an empty square braces   toDoList = [] Defining the print list  The def keyword is used to define a function in python. In the below code, we define the function called printList(). When we define

How to learn Multiple Programming Languages

Image
How to learn Multiple Programming Languages INTRODUCTION Many code beginners find themselves overwhelmed at the thought of learning multiple programming languages and sometimes even give up learning to code when their peers or friends comment that a programmer needs to know multiple languages and it is hard to get jobs without knowing several programming languages. While this statement is absolutely true, however, there is no reason to get alarmed as you need not learn all the coding languages simultaneously in the beginning of your learning journey and also there are several methods to follow whereby you can safely learn many programming languages in your learning phase. DECIDING YOUR VERY FIRST PROGRAMMING LANGUAGE Before learning multiple languages, it is vital to learn your very first programming language and then once you are firmly grounded on this language, you could proceed to learn other languages as this makes your learning journey less burden-some. Since it is your very firs