SQL

AI Generative AI Large Language Models

LangChain – Advanced SQL in Natural Language and SQL Prompt Engineering

This video from Scientific Coding provides examples of advanced SQL natural language prompt engineering and how to provide context needed for the LLM inside the prompt.

Read More
Data

SQL Tutorial For Beginners

This SQL full course on MySQL from Simplilearn covers everything to master structure query language using MySQL, PostgreSQL, and SQL server. You will get an idea about built-in SQL functions, joins, subqueries stored procedures, and see the top SQL interview questions frequently asked in the interviews.

Read More
Python

Full Course on SQLite Databases With Python

In this course from freeCodeCamp.org learn the basics of using SQLite3 with Python. SQLite is an easy-to-use database engine included with Python.

Read More
Big Data Data

An interview with Data superstar Bob Ward.

Hear directly from the data superstar Bob Ward what he loves about PASS Data Community Summit.

Read More
Data

Why You Need to Learn SQL RIGHT NOW (SQL Tutorial for Beginners)

A common debate among data scientists is the need to learn SQL. Needless to say, this surprises me, as SQL is the lingua franca of data, having been around in one form or another since the 70s. Not learning it seems like a mistake. I’m glad to see NetworkChuck not only agrees, but he feels […]

Read More
Data Microsoft

Real-world Demo of Microsoft Intelligent Data Platform

Sharieff Mansour, a leader on the Data and AI team at Microsoft, joins Jeremy Chapman for a closer look at how databases, analytics, machine learning, and governance come together in the Intelligent Data Platform. See how you can use these integrated services to build powerful new apps or modernize your current ones.

Read More
Data SQL Server

SQL Crash Course for Beginners

When learning data science, students typically focus on Python or R for data analysis and machine learning. In the real world, data is usually stored in databases, and that data is best used by directly using SQL against the database.. This crash course is intended for beginners with no prior experience in SQL. By the […]

Read More
Python

How to Create a GUI App with Tkinter and SQLite

Today Mariya will show you how to create a highly sophisticated Tkinter application, which is PERFECT for beginners and even intermediate Python developers.

Read More