Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Sql Database 101: Basics Of Sqlite3, Python And Flask App

    Posted By: ELK1nG
    Sql Database 101: Basics Of Sqlite3, Python And Flask App

    Sql Database 101: Basics Of Sqlite3, Python And Flask App
    Last updated 11/2021
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 315.07 MB | Duration: 1h 4m

    Learn to create SQL database with Python, SQLite3 and Flask App. Convert CSV or Excel files to SQL database

    What you'll learn
    SQL
    Python
    SQLite3
    Python to create SQL database
    Flask App integration with SQL database
    Have a detailed knowledge and understanding of SQL database, one of the most widely used databases
    Convert CSV/Excel files to SQL database
    Knowledge of all the essential SQL commands
    In-depth knowledge of creating database
    Requirements
    No programming or SQL experience needed
    Description
    SQL database for beginners, with transferable skills to other types of databases.Learn the pillars of database usage and design, the SQLlite3. We will understand the basics or SQL queries to designing a database and adding data to this database. And, finally displaying the SQL database using a Web application using Flask and HTMLThis class is designed for people with little to no experience: If you don’t know SQL, and never used SQL or if you’ve only fetched data then this course is for you. All you need is a computer, internet and willingness to learn.Python is one of the most popular programming languages (and this is important because if you get stuck there should be plenty of help on the internet for you). Python is found in applications everywhere, ranging from research to industry, as well as 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.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. Python and SQL can also convert all your data sitting in CSV or numerous excel files into an organised structure which is both light to view and easy to manipulate. This course will be using SQLite3 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. And finally we will utilise Flask to create a HTML web application to dislpay your SQL database.

    Overview

    Section 1: Introduction to the course

    Lecture 1 Intro to the course

    Lecture 2 Working with Databases

    Lecture 3 Using Python with databases

    Lecture 4 SQLite3 module

    Lecture 5 Web Application

    Section 2: Getting started

    Lecture 6 Install python

    Lecture 7 Install PyCharm

    Lecture 8 Install Dependencies

    Section 3: Create SQL database

    Lecture 9 Create a database

    Lecture 10 Create a table in database and close the script

    Lecture 11 Add data manually to the SQL database

    Section 4: Add data - convert CSV to SQL database

    Lecture 12 Create SQL database for you CSV files

    Lecture 13 CSV to SQL database

    Section 5: Connect SQL to Flask (Web) application

    Lecture 14 Link app with SQL

    Lecture 15 Display table and data in the Flask app

    Lecture 16 Connect Flask App Homepage

    Section 6: Display app on HTML

    Lecture 17 Display your HTML page

    Lecture 18 HTML page - create a table within

    Lecture 19 HTML page - add data to the table within

    Lecture 20 HTML page - Formatting table

    Lecture 21 HTML page - Finalising table

    Professionals beginning their journey in SQL or database generation,Experienced data scientists,Anyone curious to master SQL from beginner to Advanced in short span of time,Anyone who wants to learn how to use SQL and SQLite3,Anyone who had enough of multiple excel or csv files and wants a organized database