Course Highlights
Python Programming from Scratch with MySQL Database is a comprehensive course that will teach you the fundamentals of Python programming and MySQL databases. You will learn to create and manipulate data, write functions and classes, and build web applications. By the end of the course, you will have the skills to develop your own database-driven applications using Python and MySQL.
Unlock the full potential of web development by joining our “Python Programming from Scratch with MySQL Database” course. This well-structured program will guide you through the realms of HTML, Python, and MySQL, equipping you with the essential tools and knowledge to conquer the digital world. From the roots of HTML to Python’s complexities and MySQL’s intricacies, we cover it all.
But that’s not all! We’ve intricately woven lessons on using Python for data science, giving you a competitive edge in today’s data-driven environment. And when it comes to database management, our MySQL sections will turn you into a pro, teaching you everything from creating structures and filtering data to utilizing functions and managing databases with precision.
So, whether you’re a beginner eager to step into the world of programming or an experienced coder looking to enhance your skillset, our course has something for everyone. With our expertly crafted modules, practical insights, and a project-based approach, you’ll gain knowledge and apply what you’ve learned in real-world scenarios. Enroll now and embark on a journey that promises to be not just educational, but transformative, equipping you with the skills and confidence to make your mark in the digital universe.
Learning outcome
- Develop a solid foundation in HTML and Python programming.
- Understand the intricacies of Python strings, operators, and data structures.
- Master the usage of Python for data science applications.
- Gain proficiency in MySQL database management and queries.
- Learn to create and manage database structures effectively.
- Acquire the skills to backup and restore MySQL databases.
- Implement learned concepts through a Python project.
Course media
Why should I take this course?
- Comprehensive coverage of HTML, Python, and MySQL in one course.
- Learn from meticulously crafted modules catering to all skill levels.
- Master essential skills for web development and database management.
- You will learn from an experienced instructor who is passionate about teaching.
- You will join a community of students who are also learning Python and MySQL.
Career Path
- Web Developer
- Database Administrator
- Python Developer
- Data Analyst
- Software Developer
- Back-end Developer
Requirements
- A computer with internet access.
- Basic understanding of programming concepts.
- Eagerness to learn and apply new skills.
Course Curriculum
-
Introduction00:03:00
-
How to Get Course requirements00:02:00
-
Getting Started on Windows, Linux or Mac00:02:00
-
How to ask a Great Questions00:01:00
-
FAQ’s00:01:00
-
Introduction HTML00:05:00
-
Choosing Code Editor00:06:00
-
Installing Code Editor (Sublime Text)00:04:00
-
Overview of a Webpage00:05:00
-
Structure of a Full HTML Webpage00:07:00
-
First Hello World! Webpage00:09:00
-
Heading tags00:09:00
-
Paragraph00:08:00
-
Formatting Text00:12:00
-
List Items Unordered00:05:00
-
List Items Ordered00:04:00
-
Classes00:09:00
-
IDs00:06:00
-
Comments00:04:00
-
Images00:12:00
-
Forms00:05:00
-
Marquee00:06:00
-
Text area00:06:00
-
Tables00:06:00
-
Links00:07:00
-
Navbar – Menu00:04:00
-
HTML Entities00:05:00
-
Div tag00:06:00
-
Google Maps00:07:00
-
HTML Audio00:07:00
-
HTML Video00:05:00
-
Canvas00:06:00
-
Iframes00:05:00
-
Input Types00:04:00
-
Input Attributes00:06:00
-
Registration Form00:04:00
-
Contact Us Form00:10:00
-
Coding Exercise00:01:00
-
Solution for Coding Exercise00:02:00
-
Introduction to Python00:02:00
-
Python vs Other Languages00:04:00
-
Why It’s Popular00:04:00
-
Command Line Basics00:07:00
-
Python Installation (Step By Step)00:06:00
-
PyCharm IDE Installation00:08:00
-
Getting Start PyCharm IDE00:05:00
-
First Python Hello World Program00:07:00
-
Variables00:16:00
-
Data Types00:13:00
-
Type Casting00:07:00
-
User Inputs00:08:00
-
Comments00:04:00
-
Strings00:05:00
-
String Indexing00:05:00
-
String Slicing00:04:00
-
String Built-in Functions00:09:00
-
Formatting String (Dynamic Data)00:05:00
-
Arithmetic Operators00:08:00
-
Assignment Operators00:05:00
-
Comparison Operators00:05:00
-
Logical Operators00:02:00
-
AND Operator00:04:00
-
OR Operator00:02:00
-
NOT Operator00:03:00
-
Booleans00:02:00
-
Arrays in Earler00:02:00
-
Lists00:06:00
-
Add List Items00:03:00
-
Remove List Items00:01:00
-
Sort Lists00:03:00
-
Join Lists00:08:00
-
Tuples00:08:00
-
Update tuples00:07:00
-
Join tuples00:02:00
-
Dictionaries00:06:00
-
Add Dictionary Items00:04:00
-
Remove Dictionary Items00:03:00
-
Nested Disctionaries00:04:00
-
Sets00:04:00
-
Add Set Items00:03:00
-
Remove Set Items00:01:00
-
Join Set Items00:04:00
-
If Statement00:03:00
-
If-else Statement00:04:00
-
If-elif-else Statement00:04:00
-
If Statement Coding Excercise00:05:00
-
Flow Charts00:06:00
-
While Loops Statement00:10:00
-
For Loops Statement00:06:00
-
The range() Function00:04:00
-
Nested Loops00:04:00
-
2D List using Nested Loop00:04:00
-
Guessing Game00:07:00
-
Car Game00:10:00
-
Creating a Function00:03:00
-
Calling a Function00:06:00
-
Function with Arguments00:05:00
-
args, Arbitary Arguments00:04:00
-
kwargs, Arbitary Keyword Arguments00:06:00
-
Project Overview00:04:00
-
ATM RealTime Project00:13:00
-
Overview of Databases00:10:00
-
MySQL Installation00:16:00
-
MySQL Workbench Installation00:09:00
-
Connecting to MySQL using Console00:09:00
-
Overview of Challenges00:04:00
-
SQL Statement Basic00:16:00
-
SELECT Statement00:09:00
-
SELECT DISTINCT00:05:00
-
Column AS Statement00:12:00
-
COUNT function00:11:00
-
SELECT WHERE Clause – One00:05:00
-
SELECT WHERE Clause – Two00:11:00
-
ORDER BY00:08:00
-
LIMIT00:09:00
-
BETWEEN00:11:00
-
IN Operator00:11:00
-
LIKE and ILIKE00:11:00
-
Overview of GROUP BY00:06:00
-
Aggregation function SUM()00:09:00
-
Aggregation MIN() and MAX()00:06:00
-
GROUP BY – One00:09:00
-
GROUP BY – Two00:12:00
-
HAVING Clause00:05:00
-
Overview Assessment00:02:00
-
Overview of JOINS00:04:00
-
Introduction to JOINS00:04:00
-
AS Statement table00:03:00
-
INNER JOIN00:19:00
-
FULL Outer Join00:11:00
-
LEFT Outer JOIN00:08:00
-
RIGHT JOIN00:08:00
-
Union00:07:00
-
Advanced SQL Commands00:04:00
-
Timestamps00:12:00
-
EXTRACT from timestamp00:10:00
-
Mathematical Functions00:12:00
-
String Functions00:22:00
-
SUBQUERY00:13:00
-
Database and Tables00:06:00
-
DataTypes00:11:00
-
Primarykey and Foreignkey00:06:00
-
Create Table in SQL Script00:13:00
-
Insert00:11:00
-
Update00:07:00
-
Delete00:04:00
-
Alter Table00:10:00
-
Drop Table00:05:00
-
NOT NULL Constraint00:08:00
-
UNIQUE Constraint00:09:00
-
Overview of Databases and Tables00:05:00
-
Backup database using phpMyAdmin00:12:00
-
Restoring a Database00:07:00
14-Day Money-Back Guarantee
-
Duration:16 hours, 50 minutes
-
Access:1 Year
-
Units:153
Want to get everything for £149
Take Lifetime Pack