Tuesday, 10 October 2023
React vs Angular; Front-End Web Development
Sunday, 1 October 2023
Creating Analogo Clock Using Python
Saturday, 30 September 2023
Creating An Alarm Clock Using Python
This code uses the datetime
module to get the current time and the input()
function to get the desired alarm time from the user. The while
loop continuously checks if the current time matches the alarm time. If it does, then it raises an alarm by printing “Alarm Raised” and exits the loop. Otherwise, it prints “Alarm Not Raised” and exits the loop.
Friday, 29 September 2023
Python vs PHP For Web Development
How To Create Your CV Using HTML and CSS
HTML and CSS can be used to create stunning projects and ideas. Today, we have decided to make our own curriculum vitae (CV) using HTML and CSS.
photo CV
First make sure you have already drafted your cv and updated it to match your current career and work experience.
Here is the code for designing the website:
Now, we are styling our cv using CSS.
here is the codes:
React vs Angular; Front-End Web Development
Angular and React are two of the most popular Javascript tools for front-end development. React is a Javascript created by Meta...