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 create a drop down menu with hoverable submenus in Html and CSS- ...


This tutorial will teach you how to create a drop down navbar with drop down sub navbar using html and css. The complete code source can be found in the following link: https://codepen.io/meeramenon07/pen/ZEbzxxW

If you wish to learn responsive  front-end web development and designing from scratch , then you should SUBSCRIBE  for more such web development tutorials: https://www.youtube.com/channel/UCzsmG59Td5XqzZwipgJ0qJg/?sub_confirmation=1

Please share this video with a friend:https://youtu.be/0l_ijEtsyr8

Watch next: CSS tutorial for beginners :
https://www.youtube.com/playlist?list=PLvsacu9cyzexCd_0c45vI0X7KdoxRBY18

Recommended Playlist: HTML tutorial for beginners:
https://www.youtube.com/playlist?list=PLvsacu9cyzexKRSGOKYrND5bt1-N81a0K

Recommended Playlist: Javascript tutorial for beginners:
https://www.youtube.com/playlist?list=PLvsacu9cyzeyn-eCUlvJJGGfndsvbUZWS

Bonus Playlist: Programming tips :
https://www.youtube.com/playlist?list=PLvsacu9cyzezbH-FKS9wrd4C1ZV2fbBvj

If you want to browse some projects to build : here are some projects Playlist:
https://www.youtube.com/playlist?list=PLvsacu9cyzexxwVbfCXvPyq6hHw-8m4By

For business enquiries, please contact me at : meeramenon07@gmail.com

Let's connect on social media:
Facebook: @edtechbymeera
Pinterest: edtechbymeera
Twitter: @EdtechByMeera
Keep staying focused on your web developer's journey while I take you through your knowledge sharing journey from a novice to a ninja
#DropDown #dropdownnav #subnav #nav #dropdownnav #dropdownmenu #submenu #edtechbymeera   #howto #menu #submenus


Comments

Popular Posts

Build A Random Quote Machine in React

A Simple Guide to Promises in JavaScript ES6

Welcome to my first Blog Post

How To Fight Programmer's Imposter Syndrome

Top Free Online Websites to Learn Coding

Build A Calculator in React

Guide to Learn Coding Efficiently and Effectively