How I Created a Calculator App Using Django – Part 3

We have finished designing the calculator app. Using a hypertext markup language (HTML), we set the structure of the calculator. The Cascading Style Sheet (CSS) was used to beautify the calculator and to design the layout. Finally, we used JavaScript to make the app interact with other buttons and perform basic calculations. Our task is … Read more

How I Created a Face-Detection App Using the Flask Framework

Advancement in technology has witnessed the application of artificial intelligence to detect and recognize human faces. πŸ‘©πŸ‘©β€πŸ¦²πŸ‘¨β€πŸ¦° This is accomplished using OpenCV, a Python library for computer vision and image processing. In the previous tutorials, we use OpenCV to process images and turn them into pencil drawings and cartoons. We will learn how to use … Read more

How I Created a Blog Application Using Django – Part 4

In this fourth part series of our project tutorial on creating a blog application using the Django framework, we will learn how to integrate a rich text editor into our blog application. If this is your first time attempting this project, you will benefit greatly if you start from the beginning all through the previous … Read more