Creating Histogram with PyPlot

Creating Histogram with PyPlot

In this article you will learn about Creating histogram with PyPlot. In previous article you learned about Creating Line chart and bar chart using Pyplot. The contents are as following: What is histogram? A histogram is quite similar to vertical bar graph with no space in between vertical bars. When you have data which has … Read more

File handling – Binary file operations in Python – Search, Append, Update and Delete Records

In this article, you will learn about File handling – Binary file operations in Python such as Append, Search, update and delete. In the previous article, you learned about Basic operations on a binary file such as opening/closing a binary file, the fundamentals of the pickle module and reading and writing in binary files. So … Read more

Inserting Images in HTML

Inserting Images in HTML

Insert Images in HTML For computer applications, I have covered Unit 1 Networking, HTML Basics, HTML Basic Elements, and HTML formatting tags in previous articles. In this article, I am going to discuss Images in HTML. Images supported by HTML So basically, images are used to make the HTML document more attractive and presentable. HTML supports two types of images based … Read more