MySQL Database with Python Tutorial Part 2 - creating tables and inserting data

Channel:
Subscribers:
1,400,000
Published on ● Video Link: https://www.youtube.com/watch?v=vemWWj8THK8



Category:
Tutorial
Duration: 7:41
80,453 views
196


Python + MySQL in playlist: http://www.youtube.com/watch?v=lhU2OZCKXhQ&feature=share&list=PLQVvvaa0QuDfhTF3Zfyzc_yD-Mq9iTp4G&index=26

This is an tutorial for using MySQL with the Python programming language and the MySQLdb import. This video covers how to create a table and how to insert data. Say you are creating a forum, for example. Each post a user makes will need to be stored somewhere. In this case, we could assume it is a MySQL database. Later, we will cover how to retrieve and read the data from the database to show it on the page.

A MySQL database covers everything within it. Within a database, you have an assortment of tables. Within tables, you have rows and columns that make up something very similar to what a spreadsheet is.


Sentdex.com
Facebook.com/sentdex
Twitter.com/sentdex




Other Videos By sentdex


2013-11-27Python: Center of Gravity Stock Indicator 1
2013-11-27Python: Graphing Bollinger Bands 3 Programming in Python, and Graphing in Matplotlib
2013-11-27Python: Calculating Bollinger Bands 2 Programming in Python, and Graphing in Matplotlib
2013-11-27Python: Bollinger Bands 1 Programming in Python, and Graphing in Matplotlib
2013-11-27Python Standard Deviation part 2: Programming in Python, and Graphing in Matplotlib
2013-11-27Python Standard Deviation part 1: Programming in Python, and Graphing in Matplotlib
2013-11-26Streaming Tweets from Twitter API v1.1 into MySQL Database with Python
2013-11-26MySQL Database with Python Tutorial Part 4 - Inserting Variables as Data
2013-11-26MySQL Database with Python Tutorial Part 3 - UPDATE, DELETE, AND SELECT
2013-11-26MySQL Database with Python Tutorial Part 1 - Intro
2013-11-26MySQL Database with Python Tutorial Part 2 - creating tables and inserting data
2013-11-26Aroon Oscillator Calculation, Programming in Python, and Graphing in Matplotlib
2013-11-26Python: Graphing The Aroon Indicator in Matplotlib - Mathematics and stock indicators 18
2013-11-26Python: Programming The Aroon Indicator - Mathematics and stock indicators 17
2013-11-26Aroon Indicator - Mathematics and stock indicators in Python 16
2013-11-24Python: Graphing Average Directional Index (ADX) 5 Directional Movement System Calculation
2013-11-24Python: Average Directional Index (ADX) 4 Directional Movement System Calculation
2013-11-24Python: Average Directional Index (ADX) 3 Directional Movement System Calculation
2013-11-24Python: Average Directional Index (ADX) 2 Directional Movement System Calculation
2013-11-24Python: Average Directional Index (ADX) Directional Movement System Calculation
2013-11-24How to Sort CSV files and lists in Python



Tags:
Python (Software)
MySQL (Software)
Database (File Format Genre)
Tutorial (Industry)
How-to (Media Genre)
INSERT
Python (Programming Language)
Database (Software Genre)