AI-powered search & chat for Data / Computer Science Students

Learn more with these recommended learning resources

Databases

 Full Stack Python

Relational databases serve the critical role of persisting data in many Python applications.

Read more at Full Stack Python

Database

 Codecademy

A database is a collection of structured information stored so it can be easily accessed and updated. In a computer system, databases are commonly accessed through a database management system, referr...

Read more at Codecademy

Databases

 The Hitchhiker's Guide to Python!

Databases DB-API The Python Database API (DB-API) defines a standard interface for Python database access modules. It’s documented in PEP 249 . Nearly all Python database modules such as sqlite3 , psy...

Read more at The Hitchhiker's Guide to Python!

Databases

 Django documentation

Django officially supports the following databases: PostgreSQL MariaDB MySQL Oracle SQLite There are also a number of database backends provided by third parties . Django attempts to support as many f...

Read more at Django documentation

An Introduction to Databases for Data Scientists

 Towards Data Science

Everything you need to know on databases in one article Continue reading on Towards Data Science

Read more at Towards Data Science

Categories of Databases — A Primer

 Analytics Vidhya

This is not a guide for choosing which Database you need. This is a guide for you to choose which Category of Database you need. Before choosing a Database you should know which category of Database…

Read more at Analytics Vidhya

How Databases Work and Why They Are So Cool

 Javarevisited

At first glance databases seem like a pain to learn.It doesn’t seem that important or “cool” to learn as you would a programming language.But, you will find there are some important use cases for data...

Read more at Javarevisited

Querying Databases

 Towards Data Science

In the quest of every aspiring data scientist to get a job, there comes a point where they must master database querying. If you begin your journey with SQL instead of a programming language like…

Read more at Towards Data Science

Database, SQL and NoSQL

 Analytics Vidhya

Database is a collection of information that is organized so that it can be easily accessed, managed and updated. Databases typically contain aggregations of data records or files, containing…

Read more at Analytics Vidhya

Top Databases to Use in 2022: What is The Right Database for Your Use Case?

 Towards Data Science

Here’s everything you need to know about databases Continue reading on Towards Data Science

Read more at Towards Data Science

Database 101: What Are They and How Are They Different

 Towards Data Science

We all have that love and hate relationship with the database, more specifically the data management system (DBMS). It’s an integral part that defines how to access one of the most valuable assets of…...

Read more at Towards Data Science

Databases: An Overview

 Towards Data Science

In today’s world, we have to handle huge amounts of data and store it in a favorable way. Data are mostly generated today from social media sites like Facebook, and Twitter in huge volumes every day…

Read more at Towards Data Science

A Brief Look at Graph Databases

 Analytics Vidhya

Today, there are tons of databases developed by companies according to their needs. Depending on the type, structure, data model, data store, and intended use case of the data, different systems are…

Read more at Analytics Vidhya

Comparing Types of Databases: A Real-World Benchmark Analysis

 Level Up Coding

Intro Choosing between common database solutions can be tough. In this writing, I will be sharing how to choose which database to use for a specific real-world case, give introductory information on h...

Read more at Level Up Coding

How To Choose the Right Database

 Towards AI

A blog around how companies decided which databases are right for them Photo by Caspar Camille Rubin on Unsplash Choosing the right database can be a challenge for businesses. You need to understand ...

Read more at Towards AI

NewSQL, Lakehouse, HTAP, and the Future of Data

 Towards Data Science

Modern databases and the future of data Photo by Luca Bravo on Unsplash Databases are essential technology like programming languages and operating systems. Business needs drive technology developmen...

Read more at Towards Data Science

SQL (Relational) Databases

 FastAPI Documentation

SQL (Relational) Databases FastAPI doesn't require you to use a SQL (relational) database. But you can use any relational database that you want. Here we'll see an example using SQLAlchemy . You can ...

Read more at FastAPI Documentation

🗄 ML to Power a New Generation of Databases 

 TheSequence

📝 Editorial The history of the software industry has been the history of data infrastructure. Each relevant technology trend in the last five decades has been accompanied by incremental progress in d...

Read more at TheSequence

Building a Database — Without a Database

 Towards Data Science

Machine learning practitioners and data engineers are well aware of the repeatable nature of data sourcing, gathering, cleaning, transforming, merging, and labeling. The purpose of these activities…

Read more at Towards Data Science

4 Must-Know Properties of Databases

 Towards Data Science

Everything about data science starts with data. Without proper and accurate data, data science is like a luxury car with no gas. A well-maintained, easily accessible, scalable, and hard-to-fail…

Read more at Towards Data Science

Understanding Database Types

 ByteByteGo Newsletter

The success of a software application often hinges on the choice of the right databases. As developers, we're faced with a vast array of database options. It is crucial for us to understand the differ...

Read more at ByteByteGo Newsletter

Top 15 most popular databases for web applications in 2023

 Javarevisited

There are several applications out there, and databases are the most important part of any system because they help us to store and manage the data. Most of the applications are based on the cloud now...

Read more at Javarevisited

4 Must Know Database Paradigms

 Level Up Coding

What The Most Common Database Paradigms Look Like Continue reading on Level Up Coding

Read more at Level Up Coding

Weighing the Options: Relational vs. Non-Relational Databases’ Strengths and Weaknesses

 Level Up Coding

In the world of databases, there has been an ongoing debate about the merits of relational databases versus non-relational databases, also known as NoSQL databases. Some argue that relational database...

Read more at Level Up Coding