Master the Fundamentals of SQL with Python

Master the Fundamentals of SQL with Python

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1h 23m | 915 MB

Python is one of the most friendly and popular programming languages. It finds applications everywhere, ranging from research, over to industry, as well as things like the entertainment industry. Programming in general allows for you to greatly reduce workload, as well as solve problems that would be impossible to solve by hand, or create great, new, and fun applications/software. A big part of the new digital world is that everything is producing data, and storing as well as using data are becoming emerging and very important industry fields. The ability to combine data usage with programming allows for rapid development and automation, and is extremely superior when compared to systems that need manual input or data handling. SQL is the language that you can use to interact with one major database type (SQL databases), one that is very wide-spread in today’s world. Knowing SQL will give you a nice ability and understanding of how to handle data and databases, and being able to integrate it into Python code enables you to create great, dynamic, and automatic systems that combine the power of programming and data. This course will be using SQLite in Python, which allows us to execute SQL commands through python, and will allow you to create, connect, use, and manage local SQL-based databases.

Table of Contents

01 SQL Python
02 Course Structure And Outline
03 Introduction
04 Creating And Connecting To A Database
05 Navigating A Database
06 Creating And Removing Tables
07 Inserting Data
08 Getting Data
09 Conditional Searching
10 Update And Delete