Piyush Bhujbal

How to insert multiple records in Sqlite3 database

Hello everyone, in this article, we shall study how the Sqlite3 database works and how to add multiple rows at once using Python. Now a database works on four fundamental operations CRUD. Create Retrieve Update Delete The most in-use type of DB’s today in technological fields is Relational Databases. Their name itself defines their functioning – Tables that are connected with some special keys. One […]

How to insert multiple records in Sqlite3 database Read More »

Numpy dot() – A Complete Guide to Vectors, Numpy, And Calculating Dot Products

In this article, we’ll learn about the numpy dot() method to find the dot products. It covers scalars. vectors, arrays, and matrices. It also involves real analysis and complex number applications, graph visualizations, and more. The real contribution of this subject is in the Data Science and Artificial Intelligence fields.  What are Vectors? A vector is a

Numpy dot() – A Complete Guide to Vectors, Numpy, And Calculating Dot Products Read More »