circles

How to Find the Area of Circle in Python

Submitted by razormist on

In this tutorial, we will program 'How to Find the Area of a Circle in Python.' We will learn how to calculate and determine the actual area of a circle. The objective is to automatically find the area of a circle based on the number provided. I will provide a sample program to demonstrate the actual coding process in this tutorial.

Creating Shapes in CSS

Submitted by GeePee on
This project will teach you on how to create a different shapes using CSS. We can create shapes in our web page without including images. This is simple but very useful. This is for the newbie in programming. I have here an example of triangles(left, right, up, bottom), circle, quarter circle and half circle. Hope you learn from this.