Python Tkinter & SQLite: Building a Full-Stack Database App
Welcome to the Build a Fullstack Database App with Python Tkinter and SQLite course! In this program, you will learn how to create a complete database-driven application using Python, Tkinter, and SQLite.
Throughout the course, you will be guided step-by-step in building a full-fledged application with a graphical user interface. You will learn how to design a user-friendly interface using Tkinter, a popular GUI library in Python. You will also explore the power of SQLite, a lightweight and easy-to-use database management system.
Starting from scratch, you will learn how to create a database schema and tables to store your data. You will discover how to connect your Python application to the SQLite database, and perform various CRUD (Create, Read, Update, Delete) operations.
As you progress, you will implement features such as data input forms, data retrieval, data modification, and data deletion. You will also learn how to handle exceptions and ensure data integrity within your application.
By the end of this course, you will have a solid understanding of building a fullstack database app with Python, Tkinter, and SQLite. You will be able to create your own database-driven applications, manage data efficiently, and provide a seamless user experience.
Enroll now and embark on a journey to become a skilled fullstack developer. Develop your proficiency in Python, Tkinter, and SQLite, and unleash your potential in building powerful, database-driven applications. Get ready to bring your ideas to life and create functional and professional-grade applications!
Your Instructor
Alexandra Kropf is Mammoth Interactive's CLO and a software developer with extensive experience in full-stack web development, app development and game development. She has helped produce courses for Mammoth Interactive since 2016, including the Coding Interview series in Java, JavaScript, C++, C#, Python and Swift.
Mammoth Interactive is a leading online course provider in everything from learning to code to becoming a YouTube star. Mammoth Interactive courses have been featured on Harvard’s edX, Business Insider and more.
Over 12 years, Mammoth Interactive has built a global student community with 4 million courses sold. Mammoth Interactive has released over 350 courses and 3,500 hours of video content.
Founder and CEO John Bura has been programming since 1997 and teaching
since 2002. John has created top-selling applications for iOS, Xbox and
more. John also runs SaaS company Devonian Apps, building
efficiency-minded software for technology workers like you.
Course Curriculum
-
Start01. Create A Database (4:00)
-
Start02. Build Database Tables (5:25)
-
Start03. Insert Records (9:18)
-
Start04. Select Records (5:48)
-
Start05. Connect To A Database (3:19)
-
Start06. Build A Row From User Input (10:27)
-
Start07. Check If Entry Already Exists (5:39)
-
Start08. Introduction To SQL Joins (3:53)
-
Start09. Build SQL Joins (11:32)
-
StartSource Files