Skip to main content

Featured

Python To read the news

Hello Guys, in this blog we will use Python to read the news. Before this, the concepts of APIs, JSON, Python Libraries should be clear. We are going to use 'newsdataapi' library of Python. The newsdataapi is the official Python client library for the Newsdata.io API. Its primary purpose is to simplify the process of accessing global news data directly from Newsdata.io, allowing developers to integrate news content into their applications without having to manually construct HTTP requests. It acts as a wrapper around the API, handling the complexities of authentication, request parameters, and response parsing. So Lets Start. Making Python to read the online news Step 1: Get your API key Sign Up : Go to the Newsdata.io website and create a free account. The free plan typically offers a limited number of credits per day (e.g., 200 credits). Get the Key : Once you've created and verified your account, your unique API key will be available on your dashboard. Copy this key,...

Introduction to C language

 C is very powerful general purpose computer programming language which was developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories. The Unix operating system was written in C language. It is middle level structured language which is very close to both the low level and high level language. C was originally implemented on the DEC PHP-11 computer in 1972.

Why to learn C language?

i. It is easy to learn. 

ii. It's execution is fast.

iii. It is structured language. (Means large program is divided into different separate unit )

iv. It has less number of keywords, as it has only 32 keywords.

v. Standard libraries and library functions are less in C but can be used to design almost any kind of        function.

Some of the applications of  C language

i. Operating System. E.g. Unix

ii. GUI Applications. E.g. Adobe Photoshop

iii. Text Editor. E.g. Atom

iv. Database. E.g. MySQL

v. Utilities


Comments

Popular Posts